reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
162 const MachineFunction &MF = *MI.getParent()->getParent(); 164 unsigned Opc = MI.getOpcode(); 169 const InstructionMapping &Mapping = getInstrMappingImpl(MI); 178 return getSameOperandsMapping(MI, false); 183 return getSameOperandsMapping(MI, true); 187 unsigned NumOperands = MI.getNumOperands(); 188 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); 198 unsigned NumOperands = MI.getNumOperands(); 206 getInstrPartialMappingIdxs(MI, MRI, /* isFP */ true, OpRegBankIdx); 212 auto &Op0 = MI.getOperand(0); 213 auto &Op1 = MI.getOperand(1); 224 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); 225 LLT Ty2 = MRI.getType(MI.getOperand(3).getReg()); 241 auto &Op0 = MI.getOperand(0); 242 auto &Op1 = MI.getOperand(1); 253 getInstrPartialMappingIdxs(MI, MRI, /* isFP */ isFPTrunc || isFPAnyExt, 258 getInstrPartialMappingIdxs(MI, MRI, /* isFP */ false, OpRegBankIdx); 264 if (!getInstrValueMapping(MI, OpRegBankIdx, OpdsMapping))