Home
last modified time | relevance | path

Searched refs:countOperandBundlesOfType (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/IR/
DCallSite.h508 unsigned countOperandBundlesOfType(uint32_t ID) const { in countOperandBundlesOfType() function
509 CALLSITE_DELEGATE_GETTER(countOperandBundlesOfType(ID)); in countOperandBundlesOfType()
DInstrTypes.h1359 unsigned countOperandBundlesOfType(StringRef Name) const {
1370 unsigned countOperandBundlesOfType(uint32_t ID) const {
1384 assert(countOperandBundlesOfType(Name) < 2 && "Precondition violated!");
1400 assert(countOperandBundlesOfType(ID) < 2 && "Precondition violated!");
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h563 unsigned countOperandBundlesOfType(uint32_t ID) const { in countOperandBundlesOfType() function
564 CALLSITE_DELEGATE_GETTER(countOperandBundlesOfType(ID)); in countOperandBundlesOfType()
DInstrTypes.h1399 unsigned countOperandBundlesOfType(StringRef Name) const {
1410 unsigned countOperandBundlesOfType(uint32_t ID) const {
1424 assert(countOperandBundlesOfType(Name) < 2 && "Precondition violated!");
1440 assert(countOperandBundlesOfType(ID) < 2 && "Precondition violated!");
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1061 if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) in translateInvoke()
/external/llvm/lib/IR/
DVerifier.cpp4102 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/
DVerifier.cpp4429 Assert(CS.countOperandBundlesOfType(LLVMContext::OB_deopt) == 1, in visitIntrinsicCallSite()
4437 Assert(CS.countOperandBundlesOfType(LLVMContext::OB_deopt) == 1, in visitIntrinsicCallSite()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2285 } else if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) { in visitInvoke()
6373 if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) in visitCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2470 } else if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) { in visitInvoke()
7033 if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) in visitCall()