Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDSVEIntrinsicOpts.cpp318 auto *BitCast = dyn_cast<BitCastInst>(IntrI->getOperand(0)); in optimizePredicateStore() local
360 auto *BitCast = dyn_cast<BitCastInst>(I); in optimizePredicateLoad() local
HDAArch64ISelLowering.cpp9970 auto BitCast = [this](EVT VT, SDValue Op, SelectionDAG &DAG) { in LowerFCOPYSIGN() local
12935 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in constructDup()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCallPromotionUtils.cpp305 if (auto *BitCast = dyn_cast_or_null<BitCastInst>(Next)) { in versionCallSiteWithCond() local
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCasts.cpp877 Value *BitCast = Builder.CreateBitCast(VecOp, BitCastTo); in visitTrunc() local
2343 static Instruction *canonicalizeBitCastExtElt(BitCastInst &BitCast, in canonicalizeBitCastExtElt()
2370 static Instruction *foldBitCastBitwiseLogic(BitCastInst &BitCast, in foldBitCastBitwiseLogic()
2442 static Instruction *foldBitCastSelect(BitCastInst &BitCast, in foldBitCastSelect()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
HDInstCombiner.h114 if (auto *BitCast = dyn_cast<BitCastInst>(V)) variable
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86LowerAMXIntrinsics.cpp218 auto *BitCast = cast<BitCastInst>(Tile); in createTileLoadStoreLoops() local
HDX86ISelLowering.cpp51862 SDValue BitCast = DAG.getBitcast(VecVT, ExtOp0); in combineStore() local
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDMVEGatherScatterLowering.cpp312 if (auto *BitCast = dyn_cast<BitCastInst>(Ptr)) { in lookThroughBitcast() local
HDARMISelLowering.cpp6239 SDValue BitCast = DAG.getNode(ISD::BITCAST, dl, VecVT, ExtractSrc); in CombineVMOVDRRCandidateWithVecOp() local
8729 SDValue BitCast = DAG.getBitcast(MVT::v4f32, Input); in LowerVECTOR_SHUFFLEUsingMovs() local
8749 SDValue BitCast = DAG.getBitcast(MVT::v4f32, NewShuffle); in LowerVECTOR_SHUFFLEUsingMovs() local
/freebsd-head/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFAbstractMemberAccess.cpp574 void BPFAbstractMemberAccess::traceBitCast(BitCastInst *BitCast, in traceBitCast()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVectorCombine.cpp145 while (auto *BitCast = dyn_cast<BitCastInst>(V)) in peekThroughBitcasts() local
1944 } else if (auto *BitCast = dyn_cast<BitCastInst>(FrontU)) { in foldShuffleToIdentity() local
/freebsd-head/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelDAGToDAG.cpp1194 SDValue BitCast = CurDAG->getNode(ISD::BITCAST, DL, VT, Op); in loadVectorConstant() local
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjC.cpp97 llvm::Value *BitCast = Builder.CreateBitCast( in EmitObjCBoxedExpr() local
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp4219 SDValue BitCast = in lowerFP_EXTEND() local