Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp124 auto SizeAction = std::make_pair(Type.getSizeInBits(), Action); in computeTables() local
127 SizeAction); in computeTables()
130 .push_back(SizeAction); in computeTables()
132 ScalarSpecifiedActions.push_back(SizeAction); in computeTables()