reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 2310     return expandLoadImm(Inst, true, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2312     return expandLoadImm(Inst, false, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2322                              Out, STI)
 2335                              Out, STI)
 2340     return expandUncondBranchMMPseudo(Inst, IDLoc, Out, STI) ? MER_Fail
 2344     return expandLoadStoreMultiple(Inst, IDLoc, Out, STI) ? MER_Fail
 2348     return expandJalWithRegs(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2353     return expandBranchImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2386     return expandCondBranches(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2391     return expandDivRem(Inst, IDLoc, Out, STI, false, true) ? MER_Fail
 2397     return expandDivRem(Inst, IDLoc, Out, STI, true, true) ? MER_Fail
 2403     return expandDivRem(Inst, IDLoc, Out, STI, false, false) ? MER_Fail
 2409     return expandDivRem(Inst, IDLoc, Out, STI, true, false) ? MER_Fail
 2412     return expandTrunc(Inst, false, false, IDLoc, Out, STI) ? MER_Fail
 2415     return expandTrunc(Inst, true, false, IDLoc, Out, STI) ? MER_Fail
 2418     return expandTrunc(Inst, true, true, IDLoc, Out, STI) ? MER_Fail
 2422     return expandLoadSingleImmToGPR(Inst, IDLoc, Out, STI) ? MER_Fail
 2425     return expandLoadSingleImmToFPR(Inst, IDLoc, Out, STI) ? MER_Fail
 2428     return expandLoadDoubleImmToGPR(Inst, IDLoc, Out, STI) ? MER_Fail
 2431     return expandLoadDoubleImmToFPR(Inst, true, IDLoc, Out, STI) ? MER_Fail
 2434     return expandLoadDoubleImmToFPR(Inst, false, IDLoc, Out, STI) ? MER_Fail
 2438     return expandUlh(Inst, true, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2440     return expandUlh(Inst, false, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2442     return expandUsh(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2445     return expandUxw(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2448     return expandAliasImmediate(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2451     return expandSge(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2456     return expandSgeImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2461     return expandSgtImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2467     return expandAliasImmediate(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2473     return expandAliasImmediate(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2483       return expandAliasImmediate(Inst, IDLoc, Out, STI) ? MER_Fail
 2495       return expandAliasImmediate(Inst, IDLoc, Out, STI) ? MER_Fail
 2501     return expandRotation(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2504     return expandRotationImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2507     return expandDRotation(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2510     return expandDRotationImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2512     return expandAbs(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2515     return expandMulImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2518     return expandMulO(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2521     return expandMulOU(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2523     return expandDMULMacro(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2526     return expandLoadStoreDMacro(Inst, IDLoc, Out, STI,
 2531     return expandStoreDM1Macro(Inst, IDLoc, Out, STI)
 2535     return expandSeq(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2537     return expandSeqI(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2547     return expandMXTRAlias(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;