Home
last modified time | relevance | path

Searched refs:mapValues (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/Utils/
H A DUniformSupport.cpp83 return attr.mapValues(newElementType, [&](const APFloat &old) { in convert()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributes.h668 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 DBuiltinAttributes.cpp1318 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 DOperationSupport.cpp739 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 DRegisterCoalescer.cpp2515 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 DLinalgInterfaces.td1173 auto newAttr = attr.mapValues(IntegerType::get(getContext(), 32),
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp413 dstElementsAttr.mapValues( in matchAndRewrite()