Searched refs:newResults (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/mlir/test/Dialect/PDL/ |
D | ops.mlir | 52 %newOp, %newResults:2 = pdl.operation "foo.op" -> %type1, %type3 67 %newOp, %newResults:2 = pdl.operation "foo.op" -> %type1, %type3 68 pdl.replace %root with (%newResults#0, %newResults#1) 81 %newOp, %newResults:2 = pdl.operation "foo.op" -> %type1, %type2
|
/external/icu/icu4c/source/common/ |
D | ucnvmbcs.cpp | 1265 uint16_t *newResults; in _EBCDICSwapLFNL() local 1365 newResults=(uint16_t *)newStateTable[mbcsTable->countStates]; in _EBCDICSwapLFNL() 1366 uprv_memcpy(newResults, bytes, sizeofFromUBytes); in _EBCDICSwapLFNL() 1370 MBCS_SINGLE_RESULT_FROM_U(table, newResults, U_LF)=EBCDIC_RT_NL; in _EBCDICSwapLFNL() 1371 MBCS_SINGLE_RESULT_FROM_U(table, newResults, U_NL)=EBCDIC_RT_LF; in _EBCDICSwapLFNL() 1374 MBCS_VALUE_2_FROM_STAGE_2(newResults, stage2Entry, U_LF)=EBCDIC_NL; in _EBCDICSwapLFNL() 1377 MBCS_VALUE_2_FROM_STAGE_2(newResults, stage2Entry, U_NL)=EBCDIC_LF; in _EBCDICSwapLFNL() 1381 name=(char *)newResults+sizeofFromUBytes; in _EBCDICSwapLFNL() 1389 mbcsTable->swapLFNLFromUnicodeBytes=(uint8_t *)newResults; in _EBCDICSwapLFNL()
|
/external/llvm-project/mlir/test/Conversion/PDLToPDLInterp/ |
D | pdl-to-pdl-interp-rewriter.mlir | 107 %newOp, %newResults:2 = pdl.operation "foo.op" -> %rootType, %newType1
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetMBCS.java | 1037 char[] newResults = new char[chars.length]; in EBCDICSwapLFNL() local 1038 System.arraycopy(chars, 0, newResults, 0, chars.length); in EBCDICSwapLFNL() 1041 MBCS_SINGLE_RESULT_FROM_U_SET(table, newResults, U_LF, EBCDIC_RT_NL); in EBCDICSwapLFNL() 1042 MBCS_SINGLE_RESULT_FROM_U_SET(table, newResults, U_NL, EBCDIC_RT_LF); in EBCDICSwapLFNL() 1045 MBCS_VALUE_2_FROM_STAGE_2_SET(newResults, stage2Entry, U_LF, EBCDIC_NL); in EBCDICSwapLFNL() 1048 MBCS_VALUE_2_FROM_STAGE_2_SET(newResults, stage2Entry, U_NL, EBCDIC_LF); in EBCDICSwapLFNL() 1056 mbcsTable.swapLFNLFromUnicodeChars = newResults; in EBCDICSwapLFNL()
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | DialectConversion.cpp | 2516 SmallVector<Type, 1> newResults; in matchAndRewrite() local 2518 failed(typeConverter->convertTypes(type.getResults(), newResults)) || in matchAndRewrite() 2525 funcOp.setType(FunctionType::get(result.getConvertedTypes(), newResults, in matchAndRewrite()
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |