Searched refs:mapValues (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Quant/Utils/ |
| H A D | UniformSupport.cpp | 83 return attr.mapValues(newElementType, [&](const APFloat &old) { in convert()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | BuiltinAttributes.h | 668 DenseElementsAttr mapValues(Type newElementType, 675 mapValues(Type newElementType, 892 mapValues(Type newElementType, 933 DenseElementsAttr mapValues(Type newElementType,
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | BuiltinAttributes.cpp | 1318 DenseElementsAttr::mapValues(Type newElementType, in mapValues() function in DenseElementsAttr 1320 return cast<DenseIntElementsAttr>().mapValues(newElementType, mapping); in mapValues() 1323 DenseElementsAttr DenseElementsAttr::mapValues( in mapValues() function in DenseElementsAttr 1325 return cast<DenseFPElementsAttr>().mapValues(newElementType, mapping); in mapValues() 1538 DenseElementsAttr DenseFPElementsAttr::mapValues( in mapValues() function in DenseFPElementsAttr 1557 DenseElementsAttr DenseIntElementsAttr::mapValues( in mapValues() function in DenseIntElementsAttr
|
| H A D | OperationSupport.cpp | 739 function_ref<LogicalResult(Value, Value)> mapValues) { in isEquivalentTo() argument 745 if (failed(mapValues(curArg, otherArg))) in isEquivalentTo()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RegisterCoalescer.cpp | 2515 bool mapValues(JoinVals &Other); 2968 bool JoinVals::mapValues(JoinVals &Other) { in mapValues() function in JoinVals 3439 if (!LHSVals.mapValues(RHSVals) || !RHSVals.mapValues(LHSVals)) { in joinSubRegRanges() 3536 if (!LHSVals.mapValues(RHSVals) || !RHSVals.mapValues(LHSVals)) in joinVirtRegs()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/ |
| H A D | LinalgInterfaces.td | 1173 auto newAttr = attr.mapValues(IntegerType::get(getContext(), 32),
|
| /llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/ |
| H A D | SPIRVToLLVM.cpp | 413 dstElementsAttr.mapValues( in matchAndRewrite()
|