Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h154 class StatepointOpers {
168 explicit StatepointOpers(const MachineInstr *MI) : MI(MI) {} in StatepointOpers() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1556 if (!MI->getOperand(StatepointOpers::IDPos).isImm() || in visitMachineInstrBefore()
1557 !MI->getOperand(StatepointOpers::NBytesPos).isImm() || in visitMachineInstrBefore()
1558 !MI->getOperand(StatepointOpers::NCallArgsPos).isImm()) in visitMachineInstrBefore()
1568 const unsigned VarStart = StatepointOpers(MI).getVarIdx(); in visitMachineInstrBefore()
1569 VerifyStackMapConstant(VarStart + StatepointOpers::CCOffset); in visitMachineInstrBefore()
1570 VerifyStackMapConstant(VarStart + StatepointOpers::FlagsOffset); in visitMachineInstrBefore()
1571 VerifyStackMapConstant(VarStart + StatepointOpers::NumDeoptOperandsOffset); in visitMachineInstrBefore()
DStackMaps.cpp396 StatepointOpers opers(&MI); in recordStatepoint()
DTargetInstrInfo.cpp487 StartIdx = StatepointOpers(&MI).getVarIdx(); in foldPatchpoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1193 StatepointOpers SOpers(&MI); in LowerSTATEPOINT()