Searched refs:remapInstruction (Results 1 – 4 of 4) sorted by relevance
182 void remapInstruction(Instruction &I);267 ValueMapper(VM, Flags, TypeMapper, Materializer).remapInstruction(*I);
147 void remapInstruction(Instruction *I);970 void Mapper::remapInstruction(Instruction *I) { in remapInstruction() function in Mapper1071 remapInstruction(&I); in remapFunction()1235 void ValueMapper::remapInstruction(Instruction &I) { in remapInstruction() function in ValueMapper1236 FlushingMapper(pImpl)->remapInstruction(&I); in remapInstruction()
60 void remapInstruction(MCInst &Instr) const;204 remapInstruction(MI); in getInstruction() 208 void HexagonDisassembler::remapInstruction(MCInst &Instr) const { in remapInstruction() function in HexagonDisassembler
1210 VMapper.remapInstruction(*I); in rewriteWithNewAddressSpaces()