Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Dinsert_iter_iter.pass.cpp61 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 DBlockCoverageInference.cpp252 const BlockCoverageInference *BCI; member in llvm::DotFuncBCIInfo
256 DotFuncBCIInfo(const BlockCoverageInference *BCI, in DotFuncBCIInfo()
H A DSanitizerBinaryMetadata.cpp342 } else if (auto *BCI = dyn_cast<BitCastInst>(U)) { hasUseAfterReturnUnsafeUses() local
H A DPGOInstrumentation.cpp555 const std::optional<BlockCoverageInference> BCI; global() member in __anonfed3d47e0111::FuncPGOInstrumentation
[all...]
H A DDataFlowSanitizer.cpp2755 visitBitCastInst(BitCastInst & BCI) visitBitCastInst() argument
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp96 auto *BCI = Builder.CreateBitCast(Operand, FramePtrTy); lowerCoroDone() local
H A DCoroutines.cpp372 auto BCI = new BitCastInst(*SI, *RI, "", Suspend->getIterator()); buildFrom() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp125 if (auto *BCI = dyn_cast<BitCastInst>(U->getUser())) { in getStoredType() local
H A DAMDGPULowerKernelAttributes.cpp114 auto *BCI = dyn_cast<BitCastInst>(U); processUse() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp395 if (BCI->getParent() == SlowDivOrRem->getParent() && in insertFastDivAndRem() local
H A DPromoteMemoryToRegister.cpp84 } else if (const BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { isAllocaPromotable() local
H A DBasicBlockUtils.cpp1563 if (BitCastInst *BCI = dyn_cast<BitCastInst>(V)) { FoldReturnIntoUncondBranch() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp244 BitCastInst* BCI = dyn_cast<BitCastInst>(&*II); in copyMustTailReturn() local
H A DScalarizer.cpp881 visitBitCastInst(BitCastInst & BCI) visitBitCastInst() argument
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2551 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 DStackColoring.cpp972 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Use.get())) remapInstructions() local
H A DInterleavedLoadCombinePass.cpp720 if (BCI) in compute() local
H A DCodeGenPrepare.cpp2636 BitCastInst *BCI = nullptr; dupRetToEnableTailCallOpts() local
7335 if (auto *BCI = dyn_cast<Instruction>(BC1)) optimizeShuffleVectorInst() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1053 if (auto *BCI = dyn_cast<BitCastInst>(U)) { valueIsOnlyUsedLocallyOrStoredToOneGlobal() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1201 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address)) handleDebugDeclare() local