/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerKernelAttributes.cpp | 95 auto *BCI = dyn_cast<BitCastInst>(*U->user_begin()); in processUse() local
|
H A D | AMDGPURewriteOutArguments.cpp | 127 auto *BCI = dyn_cast<BitCastInst>(U.getUser()); in checkArgumentUses() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroEarly.cpp | 95 auto *BCI = Builder.CreateBitCast(Operand, FramePtrTy); in lowerCoroDone() local
|
H A D | Coroutines.cpp | 445 auto BCI = new BitCastInst(*SI, *RI, "", Suspend); in buildFrom() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 2436 auto *BCI = dyn_cast<BitCastInst>(IncValue); in optimizeBitCastFromPhi() local 2456 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) { in optimizeBitCastFromPhi() local 2499 } else if (auto *BCI = dyn_cast<BitCastInst>(V)) { in optimizeBitCastFromPhi() local 2531 else if (auto *BCI = dyn_cast<BitCastInst>(V)) { in optimizeBitCastFromPhi() local
|
H A D | InstCombineCalls.cpp | 1620 if (CallInst *BCI = dyn_cast<CallInst>(BI)) { in visitCallInst() local
|
H A D | InstructionCombining.cpp | 2382 if (auto *BCI = dyn_cast<BitCastInst>(ASCStrippedPtrOp)) { in visitGetElementPtrInst() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | BypassSlowDivision.cpp | 397 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 | 1304 if (BitCastInst *BCI = dyn_cast<BitCastInst>(V)) { in FoldReturnIntoUncondBranch() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | CallSiteSplitting.cpp | 246 BitCastInst* BCI = dyn_cast<BitCastInst>(&*II); in copyMustTailReturn() local
|
H A D | Scalarizer.cpp | 694 bool ScalarizerVisitor::visitBitCastInst(BitCastInst &BCI) { in visitBitCastInst()
|
/netbsd-src/external/apache2/llvm/dist/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 | 719 BitCastInst *BCI = dyn_cast<BitCastInst>(V); in compute() local
|
H A D | CodeGenPrepare.cpp | 2318 BitCastInst *BCI = nullptr; in dupRetToEnableTailCallOpts() local 6908 if (auto *BCI = dyn_cast<Instruction>(BC1)) in optimizeShuffleVectorInst() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 913 if (BitCastInst *BCI = dyn_cast<BitCastInst>(User)) { in OptimizeGlobalAddressOfMalloc() local 1031 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Inst)) { in valueIsOnlyUsedLocallyOrStoredToOneGlobal() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 386 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in getMallocType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 6037 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address)) in visitIntrinsicCall() local
|