Searched refs:remapInstruction (Results 1 – 6 of 6) sorted by relevance
174 void remapInstruction(Instruction &I);255 ValueMapper(VM, Flags, TypeMapper, Materializer).remapInstruction(*I);
122 void remapInstruction(Instruction *I, ValueToValueMapTy &VMap);
145 void remapInstruction(Instruction *I);852 void Mapper::remapInstruction(Instruction *I) { in remapInstruction() function in Mapper952 remapInstruction(&I); in remapFunction()1110 void ValueMapper::remapInstruction(Instruction &I) { in remapInstruction() function in ValueMapper1111 FlushingMapper(pImpl)->remapInstruction(&I); in remapInstruction()
68 void llvm::remapInstruction(Instruction *I, ValueToValueMapTy &VMap) { in remapInstruction() function in llvm687 ::remapInstruction(&I, LastValueMap); in UnrollLoop()
384 ::remapInstruction(&I, LastValueMap); in UnrollAndJamLoop()
60 void remapInstruction(MCInst &Instr) const;192 remapInstruction(MI); in getInstruction()196 void HexagonDisassembler::remapInstruction(MCInst &Instr) const { in remapInstruction() function in HexagonDisassembler