Home
last modified time | relevance | path

Searched defs:bitcast (Results 1 – 12 of 12) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorBitCast.cpp71 Value bitcast = in matchAndRewrite() local
H A DVectorTransforms.cpp944 Value bitcast = matchAndRewrite() local
[all...]
/llvm-project/compiler-rt/test/cfi/
H A Dmfcall.cpp52 To bitcast(From f) { in bitcast() function
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DExpandOps.cpp245 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 DComplexOps.cpp81 OpFoldResult BitcastOp::fold(FoldAdaptor bitcast) { in fold()
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp207 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 DAArch64Arm64ECCallLowering.cpp306 auto bitcast = [this](Type *Arm64Ty, uint64_t SizeInBytes) { canonicalizeThunkType() local
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3389 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 DCGObjC.cpp2984 } else if (llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(value)) { emitARCOperationAfterCall() local
H A DCodeGenModule.cpp5828 if (auto *bitcast = dyn_cast<llvm::ConstantExpr>(user)) { replaceUsesOfNonProtoConstant() local
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp1257 DenseElementsAttr DenseElementsAttr::bitcast(Type newElType) { bitcast() function in DenseElementsAttr
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3637 LegalizerHelper::bitcast(MachineInstr &MI, unsigned TypeIdx, LLT CastTy) { bitcast() function in LegalizerHelper
[all...]