Home
last modified time | relevance | path

Searched defs:BCI (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/VMCore/
DIRBuilder.cpp49 BitCastInst *BCI = new BitCastInst(Ptr, PT, ""); in getCastedInt8PtrValue() local
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp817 for (BlockChain::iterator BCI = Chain.begin(), BCE = Chain.end(); in buildLoopChains() local
918 for (BlockChain::iterator BCI = Chain.begin(), BCE = Chain.end(); in buildCFGChains() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp126 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address)) in set() local
DSelectionDAGBuilder.cpp4613 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address)) in visitIntrinsicCall() local
4714 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(V)) in visitIntrinsicCall() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp137 if (BitCastInst *BCI = dyn_cast<BitCastInst>(EI.getOperand(0))) { in visitExtractElementInst() local
DInstCombineLoadStoreAlloca.cpp63 if (BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in isOnlyCopiedFromConstantGlobal() local
DInstCombineCalls.cpp697 if (CallInst *BCI = dyn_cast<CallInst>(BI)) { in visitCallInst() local
DInstructionCombining.cpp1056 if (BitCastInst *BCI = dyn_cast<BitCastInst>(PtrOp)) { in visitGetElementPtrInst() local
DInstCombineCompares.cpp584 if (BitCastInst *BCI = dyn_cast<BitCastInst>(RHS)) in FoldGEPICmp() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp495 if (BitCastInst *BCI = dyn_cast<BitCastInst>(User)) { in CanConvertToScalar() local
1295 if (BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in tryToMakeAllocaBePromotable() local
1313 if (BitCastInst *BCI = dyn_cast<BitCastInst>(InstsToRewrite[i])) { in tryToMakeAllocaBePromotable() local
1980 BitCastInst *BCI = new BitCastInst(NewAI, AI->getType(), "", NewAI); in RewriteForScalarRepl() local
DCodeGenPrepare.cpp695 BitCastInst *BCI = 0; in DupRetToEnableTailCallOpts() local
/external/llvm/lib/Analysis/IPA/
DGlobalsModRef.cpp263 } else if (BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in AnalyzeUsesOfPointer() local
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp665 if (BitCastInst *BCI = dyn_cast<BitCastInst>(V)) { in FoldReturnIntoUncondBranch() local
DPromoteMemoryToRegister.cpp106 } else if (const BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in isAllocaPromotable() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1047 if (BitCastInst *BCI = dyn_cast<BitCastInst>(User)) { in OptimizeGlobalAddressOfMalloc() local
1183 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Inst)) { in ValueIsOnlyUsedLocallyOrStoredToOneGlobal() local
1741 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Malloc)) in TryToOptimizeStoreOfMallocToGlobal() local
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp251 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(*UI++)) { in getMallocType() local