Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackMaps.h51 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
105 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
181 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/external/llvm/include/llvm/CodeGen/
DStackMaps.h116 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp438 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP()
495 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
DAArch64InstrInfo.cpp99 NumBytes = StackMapOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
104 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp750 if (ISP.getNumPatchBytes() > 0) { in LowerStatepoint()
785 SI.NumPatchBytes = ISP.getNumPatchBytes(); in LowerStatepoint()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DStatepoint.h132 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/external/llvm/include/llvm/IR/
DStatepoint.h112 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp809 if (ISP.getNumPatchBytes() > 0) { in LowerStatepoint()
844 SI.NumPatchBytes = ISP.getNumPatchBytes(); in LowerStatepoint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp585 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp920 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
1113 unsigned NumBytes = opers.getNumPatchBytes(); in LowerPATCHPOINT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp461 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
DPPCInstrInfo.cpp1982 return Opers.getNumPatchBytes(); in getInstSizeInBytes()
1985 return Opers.getNumPatchBytes(); in getInstSizeInBytes()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp849 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()