Home
last modified time | relevance | path

Searched refs:getOperandBundleAt (Results 1 – 19 of 19) sorted by relevance

/external/llvm/include/llvm/IR/
DInstrTypes.h1352 OperandBundleUse getOperandBundleAt(unsigned Index) const {
1362 if (getOperandBundleAt(i).getTagName() == Name)
1373 if (getOperandBundleAt(i).getTagID() == ID)
1387 OperandBundleUse U = getOperandBundleAt(i);
1403 OperandBundleUse U = getOperandBundleAt(i);
1420 Defs.emplace_back(getOperandBundleAt(i));
1480 uint32_t ID = getOperandBundleAt(i).getTagID();
DCallSite.h496 OperandBundleUse getOperandBundleAt(unsigned Index) const { in getOperandBundleAt() function
497 CALLSITE_DELEGATE_GETTER(getOperandBundleAt(Index)); in getOperandBundleAt()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstrTypes.h1392 OperandBundleUse getOperandBundleAt(unsigned Index) const {
1402 if (getOperandBundleAt(i).getTagName() == Name)
1413 if (getOperandBundleAt(i).getTagID() == ID)
1427 OperandBundleUse U = getOperandBundleAt(i);
1443 OperandBundleUse U = getOperandBundleAt(i);
1460 Defs.emplace_back(getOperandBundleAt(i));
1520 uint32_t ID = getOperandBundleAt(i).getTagID();
DCallSite.h551 OperandBundleUse getOperandBundleAt(unsigned Index) const { in getOperandBundleAt() function
552 CALLSITE_DELEGATE_GETTER(getOperandBundleAt(Index)); in getOperandBundleAt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp170 auto OBL = LCS.getOperandBundleAt(i); in cmpOperandBundlesSchema()
171 auto OBR = RCS.getOperandBundleAt(i); in cmpOperandBundlesSchema()
DInlineFunction.cpp1513 uint32_t Tag = CS.getOperandBundleAt(i).getTagID(); in InlineFunction()
1701 auto ChildOB = ICS.getOperandBundleAt(i); in InlineFunction()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp588 auto OBL = LCS.getOperandBundleAt(i); in cmpOperandBundlesSchema()
589 auto OBR = RCS.getOperandBundleAt(i); in cmpOperandBundlesSchema()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1368 uint32_t Tag = CS.getOperandBundleAt(i).getTagID(); in InlineFunction()
1550 auto ChildOB = ICS.getOperandBundleAt(i); in InlineFunction()
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp598 OperandBundleUse Bundle = CI->getOperandBundleAt(BundleIdx); in CloneInstructionInExitBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLICM.cpp776 OperandBundleUse Bundle = CI->getOperandBundleAt(BundleIdx); in CloneInstructionInExitBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp697 auto Bundle = CI.getOperandBundleAt(I); in CloneCallInstForBB()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1377 if (CS.getOperandBundleAt(i).getTagID() != LLVMContext::OB_funclet) in selectInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1582 if (CS.getOperandBundleAt(i).getTagID() != LLVMContext::OB_funclet) in selectInstruction()
/external/llvm/lib/IR/
DAsmWriter.cpp2200 OperandBundleUse BU = CS.getOperandBundleAt(i); in writeOperandBundles()
DVerifier.cpp2620 OperandBundleUse BU = CS.getOperandBundleAt(i); in verifyCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2475 OperandBundleUse BU = CS.getOperandBundleAt(i); in writeOperandBundles()
DVerifier.cpp2838 OperandBundleUse BU = CS.getOperandBundleAt(i); in verifyCallSite()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2266 const auto &Bundle = CS.getOperandBundleAt(i); in writeOperandBundles()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2495 const auto &Bundle = CS.getOperandBundleAt(i); in writeOperandBundles()