Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankLegalizeRules.h264 FastRulesTypes FastTypes = NoFastRules; variable
271 SetOfRulesForOpcode(FastRulesTypes FastTypes);
310 FastRulesTypes FastTypes = NoFastRules) {
318 auto [DenseMapIter, NewInput] = Rules.try_emplace(KeyOpcode, FastTypes);
354 FastRulesTypes FastTypes = NoFastRules);
357 FastRulesTypes FastTypes = NoFastRules);
H A DAMDGPURegBankLegalizeRules.cpp207 SetOfRulesForOpcode::SetOfRulesForOpcode(FastRulesTypes FastTypes) in SetOfRulesForOpcode() argument
208 : FastTypes(FastTypes) {} in SetOfRulesForOpcode()
250 if (FastTypes != NoFastRules) { in findMappingForMI()
253 if (FastTypes == StandardB) in findMappingForMI()
292 switch (FastTypes) { in getFastPredicateSlot()
342 FastRulesTypes FastTypes) { in addRulesForGOpcs() argument
343 return RuleSetInitializer(OpcList, GRulesAlias, GRules, FastTypes); in addRulesForGOpcs()
348 FastRulesTypes FastTypes) { in addRulesForIOpcs() argument
349 return RuleSetInitializer(OpcList, IRulesAlias, IRules, FastTypes); in addRulesForIOpcs()