Lines Matching defs:OperandMap
129 IndexedMap<OpData> &OperandMap, bool IsSourceInst);
208 IndexedMap<OpData> &OperandMap,
219 // Set the entry in OperandMap for the tied operand we're skipping.
220 OperandMap[I].Kind = OperandMap[TiedOpIdx].Kind;
221 OperandMap[I].Data = OperandMap[TiedOpIdx].Data;
234 OperandMap[I].Kind = OpData::Reg;
235 OperandMap[I].Data.Reg = DI->getDef();
251 OperandMap[I].Kind = OpData::Operand;
262 OperandMap[I].Kind = OpData::Imm;
263 OperandMap[I].Data.Imm = II->getValue();