Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp96 auto *BCI = Builder.CreateBitCast(Operand, FramePtrTy); in lowerCoroDone() local
H A DCoroutines.cpp369 auto BCI = new BitCastInst(*SI, *RI, "", Suspend); in buildFrom() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp113 auto *BCI = dyn_cast<BitCastInst>(U); in processUse() local
H A DAMDGPURewriteOutArguments.cpp125 if (auto *BCI = dyn_cast<BitCastInst>(U->getUser())) { in getStoredType() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp320 } else if (auto *BCI = dyn_cast<BitCastInst>(U)) { in hasUseAfterReturnUnsafeUses() local
H A DDataFlowSanitizer.cpp2739 void DFSanVisitor::visitBitCastInst(BitCastInst &BCI) { in visitBitCastInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp395 if (auto *BCI = dyn_cast<BitCastInst>(Divisor)) in insertFastDivAndRem() local
H A DPromoteMemoryToRegister.cpp82 } else if (const BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in isAllocaPromotable() local
H A DBasicBlockUtils.cpp1428 if (BitCastInst *BCI = dyn_cast<BitCastInst>(V)) { in FoldReturnIntoUncondBranch() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2574 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 DInstructionCombining.cpp2175 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 DCallSiteSplitting.cpp246 BitCastInst* BCI = dyn_cast<BitCastInst>(&*II); in copyMustTailReturn() local
H A DScalarizer.cpp746 bool ScalarizerVisitor::visitBitCastInst(BitCastInst &BCI) { in visitBitCastInst()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp1000 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Use.get())) in remapInstructions() local
H A DInterleavedLoadCombinePass.cpp717 BitCastInst *BCI = dyn_cast<BitCastInst>(V); in compute() local
H A DCodeGenPrepare.cpp2447 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 DGlobalOpt.cpp893 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 DSelectionDAGBuilder.cpp6158 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address)) in visitIntrinsicCall() local