Lines Matching defs:InstructionMapper
134 struct InstructionMapper { struct
140 unsigned IllegalInstrNumber = -3;
144 unsigned LegalInstrNumber = 0;
148 InstructionIntegerMap;
151 DenseMap<MachineBasicBlock *, unsigned> MBBFlagsMap;
154 SmallVector<unsigned> UnsignedVec;
158 SmallVector<MachineBasicBlock::iterator> InstrList;
164 bool AddedIllegalLastTime = false;
172 unsigned mapToLegalUnsigned( in mapToLegalUnsigned()
227 unsigned mapToIllegalUnsigned( in mapToIllegalUnsigned()
270 void convertToUnsignedVec(MachineBasicBlock &MBB, in convertToUnsignedVec()
385 InstructionMapper() { in InstructionMapper() function