/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroEarly.cpp | 96 auto *BCI = Builder.CreateBitCast(Operand, FramePtrTy); in lowerCoroDone() local
|
H A D | Coroutines.cpp | 369 auto BCI = new BitCastInst(*SI, *RI, "", Suspend); in buildFrom() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerKernelAttributes.cpp | 113 auto *BCI = dyn_cast<BitCastInst>(U); in processUse() local
|
H A D | AMDGPURewriteOutArguments.cpp | 125 if (auto *BCI = dyn_cast<BitCastInst>(U->getUser())) { in getStoredType() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerBinaryMetadata.cpp | 320 } else if (auto *BCI = dyn_cast<BitCastInst>(U)) { in hasUseAfterReturnUnsafeUses() local
|
H A D | DataFlowSanitizer.cpp | 2739 void DFSanVisitor::visitBitCastInst(BitCastInst &BCI) { in visitBitCastInst()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | BypassSlowDivision.cpp | 395 if (auto *BCI = dyn_cast<BitCastInst>(Divisor)) in insertFastDivAndRem() local
|
H A D | PromoteMemoryToRegister.cpp | 82 } else if (const BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in isAllocaPromotable() local
|
H A D | BasicBlockUtils.cpp | 1428 if (BitCastInst *BCI = dyn_cast<BitCastInst>(V)) { in FoldReturnIntoUncondBranch() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 2574 auto *BCI = dyn_cast<BitCastInst>(IncValue); in optimizeBitCastFromPhi() local 2594 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) { in optimizeBitCastFromPhi() local 2637 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) { in optimizeBitCastFromPhi() local 2669 else if (auto *BCI = dyn_cast<BitCastInst>(V)) { in optimizeBitCastFromPhi() local
|
H A D | InstructionCombining.cpp | 2175 Instruction *InstCombinerImpl::visitGEPOfBitcast(BitCastInst *BCI, in visitGEPOfBitcast() 2682 if (auto *BCI = dyn_cast<BitCastInst>(ASCStrippedPtrOp)) in visitGetElementPtrInst() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | CallSiteSplitting.cpp | 246 BitCastInst* BCI = dyn_cast<BitCastInst>(&*II); in copyMustTailReturn() local
|
H A D | Scalarizer.cpp | 746 bool ScalarizerVisitor::visitBitCastInst(BitCastInst &BCI) { in visitBitCastInst()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 1000 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Use.get())) in remapInstructions() local
|
H A D | InterleavedLoadCombinePass.cpp | 717 BitCastInst *BCI = dyn_cast<BitCastInst>(V); in compute() local
|
H A D | CodeGenPrepare.cpp | 2447 BitCastInst *BCI = nullptr; in dupRetToEnableTailCallOpts() local 7059 if (auto *BCI = dyn_cast<Instruction>(BC1)) in optimizeShuffleVectorInst() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 893 if (BitCastInst *BCI = dyn_cast<BitCastInst>(User)) { in OptimizeGlobalAddressOfAllocation() local 1021 if (auto *BCI = dyn_cast<BitCastInst>(U)) { in valueIsOnlyUsedLocallyOrStoredToOneGlobal() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 6158 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address)) in visitIntrinsicCall() local
|