Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp317 auto *BitCast = dyn_cast<BitCastInst>(IntrI->getOperand(0)); in optimizePredicateStore() local
362 auto *BitCast = dyn_cast<BitCastInst>(I); in optimizePredicateLoad() local
H A DAArch64ISelLowering.cpp8545 auto BitCast = [this](EVT VT, SDValue Op, SelectionDAG &DAG) { in LowerFCOPYSIGN() local
11259 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in constructDup()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DAddress.h157 llvm::Constant *BitCast = llvm::ConstantExpr::getBitCast( in getElementBitCast() local
H A DCGObjC.cpp98 llvm::Value *BitCast = in EmitObjCBoxedExpr() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp562 Value *BitCast = Builder.CreateBitCast(Alloca, VecPtrTy); in tryPromoteAllocaToVector() local
577 Value *BitCast = Builder.CreateBitCast(Alloca, VecPtrTy); in tryPromoteAllocaToVector() local
605 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.cpp1329 Value *BitCast= Builder.CreateBitCast(I.getPointerOperand(), PT); in visitLoadInst() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp308 if (auto *BitCast = dyn_cast_or_null<BitCastInst>(Next)) { in versionCallSite() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h102 if (auto *BitCast = dyn_cast<BitCastInst>(V)) variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp984 Value *BitCast = Builder.CreateBitCast(VecOp, BitCastTo); in visitTrunc() local
2364 static Instruction *canonicalizeBitCastExtElt(BitCastInst &BitCast, in canonicalizeBitCastExtElt()
2391 static Instruction *foldBitCastBitwiseLogic(BitCastInst &BitCast, in foldBitCastBitwiseLogic()
2463 static Instruction *foldBitCastSelect(BitCastInst &BitCast, in foldBitCastSelect()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp221 auto *BitCast = cast<BitCastInst>(Tile); in createTileLoadStoreLoops() local
H A DX86ISelLowering.cpp50936 SDValue BitCast = DAG.getBitcast(VecVT, ExtOp0); in combineStore() local
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp585 void BPFAbstractMemberAccess::traceBitCast(BitCastInst *BitCast, in traceBitCast()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp312 if (auto *BitCast = dyn_cast<BitCastInst>(Ptr)) { in lookThroughBitcast() local
H A DARMISelLowering.cpp6209 SDValue BitCast = DAG.getNode(ISD::BITCAST, dl, VecVT, ExtractSrc); in CombineVMOVDRRCandidateWithVecOp() local
8652 SDValue BitCast = DAG.getBitcast(MVT::v4f32, Input); in LowerVECTOR_SHUFFLEUsingMovs() local
8672 SDValue BitCast = DAG.getBitcast(MVT::v4f32, NewShuffle); in LowerVECTOR_SHUFFLEUsingMovs() local
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml225 | BitCast Constructor
H A Dllvm.mli249 | BitCast Constructor
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1173 SDValue BitCast = CurDAG->getNode(ISD::BITCAST, DL, VT, Op); in loadVectorConstant() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1939 auto *BitCast = Builder.CreateBitCast( in RemovePreallocated() local