Home
last modified time | relevance | path

Searched refs:OB_deopt (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm-project/llvm/include/llvm/IR/
DStatepoint.h164 if (auto Opt = getOperandBundle(LLVMContext::OB_deopt)) in deopt_begin()
169 if (auto Opt = getOperandBundle(LLVMContext::OB_deopt)) in deopt_end()
DLLVMContext.h90 OB_deopt = 0, // "deopt" enumerator
DInstrTypes.h1093 return getTagID() == LLVMContext::OB_deopt;
1993 if (BOI.Tag->second == LLVMContext::OB_deopt ||
/external/llvm/lib/Transforms/Scalar/
DLowerGuardIntrinsic.cpp49 OperandBundleDef DeoptOB(*CI->getOperandBundle(LLVMContext::OB_deopt)); in MakeGuardControlFlowExplicit()
/external/llvm/include/llvm/IR/
DLLVMContext.h79 OB_deopt = 0, // "deopt" enumerator
DInstrTypes.h1223 return getTagID() == LLVMContext::OB_deopt;
1444 if (BOI.Tag->second == LLVMContext::OB_deopt ||
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h84 OB_deopt = 0, // "deopt" enumerator
DInstrTypes.h1034 return getTagID() == LLVMContext::OB_deopt;
1905 if (BOI.Tag->second == LLVMContext::OB_deopt ||
/external/llvm-project/llvm/lib/Transforms/Utils/
DGuardUtils.cpp32 OperandBundleDef DeoptOB(*Guard->getOperandBundle(LLVMContext::OB_deopt)); in makeGuardControlFlowExplicit()
DInlineFunction.cpp1646 if (Tag == LLVMContext::OB_deopt) in InlineFunction()
1823 CB.getOperandBundle(LLVMContext::OB_deopt); in InlineFunction()
1839 if (ChildOB.getTagID() != LLVMContext::OB_deopt) { in InlineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DGuardUtils.cpp32 OperandBundleDef DeoptOB(*Guard->getOperandBundle(LLVMContext::OB_deopt)); in makeGuardControlFlowExplicit()
DInlineFunction.cpp1586 if (Tag == LLVMContext::OB_deopt) in InlineFunction()
1756 CS.getOperandBundle(LLVMContext::OB_deopt); in InlineFunction()
1771 if (ChildOB.getTagID() != LLVMContext::OB_deopt) { in InlineFunction()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h88 OB_deopt = 0, // "deopt" enumerator
/external/llvm/lib/IR/
DLLVMContext.cpp142 assert(DeoptEntry->second == LLVMContext::OB_deopt && in LLVMContext()
DVerifier.cpp2622 if (Tag == LLVMContext::OB_deopt) { in verifyCallSite()
4102 Assert(CS.countOperandBundlesOfType(LLVMContext::OB_deopt) == 1, in visitIntrinsicCallSite()
4110 Assert(CS.countOperandBundlesOfType(LLVMContext::OB_deopt) == 1, in visitIntrinsicCallSite()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp51 assert(DeoptEntry->second == LLVMContext::OB_deopt && in LLVMContext()
DVerifier.cpp3015 if (Tag == LLVMContext::OB_deopt) { in visitCallBase()
4656 Assert(Call.countOperandBundlesOfType(LLVMContext::OB_deopt) == 1, in visitIntrinsicCall()
4665 Assert(Call.countOperandBundlesOfType(LLVMContext::OB_deopt) == 1, in visitIntrinsicCall()
/external/llvm-project/llvm/lib/IR/
DLLVMContext.cpp52 assert(DeoptEntry->second == LLVMContext::OB_deopt && in LLVMContext()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1370 if (Tag == LLVMContext::OB_deopt) in InlineFunction()
1536 CS.getOperandBundle(LLVMContext::OB_deopt); in InlineFunction()
1551 if (ChildOB.getTagID() != LLVMContext::OB_deopt) { in InlineFunction()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp290 Call->getOperandBundle(LLVMContext::OB_deopt); in GetDeoptBundleOperands()
1494 if (auto Bundle = Call->getOperandBundle(LLVMContext::OB_deopt)) in makeStatepointExplicitImpl()
2696 !Call->getOperandBundle(LLVMContext::OB_deopt)) { in runOnFunction()
DCorrelatedValuePropagation.cpp551 if (auto DeoptBundle = CB.getOperandBundle(LLVMContext::OB_deopt)) { in processCallSite()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp836 auto DeoptBundle = *CS.getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp938 auto DeoptBundle = *Call->getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp563 if (auto DeoptBundle = CS.getOperandBundle(LLVMContext::OB_deopt)) { in processCallSite()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp1081 auto DeoptBundle = *Call->getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl()

12