Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp318 if (!BitCast) in optimizePredicateStore() local
360 if (!BitCast || BitCast->getType() != PredType) in optimizePredicateLoad() local
[all...]
H A DAArch64ISelLowering.cpp9841 auto BitCast = [this](EVT VT, SDValue Op, SelectionDAG &DAG) { LowerFCOPYSIGN() local
12731 __anonb71a9e6e1502(SDValue BitCast, int &LaneC, MVT &CastVT) constructDup() argument
[all...]
/llvm-project/llvm/unittests/ADT/
H A DBitTest.cpp18 TEST(BitTest, BitCast) { in TEST() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp305 if (auto *BitCast = dyn_cast_or_null<BitCastInst>(Next)) { versionCallSiteWithCond() local
/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h114 if (auto *BitCast = dyn_cast<BitCastInst>(V)) global() variable
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp877 Value *BitCast = Builder.CreateBitCast(VecOp, BitCastTo); visitTrunc() local
2341 canonicalizeBitCastExtElt(BitCastInst & BitCast,InstCombinerImpl & IC) canonicalizeBitCastExtElt() argument
2368 foldBitCastBitwiseLogic(BitCastInst & BitCast,InstCombiner::BuilderTy & Builder) foldBitCastBitwiseLogic() argument
2440 foldBitCastSelect(BitCastInst & BitCast,InstCombiner::BuilderTy & Builder) foldBitCastSelect() argument
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp218 auto *BitCast = cast<BitCastInst>(Tile); createTileLoadStoreLoops() local
H A DX86ISelLowering.cpp51724 SDValue BitCast = DAG.getBitcast(VecVT, ExtOp0); combineStore() local
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp312 auto *BCTy = cast<FixedVectorType>(BitCast->getType()); in lookThroughBitcast() local
H A DARMISelLowering.cpp6254 SDValue BitCast = DAG.getNode(ISD::BITCAST, dl, VecVT, ExtractSrc); CombineVMOVDRRCandidateWithVecOp() local
8744 SDValue BitCast = DAG.getBitcast(MVT::v4f32, Input); LowerVECTOR_SHUFFLEUsingMovs() local
8764 SDValue BitCast = DAG.getBitcast(MVT::v4f32, NewShuffle); LowerVECTOR_SHUFFLEUsingMovs() local
/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp574 traceBitCast(BitCastInst * BitCast,CallInst * Parent,CallInfo & ParentInfo) traceBitCast() argument
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml226 | BitCast Constructor
H A Dllvm.mli252 | BitCast Constructor
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp145 while (auto *BitCast = dyn_cast<BitCastInst>(V)) peekThroughBitcasts() local
1933 } else if (auto *BitCast = dyn_cast<BitCastInst>(FrontU)) { foldShuffleToIdentity() local
[all...]
/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp572 TEST_F(PatternMatchTest,BitCast) TEST_F() argument
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1194 SDValue BitCast = CurDAG->getNode(ISD::BITCAST, DL, VT, Op); loadVectorConstant() local
/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp1457 if (auto *BitCast = dyn_cast<BitCastInst>(Address)) in buildAccessMultiDimFixed() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp97 llvm::Value *BitCast = Builder.CreateBitCast( EmitObjCBoxedExpr() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4206 SDValue BitCast = lowerFP_EXTEND() local