Home
last modified time | relevance | path

Searched refs:getOperandBundlesAsDefs (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/IR/
DCallSite.h523 void getOperandBundlesAsDefs(SmallVectorImpl<OperandBundleDef> &Defs) const { in getOperandBundlesAsDefs() function
528 cast<CallInst>(II)->getOperandBundlesAsDefs(Defs); in getOperandBundlesAsDefs()
530 cast<InvokeInst>(II)->getOperandBundlesAsDefs(Defs); in getOperandBundlesAsDefs()
DInstrTypes.h1418 void getOperandBundlesAsDefs(SmallVectorImpl<OperandBundleDef> &Defs) const {
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp181 CS.getOperandBundlesAsDefs(OpBundles); in DeleteDeadVarargs()
887 CS.getOperandBundlesAsDefs(OpBundles); in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp875 CS.getOperandBundlesAsDefs(OpBundles); in DoPromotion()
DGlobalOpt.cpp1248 CI->getOperandBundlesAsDefs(OpBundles); in PerformHeapAllocSRoA()
1494 CI->getOperandBundlesAsDefs(OpBundles); in tryToOptimizeStoreOfMallocToGlobal()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp478 CI->getOperandBundlesAsDefs(OpBundles); in HandleCallsInBlockInlinedThroughInvoke()
1812 CS.getOperandBundlesAsDefs(OpBundles); in InlineFunction()
1888 DeoptCall->getOperandBundlesAsDefs(OpBundles); in InlineFunction()
DSimplifyLibCalls.cpp1959 CI->getOperandBundlesAsDefs(OpBundles); in optimizeCall()
2315 CI->getOperandBundlesAsDefs(OpBundles); in optimizeCall()
DLocal.cpp1346 II->getOperandBundlesAsDefs(OpBundles); in changeToCall()
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp467 CS.getOperandBundlesAsDefs(OpBundles); in rewriteSetJmpCallSite()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2832 CS.getOperandBundlesAsDefs(OpBundles); in transformConstExprCastCall()
3019 CS.getOperandBundlesAsDefs(OpBundles); in transformCallThroughTrampoline()
DInstCombineCasts.cpp1404 II->getOperandBundlesAsDefs(OpBundles); in visitFPTrunc()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2523 CI->getOperandBundlesAsDefs(OpBundles); in vectorizeTree()
DLoopVectorize.cpp4279 CI->getOperandBundlesAsDefs(OpBundles); in vectorizeBlockInLoop()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2802 callSite.getOperandBundlesAsDefs(newBundles); in replaceUsesOfNonProtoConstant()