Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DStackMaps.h117 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp294 if (ISP.getNumPatchBytes() > 0) { in lowerCallFromStatepoint()
736 DAG.getTargetConstant(ISP.getNumPatchBytes(), getCurSDLoc(), MVT::i32)); in LowerStatepoint()
/external/llvm/include/llvm/IR/
DStatepoint.h112 uint32_t getNumPatchBytes() const { in getNumPatchBytes() function
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp847 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1439 NumPatchBytes = OldSP.getNumPatchBytes(); in makeStatepointExplicitImpl()