Searched refs:OB_deopt (Results 1 – 20 of 20) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LowerGuardIntrinsic.cpp | 49 OperandBundleDef DeoptOB(*CI->getOperandBundle(LLVMContext::OB_deopt)); in MakeGuardControlFlowExplicit()
|
D | RewriteStatepointsForGC.cpp | 194 CS.getOperandBundle(LLVMContext::OB_deopt); in GetDeoptBundleOperands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LowerGuardIntrinsic.cpp | 51 OperandBundleDef DeoptOB(*CI->getOperandBundle(LLVMContext::OB_deopt)); in MakeGuardControlFlowExplicit()
|
D | RewriteStatepointsForGC.cpp | 290 CS.getOperandBundle(LLVMContext::OB_deopt); in GetDeoptBundleOperands()
|
/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-subzero/include/llvm/IR/ |
D | LLVMContext.h | 88 OB_deopt = 0, // "deopt" enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | LLVMContext.h | 112 OB_deopt = 0, // "deopt" enumerator
|
D | InstrTypes.h | 1256 return getTagID() == LLVMContext::OB_deopt; 1484 if (BOI.Tag->second == LLVMContext::OB_deopt ||
|
/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-7.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 73 assert(DeoptEntry->second == LLVMContext::OB_deopt && in LLVMContext()
|
D | Verifier.cpp | 2840 if (Tag == LLVMContext::OB_deopt) { in verifyCallSite() 4429 Assert(CS.countOperandBundlesOfType(LLVMContext::OB_deopt) == 1, in visitIntrinsicCallSite() 4437 Assert(CS.countOperandBundlesOfType(LLVMContext::OB_deopt) == 1, in visitIntrinsicCallSite()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1515 if (Tag == LLVMContext::OB_deopt) in InlineFunction() 1687 CS.getOperandBundle(LLVMContext::OB_deopt); in InlineFunction() 1702 if (ChildOB.getTagID() != LLVMContext::OB_deopt) { in InlineFunction()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 836 auto DeoptBundle = *CS.getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl()
|
D | SelectionDAGBuilder.cpp | 2263 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) && in visitInvoke() 2285 } else if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) { in visitInvoke() 6370 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) && in visitCall() 6373 if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) in visitCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 896 auto DeoptBundle = *CS.getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl()
|
D | SelectionDAGBuilder.cpp | 2448 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) && in visitInvoke() 2470 } else if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) { in visitInvoke() 7030 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) && in visitCall() 7033 if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) in visitCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1061 if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) in translateInvoke()
|