Searched defs:BitCast (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp130 auto *BitCast = cast<ConstantExpr>(UU); local
H A DAMDGPUAtomicOptimizer.cpp508 Value *const BitCast = B.CreateBitCast(Ballot, VecTy); local
H A DAMDGPUPromoteAlloca.cpp513 Value *BitCast = Builder.CreateBitCast(Alloca, VecPtrTy); local
534 Value *BitCast = Builder.CreateBitCast(Alloca, VecPtrTy); local
[all...]
H A DAMDGPUCodeGenPrepare.cpp1280 Value *BitCast= Builder.CreateBitCast(I.getPointerOperand(), PT); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp502 void BPFAbstractMemberAccess::traceBitCast(BitCastInst *BitCast, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp220 auto *BitCast = cast<BitCastInst>(Tile); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1167 SDValue BitCast = CurDAG->getNode(ISD::BITCAST, DL, VT, Op); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp930 Value *BitCast = Builder.CreateBitCast(VecOp, BitCastTo); local
2259 static Instruction *canonicalizeBitCastExtElt(BitCastInst &BitCast, argument
2279 static Instruction *foldBitCastBitwiseLogic(BitCastInst &BitCast, argument
2325 foldBitCastSelect(BitCastInst &BitCast, InstCombiner::BuilderTy &Builder) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml225 | BitCast Constructor in type:Opcode/t
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp95 Address BitCast = Builder.CreateBitCast(Temporary, ConvertType(ArgQT)); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5929 SDValue BitCast = DAG.getNode(ISD::BITCAST, dl, VecVT, ExtractSrc); local
8245 SDValue BitCast = DAG.getBitcast(MVT::v4f32, Input); local
8265 SDValue BitCast = DAG.getBitcast(MVT::v4f32, NewShuffle); local

Completed in 400 milliseconds