Home
last modified time | relevance | path

Searched defs:BitCast (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp130 auto *BitCast = cast<ConstantExpr>(UU); in runOnModule() local
H A DAMDGPUPromoteAlloca.cpp513 Value *BitCast = Builder.CreateBitCast(Alloca, VecPtrTy); in tryPromoteAllocaToVector() local
534 Value *BitCast = Builder.CreateBitCast(Alloca, VecPtrTy); in tryPromoteAllocaToVector() local
H A DAMDGPUAtomicOptimizer.cpp508 Value *const BitCast = B.CreateBitCast(Ballot, VecTy); in optimizeAtomic() local
H A DAMDGPUCodeGenPrepare.cpp1307 Value *BitCast= Builder.CreateBitCast(I.getPointerOperand(), PT); in visitLoadInst() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp308 if (auto *BitCast = dyn_cast_or_null<BitCastInst>(Next)) { in versionCallSite() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h100 if (auto *BitCast = dyn_cast<BitCastInst>(V)) variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp948 Value *BitCast = Builder.CreateBitCast(VecOp, BitCastTo); in visitTrunc() local
2324 static Instruction *canonicalizeBitCastExtElt(BitCastInst &BitCast, in canonicalizeBitCastExtElt()
2344 static Instruction *foldBitCastBitwiseLogic(BitCastInst &BitCast, in foldBitCastBitwiseLogic()
2390 static Instruction *foldBitCastSelect(BitCastInst &BitCast, in foldBitCastSelect()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp220 auto *BitCast = cast<BitCastInst>(Tile); in createTileLoadStoreLoops() local
H A DX86ISelLowering.cpp46403 SDValue BitCast = DAG.getBitcast(VecVT, ExtOp0); in combineStore() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp505 void BPFAbstractMemberAccess::traceBitCast(BitCastInst *BitCast, in traceBitCast()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp310 if (auto *BitCast = dyn_cast<BitCastInst>(Ptr)) { in lookThroughBitcast() local
H A DARMISelLowering.cpp6081 SDValue BitCast = DAG.getNode(ISD::BITCAST, dl, VecVT, ExtractSrc); in CombineVMOVDRRCandidateWithVecOp() local
8429 SDValue BitCast = DAG.getBitcast(MVT::v4f32, Input); in LowerVECTOR_SHUFFLEUsingMovs() local
8449 SDValue BitCast = DAG.getBitcast(MVT::v4f32, NewShuffle); in LowerVECTOR_SHUFFLEUsingMovs() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1167 SDValue BitCast = CurDAG->getNode(ISD::BITCAST, DL, VT, Op); in loadVectorConstant() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1875 auto *BitCast = Builder.CreateBitCast( in RemovePreallocated() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp95 Address BitCast = Builder.CreateBitCast(Temporary, ConvertType(ArgQT)); in EmitObjCBoxedExpr() local
H A DCGBuiltin.cpp12332 Value *BitCast = CGF.Builder.CreateBitCast(Shl, ResultType); in EmitX86CvtBF16ToFloatExpr() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9287 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in constructDup()