/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorBitCast.cpp | 71 Value bitcast = in matchAndRewrite() local
|
H A D | VectorTransforms.cpp | 944 Value bitcast = matchAndRewrite() local [all...] |
/llvm-project/compiler-rt/test/cfi/ |
H A D | mfcall.cpp | 52 To bitcast(From f) { in bitcast() function
|
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | ExpandOps.cpp | 245 Value bitcast = b.create<arith::BitcastOp>(i16Ty, operand); in matchAndRewrite() local 309 Value bitcast = b.create<arith::BitcastOp>(i32Ty, operand); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Complex/IR/ |
H A D | ComplexOps.cpp | 81 OpFoldResult BitcastOp::fold(FoldAdaptor bitcast) { in fold()
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | TargetRewrite.cpp | 207 mlir::Value bitcast = passArgumentOnStackOrWithNewType() local 922 mlir::Value bitcast = convertValueInMemory(loc, newArg, oldArgTy, convertSignature() local 969 mlir::Value bitcast = convertSignature() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 306 auto bitcast = [this](Type *Arm64Ty, uint64_t SizeInBytes) { canonicalizeThunkType() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 3389 llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(insn); eraseUnusedBitCasts() local 3415 while (llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(generator)) { tryEmitFusedAutoreleaseOfResult() local 3468 while (llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(result)) { tryEmitFusedAutoreleaseOfResult() local [all...] |
H A D | CGObjC.cpp | 2984 } else if (llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(value)) { emitARCOperationAfterCall() local
|
H A D | CodeGenModule.cpp | 5828 if (auto *bitcast = dyn_cast<llvm::ConstantExpr>(user)) { replaceUsesOfNonProtoConstant() local
|
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinAttributes.cpp | 1257 DenseElementsAttr DenseElementsAttr::bitcast(Type newElType) { bitcast() function in DenseElementsAttr
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 3637 LegalizerHelper::bitcast(MachineInstr &MI, unsigned TypeIdx, LLT CastTy) { bitcast() function in LegalizerHelper [all...] |