/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | SVEIntrinsicOpts.cpp | 317 auto *BitCast = dyn_cast<BitCastInst>(IntrI->getOperand(0)); in optimizePredicateStore() local 362 auto *BitCast = dyn_cast<BitCastInst>(I); in optimizePredicateLoad() local
|
H A D | AArch64ISelLowering.cpp | 8545 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 D | Address.h | 157 llvm::Constant *BitCast = llvm::ConstantExpr::getBitCast( in getElementBitCast() local
|
H A D | CGObjC.cpp | 98 llvm::Value *BitCast = in EmitObjCBoxedExpr() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 562 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 D | AMDGPUAtomicOptimizer.cpp | 514 Value *const BitCast = B.CreateBitCast(Ballot, VecTy); in optimizeAtomic() local
|
H A D | AMDGPUCodeGenPrepare.cpp | 1329 Value *BitCast= Builder.CreateBitCast(I.getPointerOperand(), PT); in visitLoadInst() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 308 if (auto *BitCast = dyn_cast_or_null<BitCastInst>(Next)) { in versionCallSite() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 102 if (auto *BitCast = dyn_cast<BitCastInst>(V)) variable
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 984 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 D | X86LowerAMXIntrinsics.cpp | 221 auto *BitCast = cast<BitCastInst>(Tile); in createTileLoadStoreLoops() local
|
H A D | X86ISelLowering.cpp | 50936 SDValue BitCast = DAG.getBitcast(VecVT, ExtOp0); in combineStore() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 585 void BPFAbstractMemberAccess::traceBitCast(BitCastInst *BitCast, in traceBitCast()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 312 if (auto *BitCast = dyn_cast<BitCastInst>(Ptr)) { in lookThroughBitcast() local
|
H A D | ARMISelLowering.cpp | 6209 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 D | llvm.ml | 225 | BitCast Constructor
|
H A D | llvm.mli | 249 | BitCast Constructor
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1173 SDValue BitCast = CurDAG->getNode(ISD::BITCAST, DL, VT, Op); in loadVectorConstant() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1939 auto *BitCast = Builder.CreateBitCast( in RemovePreallocated() local
|