/llvm-project/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
H A D | insert_iter_iter.pass.cpp | 61 typedef cpp17_input_iterator<CI> BCI; in test() typedef 80 typedef forward_iterator<CI> BCI; in test() typedef 97 typedef bidirectional_iterator<CI> BCI; in test() typedef
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BlockCoverageInference.cpp | 252 const BlockCoverageInference *BCI; member in llvm::DotFuncBCIInfo 256 DotFuncBCIInfo(const BlockCoverageInference *BCI, in DotFuncBCIInfo()
|
H A D | SanitizerBinaryMetadata.cpp | 342 } else if (auto *BCI = dyn_cast<BitCastInst>(U)) { hasUseAfterReturnUnsafeUses() local
|
H A D | PGOInstrumentation.cpp | 555 const std::optional<BlockCoverageInference> BCI; global() member in __anonfed3d47e0111::FuncPGOInstrumentation [all...] |
H A D | DataFlowSanitizer.cpp | 2755 visitBitCastInst(BitCastInst & BCI) visitBitCastInst() argument
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroEarly.cpp | 96 auto *BCI = Builder.CreateBitCast(Operand, FramePtrTy); lowerCoroDone() local
|
H A D | Coroutines.cpp | 372 auto BCI = new BitCastInst(*SI, *RI, "", Suspend->getIterator()); buildFrom() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 125 if (auto *BCI = dyn_cast<BitCastInst>(U->getUser())) { in getStoredType() local
|
H A D | AMDGPULowerKernelAttributes.cpp | 114 auto *BCI = dyn_cast<BitCastInst>(U); processUse() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BypassSlowDivision.cpp | 395 if (BCI->getParent() == SlowDivOrRem->getParent() && in insertFastDivAndRem() local
|
H A D | PromoteMemoryToRegister.cpp | 84 } else if (const BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { isAllocaPromotable() local
|
H A D | BasicBlockUtils.cpp | 1563 if (BitCastInst *BCI = dyn_cast<BitCastInst>(V)) { FoldReturnIntoUncondBranch() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CallSiteSplitting.cpp | 244 BitCastInst* BCI = dyn_cast<BitCastInst>(&*II); in copyMustTailReturn() local
|
H A D | Scalarizer.cpp | 881 visitBitCastInst(BitCastInst & BCI) visitBitCastInst() argument [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 2551 auto *BCI = dyn_cast<BitCastInst>(IncValue); optimizeBitCastFromPhi() local 2571 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) { optimizeBitCastFromPhi() local 2614 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) { optimizeBitCastFromPhi() local 2646 else if (auto *BCI = dyn_cast<BitCastInst>(V)) { optimizeBitCastFromPhi() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 972 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Use.get())) remapInstructions() local
|
H A D | InterleavedLoadCombinePass.cpp | 720 if (BCI) in compute() local
|
H A D | CodeGenPrepare.cpp | 2636 BitCastInst *BCI = nullptr; dupRetToEnableTailCallOpts() local 7335 if (auto *BCI = dyn_cast<Instruction>(BC1)) optimizeShuffleVectorInst() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1053 if (auto *BCI = dyn_cast<BitCastInst>(U)) { valueIsOnlyUsedLocallyOrStoredToOneGlobal() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1201 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address)) handleDebugDeclare() local
|