| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 316 auto *BitCast = dyn_cast<BitCastInst>(IntrI->getOperand(0)); in optimizePredicateStore() local 361 auto *BitCast = dyn_cast<BitCastInst>(I); in optimizePredicateLoad() local
|
| H A D | AArch64ISelLowering.cpp | 7744 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 D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 131 auto *BitCast = cast<ConstantExpr>(UU); in runOnModule() local
|
| H A D | AMDGPUPromoteAlloca.cpp | 502 Value *BitCast = Builder.CreateBitCast(Alloca, VecPtrTy); in tryPromoteAllocaToVector() local 516 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 | 1327 Value *BitCast= Builder.CreateBitCast(I.getPointerOperand(), PT); in visitLoadInst() local
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | Address.h | 157 llvm::Constant *BitCast = llvm::ConstantExpr::getBitCast( in getElementBitCast() local
|
| H A D | CGObjC.cpp | 95 llvm::Value *BitCast = in EmitObjCBoxedExpr() local
|
| H A D | CGBuiltin.cpp | 12639 Value *BitCast = CGF.Builder.CreateBitCast(Shl, ResultType); in EmitX86CvtBF16ToFloatExpr() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 308 if (auto *BitCast = dyn_cast_or_null<BitCastInst>(Next)) { in versionCallSite() local
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 102 if (auto *BitCast = dyn_cast<BitCastInst>(V)) variable
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 955 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 D | X86LowerAMXIntrinsics.cpp | 221 auto *BitCast = cast<BitCastInst>(Tile); in createTileLoadStoreLoops() local
|
| H A D | X86ISelLowering.cpp | 49613 SDValue BitCast = DAG.getBitcast(VecVT, ExtOp0); in combineStore() local
|
| /llvm-project-15.0.7/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 | 6182 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 D | BPFAbstractMemberAccess.cpp | 585 void BPFAbstractMemberAccess::traceBitCast(BitCastInst *BitCast, in traceBitCast()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 225 | BitCast Constructor
|
| H A D | llvm.mli | 249 | BitCast Constructor
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | PatternMatch.cpp | 1724 Value *BitCast = IRB.CreateBitCast(NullPtrVec2, VecPtrTy); in TEST_F() local
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 1166 SDValue BitCast = CurDAG->getNode(ISD::BITCAST, DL, VT, Op); in loadVectorConstant() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 1932 auto *BitCast = Builder.CreateBitCast( in RemovePreallocated() local
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopBuilder.cpp | 1452 if (auto *BitCast = dyn_cast<BitCastInst>(Address)) in buildAccessMultiDimFixed() local
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 180 BitCast Opcode = C.LLVMBitCast const
|
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 4086 BitCastInst *BitCast = dyn_cast<BitCastInst>(LocalArrayPtr); in TEST_F() local
|