Searched refs:BitCastInst (Results 26 - 50 of 86) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp239 if (auto *Cast = dyn_cast<BitCastInst>(Op0)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp133 new BitCastInst(Frame, Type::getInt8PtrTy(C), "vFrame", InsertPt);
H A DCoroInstr.h130 assert((isa<BitCastInst>(Arg) || isa<GetElementPtrInst>(Arg)) &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp719 BitCastInst *BCI = dyn_cast<BitCastInst>(V);
725 /// BitCastInst specialization to compute the vector information.
727 /// \param BCI BitCastInst to operate on
731 static bool computeFromBCI(BitCastInst *BCI, VectorInfo &Result,
H A DAnalysis.cpp286 if (isa<BitCastInst>(I)) {
623 auto *BitCastIn = dyn_cast<BitCastInst>(B);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h162 if (auto *BitCast = dyn_cast<BitCastInst>(V))
421 Instruction *visitBitCast(BitCastInst &CI);
989 Instruction *PromoteCastOfAllocation(BitCastInst &CI, AllocaInst &AI);
H A DInstCombineVectorOps.cpp181 return new BitCastInst(Elt, DestTy);
248 return new BitCastInst(Builder.CreateTrunc(Scalar, DestIntTy), DestTy);
1046 return new BitCastInst(NewInsElt, IE.getType());
2006 SmallVector<BitCastInst *, 8> BCs;
2009 if (BitCastInst *BC = dyn_cast<BitCastInst>(U))
2013 for (BitCastInst *BC : BCs) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1571 return new BitCastInst(
1798 BitCastInst *bit_cast = new BitCastInst(
1806 BitCastInst *bit_cast = new BitCastInst(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp583 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore);
590 Result = new BitCastInst(MCall, AllocPtrType, Name);
672 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertBefore);
676 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertAtEnd);
2755 case BitCast: return new BitCastInst (S, Ty, Name, InsertBefore);
2777 case BitCast: return new BitCastInst (S, Ty, Name, InsertAtEnd);
3425 BitCastInst::BitCastInst( function in class:BitCastInst
3431 BitCastInst::BitCastInst( function in class:BitCastInst
[all...]
H A DBasicBlock.cpp166 if (auto *BI = dyn_cast<BitCastInst>(Prev)) {
H A DIRBuilder.cpp68 BitCastInst *BCI = new BitCastInst(Ptr, PT, "");
H A DSafepointIRVerifier.cpp692 } else if ((isa<GetElementPtrInst>(I) || isa<BitCastInst>(I)) &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp95 if (const BitCastInst *BC = dyn_cast<BitCastInst>(Arg))
732 if (isa<BitCastInst>(U))
1144 Op = new BitCastInst(Op, ParamTy, "", InsertPos);
1701 new BitCastInst(Arg, ParamTy, "", InsertPt);
1714 new BitCastInst(Arg, ParamTy, "", InsertPt);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h189 RetTy visitBitCastInst(BitCastInst &I) { DELEGATE(CastInst);}
H A DOperator.h589 friend class BitCastInst;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp146 auto *BCI = dyn_cast<BitCastInst>(U.getUser());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp164 if (const BitCastInst *Cast = dyn_cast<BitCastInst>(Val))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp366 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(*UI++)) {
H A DScalarEvolutionExpander.cpp152 while ((isa<BitCastInst>(IP) &&
153 isa<Argument>(cast<BitCastInst>(IP)->getOperand(0)) &&
154 cast<BitCastInst>(IP)->getOperand(0) != A) ||
899 (isa<CastInst>(IncV) && !isa<BitCastInst>(IncV)))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp455 return new BitCastInst(Src, NewPtrType);
471 return new BitCastInst(NewPointerOperands[0], NewPtrType);
H A DScalarizer.cpp194 bool visitBitCastInst(BitCastInst &BCI);
682 bool ScalarizerVisitor::visitBitCastInst(BitCastInst &BCI) {
H A DSeparateConstOffsetFromGEP.cpp1097 NewGEP = new BitCastInst(NewGEP, I8PtrTy, "", GEP);
1106 NewGEP = new BitCastInst(NewGEP, GEP->getType(), GEP->getName(), GEP);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp896 if (BitCastInst *BCI = dyn_cast<BitCastInst>(V)) {
H A DPromoteMemoryToRegister.cpp86 } else if (const BitCastInst *BCI = dyn_cast<BitCastInst>(U)) {
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp559 new BitCastInst(V, DestTy, "PC", BB->getTerminator()));
568 new BitCastInst(V, DestTy, "BC", BB->getTerminator()));

Completed in 614 milliseconds

1234