Searched defs:InstructionMapper (Results 1 – 1 of 1) sorted by relevance
524 struct InstructionMapper { struct530 unsigned IllegalInstrNumber = -3;534 unsigned LegalInstrNumber = 0;538 InstructionIntegerMap;542 DenseMap<unsigned, MachineInstr *> IntegerInstructionMap;545 std::vector<unsigned> UnsignedVec;549 std::vector<MachineBasicBlock::iterator> InstrList;557 unsigned mapToLegalUnsigned(MachineBasicBlock::iterator &It) { in mapToLegalUnsigned()595 unsigned mapToIllegalUnsigned(MachineBasicBlock::iterator &It) { in mapToIllegalUnsigned()624 void convertToUnsignedVec(MachineBasicBlock &MBB, in convertToUnsignedVec()[all …]