Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLowerGuardIntrinsic.cpp49 OperandBundleDef DeoptOB(*CI->getOperandBundle(LLVMContext::OB_deopt)); in MakeGuardControlFlowExplicit()
DRewriteStatepointsForGC.cpp194 CS.getOperandBundle(LLVMContext::OB_deopt); in GetDeoptBundleOperands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLowerGuardIntrinsic.cpp51 OperandBundleDef DeoptOB(*CI->getOperandBundle(LLVMContext::OB_deopt)); in MakeGuardControlFlowExplicit()
DRewriteStatepointsForGC.cpp290 CS.getOperandBundle(LLVMContext::OB_deopt); in GetDeoptBundleOperands()
/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-subzero/include/llvm/IR/
DLLVMContext.h88 OB_deopt = 0, // "deopt" enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h112 OB_deopt = 0, // "deopt" enumerator
DInstrTypes.h1256 return getTagID() == LLVMContext::OB_deopt;
1484 if (BOI.Tag->second == LLVMContext::OB_deopt ||
/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-7.0/llvm/lib/IR/
DLLVMContext.cpp73 assert(DeoptEntry->second == LLVMContext::OB_deopt && in LLVMContext()
DVerifier.cpp2840 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/
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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1515 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/
DStatepointLowering.cpp836 auto DeoptBundle = *CS.getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl()
DSelectionDAGBuilder.cpp2263 {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/
DStatepointLowering.cpp896 auto DeoptBundle = *CS.getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl()
DSelectionDAGBuilder.cpp2448 {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/
DIRTranslator.cpp1061 if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) in translateInvoke()