Lines Matching defs:OperandMap
127 IndexedMap<OpData> &OperandMap, bool IsSourceInst);
201 IndexedMap<OpData> &OperandMap,
212 // Set the entry in OperandMap for the tied operand we're skipping.
213 OperandMap[I].Kind = OperandMap[TiedOpIdx].Kind;
214 OperandMap[I].Data = OperandMap[TiedOpIdx].Data;
227 OperandMap[I].Kind = OpData::Reg;
228 OperandMap[I].Data.Reg = DI->getDef();
244 OperandMap[I].Kind = OpData::Operand;
254 OperandMap[I].Kind = OpData::Imm;
255 OperandMap[I].Data.Imm = II->getValue();