/external/llvm-project/llvm/include/llvm/IR/ |
D | Statepoint.h | 164 if (auto Opt = getOperandBundle(LLVMContext::OB_deopt)) in deopt_begin() 169 if (auto Opt = getOperandBundle(LLVMContext::OB_deopt)) in deopt_end()
|
D | LLVMContext.h | 90 OB_deopt = 0, // "deopt" enumerator
|
D | InstrTypes.h | 1093 return getTagID() == LLVMContext::OB_deopt; 1993 if (BOI.Tag->second == LLVMContext::OB_deopt ||
|
/external/llvm/lib/Transforms/Scalar/ |
D | LowerGuardIntrinsic.cpp | 49 OperandBundleDef DeoptOB(*CI->getOperandBundle(LLVMContext::OB_deopt)); in MakeGuardControlFlowExplicit()
|
/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 79 OB_deopt = 0, // "deopt" enumerator
|
D | InstrTypes.h | 1223 return getTagID() == LLVMContext::OB_deopt; 1444 if (BOI.Tag->second == LLVMContext::OB_deopt ||
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LLVMContext.h | 84 OB_deopt = 0, // "deopt" enumerator
|
D | InstrTypes.h | 1034 return getTagID() == LLVMContext::OB_deopt; 1905 if (BOI.Tag->second == LLVMContext::OB_deopt ||
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | GuardUtils.cpp | 32 OperandBundleDef DeoptOB(*Guard->getOperandBundle(LLVMContext::OB_deopt)); in makeGuardControlFlowExplicit()
|
D | InlineFunction.cpp | 1646 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-subzero/include/llvm/IR/ |
D | LLVMContext.h | 88 OB_deopt = 0, // "deopt" enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | GuardUtils.cpp | 32 OperandBundleDef DeoptOB(*Guard->getOperandBundle(LLVMContext::OB_deopt)); in makeGuardControlFlowExplicit()
|
D | InlineFunction.cpp | 1586 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/llvm/lib/IR/ |
D | LLVMContext.cpp | 142 assert(DeoptEntry->second == LLVMContext::OB_deopt && in LLVMContext()
|
D | Verifier.cpp | 2622 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/ |
D | LLVMContext.cpp | 51 assert(DeoptEntry->second == LLVMContext::OB_deopt && in LLVMContext()
|
D | Verifier.cpp | 3015 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/ |
D | LLVMContext.cpp | 52 assert(DeoptEntry->second == LLVMContext::OB_deopt && in LLVMContext()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1370 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/ |
D | RewriteStatepointsForGC.cpp | 290 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()
|
D | CorrelatedValuePropagation.cpp | 551 if (auto DeoptBundle = CB.getOperandBundle(LLVMContext::OB_deopt)) { in processCallSite()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 836 auto DeoptBundle = *CS.getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 938 auto DeoptBundle = *Call->getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 563 if (auto DeoptBundle = CS.getOperandBundle(LLVMContext::OB_deopt)) { in processCallSite()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 1081 auto DeoptBundle = *Call->getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl()
|