Home
last modified time | relevance | path

Searched refs:StatepointOpers (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DStackMaps.h93 class StatepointOpers {
104 explicit StatepointOpers(const MachineInstr *MI) : MI(MI) {} in StatepointOpers() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackMaps.h155 class StatepointOpers {
169 explicit StatepointOpers(const MachineInstr *MI) : MI(MI) {} in StatepointOpers() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1072 if (!MI->getOperand(StatepointOpers::IDPos).isImm() || in visitMachineInstrBefore()
1073 !MI->getOperand(StatepointOpers::NBytesPos).isImm() || in visitMachineInstrBefore()
1074 !MI->getOperand(StatepointOpers::NCallArgsPos).isImm()) in visitMachineInstrBefore()
1084 const unsigned VarStart = StatepointOpers(MI).getVarIdx(); in visitMachineInstrBefore()
1085 VerifyStackMapConstant(VarStart + StatepointOpers::CCOffset); in visitMachineInstrBefore()
1086 VerifyStackMapConstant(VarStart + StatepointOpers::FlagsOffset); in visitMachineInstrBefore()
1087 VerifyStackMapConstant(VarStart + StatepointOpers::NumDeoptOperandsOffset); in visitMachineInstrBefore()
DStackMaps.cpp398 StatepointOpers opers(&MI); in recordStatepoint()
DTargetInstrInfo.cpp490 StartIdx = StatepointOpers(&MI).getVarIdx(); in foldPatchpoint()
/external/llvm/lib/CodeGen/
DStackMaps.cpp376 StatepointOpers opers(&MI); in recordStatepoint()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp848 StatepointOpers SOpers(&MI); in LowerSTATEPOINT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp919 StatepointOpers SOpers(&MI); in LowerSTATEPOINT()