Home
last modified time | relevance | path

Searched refs:tableDriven (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp72 auto tableDriven = fastIselMappingTable.find(bitSize); in GetFastIselMop() local
73 if (tableDriven != fastIselMappingTable.end()) { in GetFastIselMop()
74 auto funcIt = tableDriven->second; in GetFastIselMop()
107 auto tableDriven = fastCvtMappingTableI.find({fromSize, toSize}); in GetFastCvtMopI() local
108 if (tableDriven == fastCvtMappingTableI.end()) { in GetFastCvtMopI()
111 MOperator mOp = tableDriven->second(isSigned); in GetFastCvtMopI()

Completed in 7 milliseconds