Searched refs:isNaturalAlignedSmall (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegBankLegalizeRules.cpp | 656 Predicate isNaturalAlignedSmall([](const MachineInstr &MI) -> bool { in RegBankLegalizeRules() local 682 ….Any({{{UniB32, UniP4}, isNaturalAlignedSmall && isUL}, {{SgprB32}, {SgprP4}}}, hasSMRDSmall) // i… in RegBankLegalizeRules() 689 ….Any({{{UniB32, UniP4}, !isNaturalAlignedSmall || !isUL}, {{UniInVgprB32}, {VgprP4}}}, hasSMRDSmal… in RegBankLegalizeRules()
|