reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
196 OperandMap[i].Data = OperandMap[TiedOpIdx].Data; 196 OperandMap[i].Data = OperandMap[TiedOpIdx].Data; 210 OperandMap[i].Data.Reg = DI->getDef(); 237 OperandMap[i].Data.Imm = II->getValue(); 351 DestOperandMap[i].Data = DestOperandMap[TiedInstOpIdx].Data; 351 DestOperandMap[i].Data = DestOperandMap[TiedInstOpIdx].Data; 356 LLVM_DEBUG(dbgs() << " " << DestOperandMap[i].Data.Operand 379 DestOperandMap[i].Data.Operand = SourceOp->getValue(); 380 SourceOperandMap[SourceOp->getValue()].Data.Operand = i; 661 std::to_string(SourceOperandMap[OpNo].Data.Imm) + ") &&\n"; 664 Record *Reg = SourceOperandMap[OpNo].Data.Reg; 680 unsigned OpIdx = DestOperandMap[OpNo].Data.Operand; 715 std::to_string(DestOperandMap[OpNo].Data.Imm) + "), STI, " + 719 std::to_string(DestOperandMap[OpNo].Data.Imm) + "));\n"; 723 Record *Reg = DestOperandMap[OpNo].Data.Reg;