Searched refs:MER_Success (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 171 MER_Success, enumerator 1892 case MER_Success: in processInstruction() 1937 return expandLoadImm(Inst, true, IDLoc, Out, STI) ? MER_Fail : MER_Success; in tryExpandInstruction() 1939 return expandLoadImm(Inst, false, IDLoc, Out, STI) ? MER_Fail : MER_Success; in tryExpandInstruction() 1951 : MER_Success; in tryExpandInstruction() 1964 : MER_Success; in tryExpandInstruction() 1968 : MER_Success; in tryExpandInstruction() 1972 : MER_Success; in tryExpandInstruction() 1975 return expandJalWithRegs(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success; in tryExpandInstruction() 1978 return expandBranchImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success; in tryExpandInstruction() [all …]
|