reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
35 static PartialMappingIdx getPartialMappingIdx(const LLT &Ty, bool isFP);
120 OpRegBankIdx[Idx] = getPartialMappingIdx(MRI.getType(MO.getReg()), isFP); 156 auto Mapping = getValueMapping(getPartialMappingIdx(Ty, isFP), 3); 190 auto Mapping = getValueMapping(getPartialMappingIdx(Ty, false), 3); 219 OpRegBankIdx[0] = getPartialMappingIdx(Ty0, /* isFP */ FirstArgIsFP); 220 OpRegBankIdx[1] = getPartialMappingIdx(Ty1, /* isFP */ SecondArgIsFP); 234 auto FpRegBank = getPartialMappingIdx(Ty1, /* isFP */ true);