Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp316 auto *BitCast = dyn_cast<BitCastInst>(IntrI->getOperand(0)); in optimizePredicateStore() local
361 auto *BitCast = dyn_cast<BitCastInst>(I); in optimizePredicateLoad() local
H A DAArch64ISelLowering.cpp7744 auto BitCast = [this](EVT VT, SDValue Op, SelectionDAG &DAG) { in LowerFCOPYSIGN() local
10314 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in constructDup()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp131 auto *BitCast = cast<ConstantExpr>(UU); in runOnModule() local
H A DAMDGPUPromoteAlloca.cpp502 Value *BitCast = Builder.CreateBitCast(Alloca, VecPtrTy); in tryPromoteAllocaToVector() local
516 Value *BitCast = Builder.CreateBitCast(Alloca, VecPtrTy); in tryPromoteAllocaToVector() local
H A DAMDGPUAtomicOptimizer.cpp514 Value *const BitCast = B.CreateBitCast(Ballot, VecTy); in optimizeAtomic() local
H A DAMDGPUCodeGenPrepare.cpp1327 Value *BitCast= Builder.CreateBitCast(I.getPointerOperand(), PT); in visitLoadInst() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DAddress.h157 llvm::Constant *BitCast = llvm::ConstantExpr::getBitCast( in getElementBitCast() local
H A DCGObjC.cpp95 llvm::Value *BitCast = in EmitObjCBoxedExpr() local
H A DCGBuiltin.cpp12639 Value *BitCast = CGF.Builder.CreateBitCast(Shl, ResultType); in EmitX86CvtBF16ToFloatExpr() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp308 if (auto *BitCast = dyn_cast_or_null<BitCastInst>(Next)) { in versionCallSite() local
/llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h102 if (auto *BitCast = dyn_cast<BitCastInst>(V)) variable
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp955 Value *BitCast = Builder.CreateBitCast(VecOp, BitCastTo); in visitTrunc() local
2365 static Instruction *canonicalizeBitCastExtElt(BitCastInst &BitCast, in canonicalizeBitCastExtElt()
2392 static Instruction *foldBitCastBitwiseLogic(BitCastInst &BitCast, in foldBitCastBitwiseLogic()
2464 static Instruction *foldBitCastSelect(BitCastInst &BitCast, in foldBitCastSelect()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp221 auto *BitCast = cast<BitCastInst>(Tile); in createTileLoadStoreLoops() local
H A DX86ISelLowering.cpp49613 SDValue BitCast = DAG.getBitcast(VecVT, ExtOp0); in combineStore() local
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp312 if (auto *BitCast = dyn_cast<BitCastInst>(Ptr)) { in lookThroughBitcast() local
H A DARMISelLowering.cpp6182 SDValue BitCast = DAG.getNode(ISD::BITCAST, dl, VecVT, ExtractSrc); in CombineVMOVDRRCandidateWithVecOp() local
8597 SDValue BitCast = DAG.getBitcast(MVT::v4f32, Input); in LowerVECTOR_SHUFFLEUsingMovs() local
8617 SDValue BitCast = DAG.getBitcast(MVT::v4f32, NewShuffle); in LowerVECTOR_SHUFFLEUsingMovs() local
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp585 void BPFAbstractMemberAccess::traceBitCast(BitCastInst *BitCast, in traceBitCast()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml225 | BitCast Constructor
H A Dllvm.mli249 | BitCast Constructor
/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp1724 Value *BitCast = IRB.CreateBitCast(NullPtrVec2, VecPtrTy); in TEST_F() local
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1166 SDValue BitCast = CurDAG->getNode(ISD::BITCAST, DL, VT, Op); in loadVectorConstant() local
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1932 auto *BitCast = Builder.CreateBitCast( in RemovePreallocated() local
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp1452 if (auto *BitCast = dyn_cast<BitCastInst>(Address)) in buildAccessMultiDimFixed() local
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go180 BitCast Opcode = C.LLVMBitCast const
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp4086 BitCastInst *BitCast = dyn_cast<BitCastInst>(LocalArrayPtr); in TEST_F() local