Lines Matching defs:InstructionMapper
153 struct InstructionMapper {
405 InstructionMapper(const MachineModuleInfo &MMI_) : MMI(MMI_) {
497 findCandidates(InstructionMapper &Mapper,
507 InstructionMapper &Mapper,
519 InstructionMapper &Mapper, unsigned &OutlinedFunctionNum);
523 InstructionMapper &Mapper,
554 /// Populate and \p InstructionMapper with instruction-to-integer mappings.
556 void populateMapper(InstructionMapper &Mapper, Module &M);
658 static SmallVector<MatchedEntry> getMatchedEntries(InstructionMapper &Mapper) {
713 InstructionMapper &Mapper,
745 InstructionMapper &Mapper,
888 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) {
1029 InstructionMapper &Mapper, unsigned &OutlinedFunctionNum) {
1189 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M) {
1431 InstructionMapper Mapper(*MMI);