| /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
| D | insert_iter_iter.pass.cpp | 54 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/ |
| D | NVPTXFavorNonGenericAddrSpaces.cpp | 203 if (BitCastInst *BCI = dyn_cast<BitCastInst>(BC)) { in hoistAddrSpaceCastFromBitCast() local
|
| /external/llvm/lib/Analysis/ |
| D | MemoryDependenceAnalysis.cpp | 418 if (auto *BCI = dyn_cast<BitCastInst>(Ptr)) { in getInvariantGroupPointerDependency() local 430 if (auto *BCI = dyn_cast<BitCastInst>(U)) { in getInvariantGroupPointerDependency() local
|
| D | MemoryBuiltins.cpp | 253 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(*UI++)) { in getMallocType() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | ScalarReplAggregates.cpp | 503 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
|
| D | Scalarizer.cpp | 487 bool Scalarizer::visitBitCastInst(BitCastInst &BCI) { in visitBitCastInst()
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | FunctionLoweringInfo.cpp | 193 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address)) in set() local
|
| D | SelectionDAGBuilder.cpp | 4448 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/ |
| D | BasicBlockUtils.cpp | 661 if (BitCastInst *BCI = dyn_cast<BitCastInst>(V)) { in FoldReturnIntoUncondBranch() local
|
| D | PromoteMemoryToRegister.cpp | 74 } else if (const BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in isAllocaPromotable() local
|
| /external/llvm/lib/IR/ |
| D | IRBuilder.cpp | 53 BitCastInst *BCI = new BitCastInst(Ptr, PT, ""); in getCastedInt8PtrValue() local
|
| /external/llvm/lib/Transforms/IPO/ |
| D | GlobalOpt.cpp | 859 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/ |
| D | InstCombineVectorOps.cpp | 168 if (BitCastInst *BCI = dyn_cast<BitCastInst>(EI.getOperand(0))) { in visitExtractElementInst() local
|
| D | InstCombineCalls.cpp | 1652 if (CallInst *BCI = dyn_cast<CallInst>(BI)) { in visitCallInst() local
|
| D | InstructionCombining.cpp | 1806 if (BitCastInst *BCI = dyn_cast<BitCastInst>(PtrOp)) { in visitGetElementPtrInst() local
|
| /external/llvm/lib/CodeGen/ |
| D | CodeGenPrepare.cpp | 1913 BitCastInst *BCI = nullptr; in dupRetToEnableTailCallOpts() local
|