Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Dinsert_iter_iter.pass.cpp55 typedef input_iterator<CI> BCI; in test() typedef
72 typedef forward_iterator<CI> BCI; in test() typedef
89 typedef bidirectional_iterator<CI> BCI; in test() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/deque/deque.modifiers/
Dinsert_iter_iter.pass.cpp54 typedef cpp17_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.cpp206 if (BitCastInst *BCI = dyn_cast<BitCastInst>(BC)) { in hoistAddrSpaceCastFromBitCast() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelAttributes.cpp104 auto *BCI = dyn_cast<BitCastInst>(*U->user_begin()); in processUse() local
DAMDGPURewriteOutArguments.cpp146 auto *BCI = dyn_cast<BitCastInst>(U.getUser()); in checkArgumentUses() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp100 if (BitCastInst *BCI = dyn_cast_or_null<BitCastInst>(Prev)) in runOnFunction() local
DBypassSlowDivision.cpp394 if (auto *BCI = dyn_cast<BitCastInst>(Divisor)) in insertFastDivAndRem() local
DPromoteMemoryToRegister.cpp86 } else if (const BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in isAllocaPromotable() local
DBasicBlockUtils.cpp896 if (BitCastInst *BCI = dyn_cast<BitCastInst>(V)) { in FoldReturnIntoUncondBranch() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroEarly.cpp100 auto *BCI = Builder.CreateBitCast(Operand, FramePtrTy); in lowerCoroDone() local
DCoroutines.cpp415 auto BCI = new BitCastInst(*SI, *RI, "", Suspend); in buildFrom() local
/external/AFLplusplus/instrumentation/
Dsplit-switches-pass.so.cc261 for (std::vector<bool>::iterator BCI = bytesChecked.begin(), local
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp367 if (auto *BCI = dyn_cast<BitCastInst>(Ptr)) { in getInvariantGroupPointerDependency() local
378 if (auto *BCI = dyn_cast<BitCastInst>(U)) { in getInvariantGroupPointerDependency() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp2267 auto *BCI = dyn_cast<BitCastInst>(IncValue); in optimizeBitCastFromPhi() local
2287 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) { in optimizeBitCastFromPhi() local
2330 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) { in optimizeBitCastFromPhi() local
2365 else if (auto *BCI = dyn_cast<BitCastInst>(V)) { in optimizeBitCastFromPhi() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp230 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address)) in set() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCallSiteSplitting.cpp248 BitCastInst* BCI = dyn_cast<BitCastInst>(&*II); in copyMustTailReturn() local
/external/llvm/lib/CodeGen/
DStackColoring.cpp826 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Use.get())) in remapInstructions() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp817 if (BitCastInst *BCI = dyn_cast<BitCastInst>(User)) { in OptimizeGlobalAddressOfMalloc() local
950 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Inst)) { in ValueIsOnlyUsedLocallyOrStoredToOneGlobal() local
1501 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Malloc)) in tryToOptimizeStoreOfMallocToGlobal() local
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp590 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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp951 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Use.get())) in remapInstructions() local
DInterleavedLoadCombinePass.cpp719 BitCastInst *BCI = dyn_cast<BitCastInst>(V); in compute() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp876 if (BitCastInst *BCI = dyn_cast<BitCastInst>(User)) { in OptimizeGlobalAddressOfMalloc() local
1010 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Inst)) { in ValueIsOnlyUsedLocallyOrStoredToOneGlobal() local
1564 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Malloc)) in tryToOptimizeStoreOfMallocToGlobal() local
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp490 bool Scalarizer::visitBitCastInst(BitCastInst &BCI) { in visitBitCastInst()
/external/llvm/lib/IR/
DIRBuilder.cpp53 BitCastInst *BCI = new BitCastInst(Ptr, PT, ""); in getCastedInt8PtrValue() local

12