Home
last modified time | relevance | path

Searched refs:MCIL (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/
DX86AsmPrinter.h103 void LowerPATCHPOINT(const MachineInstr &MI, X86MCInstLower &MCIL);
104 void LowerSTATEPOINT(const MachineInstr &MI, X86MCInstLower &MCIL);
105 void LowerFAULTING_LOAD_OP(const MachineInstr &MI, X86MCInstLower &MCIL);
106 void LowerPATCHABLE_OP(const MachineInstr &MI, X86MCInstLower &MCIL);
112 X86MCInstLower &MCIL);
113 void LowerPATCHABLE_RET(const MachineInstr &MI, X86MCInstLower &MCIL);
114 void LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI, X86MCInstLower &MCIL);
DX86MCInstLower.cpp845 X86MCInstLower &MCIL) { in LowerSTATEPOINT() argument
860 CallTargetMCOp = MCIL.LowerSymbolOperand( in LowerSTATEPOINT()
861 CallTarget, MCIL.GetSymbolFromOperand(CallTarget)); in LowerSTATEPOINT()
898 X86MCInstLower &MCIL) { in LowerFAULTING_LOAD_OP() argument
917 if (auto MaybeOperand = MCIL.LowerMachineOperand(&MI, *I)) in LowerFAULTING_LOAD_OP()
924 X86MCInstLower &MCIL) { in LowerPATCHABLE_OP() argument
933 if (auto MaybeOperand = MCIL.LowerMachineOperand(&MI, MO)) in LowerPATCHABLE_OP()
972 X86MCInstLower &MCIL) { in LowerPATCHPOINT() argument
1000 MCIL.LowerSymbolOperand(CalleeMO, in LowerPATCHPOINT()
1001 MCIL.GetSymbolFromOperand(CalleeMO)); in LowerPATCHPOINT()
[all …]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp605 MCIListener MCIL(MCI); in runJITOnFunction() local
607 RegisterJITEventListener(&MCIL); in runJITOnFunction()
612 UnregisterJITEventListener(&MCIL); in runJITOnFunction()