Home
last modified time | relevance | path

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

/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Dinsert_iter_iter.pass.cpp54 typedef input_iterator<CI> BCI; in test() typedef
71 typedef forward_iterator<CI> BCI; in test() typedef
88 typedef bidirectional_iterator<CI> BCI; in test() typedef
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp203 if (BitCastInst *BCI = dyn_cast<BitCastInst>(BC)) { in hoistAddrSpaceCastFromBitCast() local
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp418 if (auto *BCI = dyn_cast<BitCastInst>(Ptr)) { in getInvariantGroupPointerDependency() local
430 if (auto *BCI = dyn_cast<BitCastInst>(U)) { in getInvariantGroupPointerDependency() local
DMemoryBuiltins.cpp253 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(*UI++)) { in getMallocType() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp503 if (BitCastInst *BCI = dyn_cast<BitCastInst>(UI)) { in CanConvertToScalar() local
1300 if (BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in tryToMakeAllocaBePromotable() local
1318 if (BitCastInst *BCI = dyn_cast<BitCastInst>(InstsToRewrite[i])) { in tryToMakeAllocaBePromotable() local
1986 BitCastInst *BCI = new BitCastInst(NewAI, AI->getType(), "", NewAI); in RewriteForScalarRepl() local
DScalarizer.cpp487 bool Scalarizer::visitBitCastInst(BitCastInst &BCI) { in visitBitCastInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp193 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address)) in set() local
DSelectionDAGBuilder.cpp4448 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address)) in visitIntrinsicCall() local
4535 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(V)) in visitIntrinsicCall() local
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp661 if (BitCastInst *BCI = dyn_cast<BitCastInst>(V)) { in FoldReturnIntoUncondBranch() local
DPromoteMemoryToRegister.cpp74 } else if (const BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in isAllocaPromotable() local
/external/llvm/lib/IR/
DIRBuilder.cpp53 BitCastInst *BCI = new BitCastInst(Ptr, PT, ""); in getCastedInt8PtrValue() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp859 if (BitCastInst *BCI = dyn_cast<BitCastInst>(User)) { in OptimizeGlobalAddressOfMalloc() local
993 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Inst)) { in ValueIsOnlyUsedLocallyOrStoredToOneGlobal() local
1542 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Malloc)) in TryToOptimizeStoreOfMallocToGlobal() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp168 if (BitCastInst *BCI = dyn_cast<BitCastInst>(EI.getOperand(0))) { in visitExtractElementInst() local
DInstCombineCalls.cpp1652 if (CallInst *BCI = dyn_cast<CallInst>(BI)) { in visitCallInst() local
DInstructionCombining.cpp1806 if (BitCastInst *BCI = dyn_cast<BitCastInst>(PtrOp)) { in visitGetElementPtrInst() local
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1913 BitCastInst *BCI = nullptr; in dupRetToEnableTailCallOpts() local