Lines Matching defs:isFP
141 const LLT &Ty, bool isFP) {
148 isFP = true;
149 if ((Ty.isScalar() && !isFP) || Ty.isPointer()) {
196 const MachineInstr &MI, const MachineRegisterInfo &MRI, const bool isFP,
206 getPartialMappingIdx(MI, MRI.getType(MO.getReg()), isFP);
233 bool isFP) const {
244 auto Mapping = getValueMapping(getPartialMappingIdx(MI, Ty, isFP), 3);
296 getInstrPartialMappingIdxs(MI, MRI, /* isFP= */ true, OpRegBankIdx);
311 OpRegBankIdx[0] = getPartialMappingIdx(MI, Ty0, /* isFP= */ FirstArgIsFP);
312 OpRegBankIdx[1] = getPartialMappingIdx(MI, Ty1, /* isFP= */ !FirstArgIsFP);
326 auto FpRegBank = getPartialMappingIdx(MI, Ty1, /* isFP= */ true);
345 getInstrPartialMappingIdxs(MI, MRI, /* isFP= */ isFPTrunc || isFPAnyExt,
377 getInstrPartialMappingIdxs(MI, MRI, /* isFP= */ false, OpRegBankIdx);
416 getInstrPartialMappingIdxs(MI, MRI, /* isFP= */ true, OpRegBankIdx);