Home
last modified time | relevance | path

Searched refs:StackMapOpers (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h35 class StackMapOpers {
44 explicit StackMapOpers(const MachineInstr *MI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMaps.cpp48 StackMapOpers::StackMapOpers(const MachineInstr *MI) in StackMapOpers() function in StackMapOpers
365 StackMapOpers opers(&MI); in recordStackMap()
DTargetInstrInfo.cpp476 StartIdx = StackMapOpers(&MI).getVarIdx(); in foldPatchpoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp866 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP()
DAArch64InstrInfo.cpp102 NumBytes = StackMapOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp2002 StackMapOpers Opers(&MI); in getInstSizeInBytes()