Home
last modified time | relevance | path

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

/freebsd/contrib/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)) { in hasUseAfterReturnUnsafeUses() local
H A DPGOInstrumentation.cpp555 const std::optional<BlockCoverageInference> BCI; member in __anon0925556b0111::FuncPGOInstrumentation
H A DDataFlowSanitizer.cpp2755 void DFSanVisitor::visitBitCastInst(BitCastInst &BCI) { in visitBitCastInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp96 auto *BCI = Builder.CreateBitCast(Operand, FramePtrTy); in lowerCoroDone() local
H A DCoroutines.cpp372 auto BCI = new BitCastInst(*SI, *RI, "", Suspend->getIterator()); in buildFrom() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp126 for (Use &U : BCI->uses()) in getStoredType() local
H A DAMDGPULowerKernelAttributes.cpp114 auto *BCI = dyn_cast<BitCastInst>(U); in processUse() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp395 if (auto *BCI = dyn_cast<BitCastInst>(Divisor)) in insertFastDivAndRem() local
H A DPromoteMemoryToRegister.cpp84 } else if (const BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in isAllocaPromotable() local
H A DBasicBlockUtils.cpp1563 if (BitCastInst *BCI = dyn_cast<BitCastInst>(V)) { in FoldReturnIntoUncondBranch() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp244 BitCastInst* BCI = dyn_cast<BitCastInst>(&*II); in copyMustTailReturn() local
H A DScalarizer.cpp881 bool ScalarizerVisitor::visitBitCastInst(BitCastInst &BCI) { in visitBitCastInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2553 auto *BCI = dyn_cast<BitCastInst>(IncValue); in optimizeBitCastFromPhi() local
2573 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) { in optimizeBitCastFromPhi() local
2616 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) { in optimizeBitCastFromPhi() local
2648 else if (auto *BCI = dyn_cast<BitCastInst>(V)) { in optimizeBitCastFromPhi() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp972 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Use.get())) in remapInstructions() local
H A DInterleavedLoadCombinePass.cpp720 BitCastInst *BCI = dyn_cast<BitCastInst>(V); in compute() local
H A DCodeGenPrepare.cpp2636 BitCastInst *BCI = nullptr; in dupRetToEnableTailCallOpts() local
7335 if (auto *BCI = dyn_cast<Instruction>(BC1)) in optimizeShuffleVectorInst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1053 if (auto *BCI = dyn_cast<BitCastInst>(U)) { in valueIsOnlyUsedLocallyOrStoredToOneGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1201 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address)) in handleDebugDeclare() local