Home
last modified time | relevance | path

Searched defs:castOp (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/Utils/
DInliningUtils.cpp279 Operation *castOp = interface->materializeCallConversion(castBuilder, arg, in materializeConversion() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp626 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp() function in ConstantRange
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgOps.cpp136 auto castOp = operand.get().getDefiningOp<MemRefCastOp>(); in foldMemRefCast() local
1684 auto castOp = v.getDefiningOp<TensorCastOp>(); in matchAndRewrite() local
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp642 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp() function in ConstantRange
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp3505 bool mlir::canFoldIntoConsumerOp(MemRefCastOp castOp) { in canFoldIntoConsumerOp()
3577 bool mlir::canFoldIntoConsumerOp(TensorCastOp castOp) { in canFoldIntoConsumerOp()
3637 auto castOp = subViewOp.source().getDefiningOp<MemRefCastOp>(); in matchAndRewrite() local
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1357 private static final int[] castOp = { field in CodeGen
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp1131 vector::TypeCastOp castOp = cast<vector::TypeCastOp>(op); in matchAndRewrite() local
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp2087 auto castOp = operand.get().getDefiningOp<MemRefCastOp>(); in foldMemRefCast() local