Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp317 auto *BitCast = dyn_cast<BitCastInst>(IntrI->getOperand(0)); optimizePredicateStore() local
359 auto *BitCast = dyn_cast<BitCastInst>(I); optimizePredicateLoad() local
[all...]
H A DAArch64ISelLowering.cpp9048 auto BitCast = [this](EVT VT, SDValue Op, SelectionDAG &DAG) { LowerFCOPYSIGN() local
11984 __anon5c8f63cd1302(SDValue BitCast, int &LaneC, MVT &CastVT) constructDup() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp309 if (auto *BitCast = dyn_cast_or_null<BitCastInst>(Next)) { versionCallSite() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2352 Type *DestType = BitCast.getType(); in foldBitCastSelect() argument
856 Value *BitCast = Builder.CreateBitCast(VecOp, BitCastTo); visitTrunc() local
2253 canonicalizeBitCastExtElt(BitCastInst & BitCast,InstCombinerImpl & IC) canonicalizeBitCastExtElt() argument
2280 foldBitCastBitwiseLogic(BitCastInst & BitCast,InstCombiner::BuilderTy & Builder) foldBitCastBitwiseLogic() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h113 if (auto *BitCast = dyn_cast<BitCastInst>(V)) global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp218 auto *BitCast = cast<BitCastInst>(Tile); in createTileLoadStoreLoops() local
H A DX86ISelLowering.cpp50650 SDValue BitCast = DAG.getBitcast(VecVT, ExtOp0); combineStore() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp312 if (auto *BitCast = dyn_cast<BitCastInst>(Ptr)) { in lookThroughBitcast() local
H A DARMISelLowering.cpp6222 SDValue BitCast = DAG.getNode(ISD::BITCAST, dl, VecVT, ExtractSrc); CombineVMOVDRRCandidateWithVecOp() local
8712 SDValue BitCast = DAG.getBitcast(MVT::v4f32, Input); LowerVECTOR_SHUFFLEUsingMovs() local
8732 SDValue BitCast = DAG.getBitcast(MVT::v4f32, NewShuffle); LowerVECTOR_SHUFFLEUsingMovs() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp573 traceBitCast(BitCastInst * BitCast,CallInst * Parent,CallInfo & ParentInfo) traceBitCast() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1179 SDValue BitCast = CurDAG->getNode(ISD::BITCAST, DL, VT, Op); loadVectorConstant() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp97 llvm::Value *BitCast = Builder.CreateBitCast( in EmitObjCBoxedExpr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4041 SDValue BitCast = lowerFP_EXTEND() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8880 SDValue BitCast = DAG.getBitcast(VT, NewNode.getValue(0)); LowerINTRINSIC_W_CHAIN() local