Home
last modified time | relevance | path

Searched defs:valTy (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DEnums.h129 constexpr bool isFloatingPrimaryType(PrimaryType valTy) { in isFloatingPrimaryType()
133 constexpr bool isIntegralPrimaryType(PrimaryType valTy) { in isIntegralPrimaryType()
137 constexpr bool isRealPrimaryType(PrimaryType valTy) { in isRealPrimaryType()
141 constexpr bool isComplexPrimaryType(PrimaryType valTy) { in isComplexPrimaryType()
/llvm-project/flang/lib/Lower/OpenMP/
H A DReductionProcessor.cpp444 mlir::Type valTy = fir::unwrapRefType(redTy); createReductionCleanupRegion() local
640 mlir::Type valTy = fir::unwrapRefType(type); createDeclareReduction() local
/llvm-project/mlir/lib/Dialect/XeGPU/IR/
H A DXeGPUOps.cpp240 auto valTy = getValueType(); // Vector verify() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DFIROpPatterns.cpp68 auto valTy = val.getType(); in integerCast() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp979 getFromBox(mlir::Location loc,fir::FirOpBuilder & builder,mlir::Type valTy,mlir::Value boxVal) getFromBox() argument
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp5064 auto valTy = val.getType(); genarr() local