Home
last modified time | relevance | path

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

123

/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/llvm-project/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.cpp206 if (BitCastInst *BCI = dyn_cast<BitCastInst>(BC)) { in hoistAddrSpaceCastFromBitCast() local
/external/llvm-project/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
/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/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/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroEarly.cpp95 auto *BCI = Builder.CreateBitCast(Operand, FramePtrTy); in lowerCoroDone() local
DCoroutines.cpp442 auto BCI = new BitCastInst(*SI, *RI, "", Suspend); in buildFrom() 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/llvm-project/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp397 if (auto *BCI = dyn_cast<BitCastInst>(Divisor)) in insertFastDivAndRem() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp2422 auto *BCI = dyn_cast<BitCastInst>(IncValue); in optimizeBitCastFromPhi() local
2442 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) { in optimizeBitCastFromPhi() local
2485 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) { in optimizeBitCastFromPhi() local
2520 else if (auto *BCI = dyn_cast<BitCastInst>(V)) { in optimizeBitCastFromPhi() 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-project/llvm/lib/Transforms/Scalar/
DCallSiteSplitting.cpp246 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp951 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Use.get())) in remapInstructions() local
/external/llvm-project/llvm/lib/CodeGen/
DStackColoring.cpp1002 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Use.get())) in remapInstructions() local

123