Home
last modified time | relevance | path

Searched refs:getNumPatchBytes (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h50 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
104 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
180 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DStatepoint.h124 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp851 if (ISP.getNumPatchBytes() > 0) { in LowerStatepoint()
886 SI.NumPatchBytes = ISP.getNumPatchBytes(); in LowerStatepoint()
/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()
930 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
DAArch64InstrInfo.cpp102 NumBytes = StackMapOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
107 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp665 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1194 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
1409 unsigned NumBytes = opers.getNumPatchBytes(); in LowerPATCHPOINT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp468 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
DPPCInstrInfo.cpp2003 return Opers.getNumPatchBytes(); in getInstSizeInBytes()
2006 return Opers.getNumPatchBytes(); in getInstSizeInBytes()