reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
612 switch (MipsExpr->getKind()) {
lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp214 Res = MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); 250 switch (getKind()) { 291 if (getKind() == MEK_HI || getKind() == MEK_LO) { 291 if (getKind() == MEK_HI || getKind() == MEK_LO) { 294 if (S1->getKind() == MEK_NEG && S2->getKind() == MEK_GPREL) { 294 if (S1->getKind() == MEK_NEG && S2->getKind() == MEK_GPREL) { 295 Kind = getKind();lib/Target/Mips/MipsAsmPrinter.cpp
1254 if (MipsExpr && MipsExpr->getKind() == MipsMCExpr::MEK_DTPREL) {