Searched defs:BCI (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp682 bool ScalarizerVisitor::visitBitCastInst(BitCastInst &BCI) { argument
[all...]
H A DCallSiteSplitting.cpp248 BitCastInst* BCI = dyn_cast<BitCastInst>(&*II); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2267 auto *BCI = dyn_cast<BitCastInst>(IncValue); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp415 auto BCI = new BitCastInst(*SI, *RI, "", Suspend); local
H A DCoroEarly.cpp100 auto *BCI = Builder.CreateBitCast(Operand, FramePtrTy); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp146 auto *BCI = dyn_cast<BitCastInst>(U.getUser()); local
H A DAMDGPULowerKernelAttributes.cpp104 auto *BCI = dyn_cast<BitCastInst>(*U->user_begin()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp68 BitCastInst *BCI = new BitCastInst(Ptr, PT, ""); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp731 static bool computeFromBCI(BitCastInst *BCI, VectorInfo &Result, argument
H A DCodeGenPrepare.cpp2084 BitCastInst *BCI = nullptr; local

Completed in 290 milliseconds