Searched refs:remapInstruction (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h114 /// - \a remapInstruction(); and
174 void remapInstruction(Instruction &I);
255 ValueMapper(VM, Flags, TypeMapper, Materializer).remapInstruction(*I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp144 void remapInstruction(Instruction *I);
852 void Mapper::remapInstruction(Instruction *I) { function in class:Mapper
952 remapInstruction(&I);
1110 void ValueMapper::remapInstruction(Instruction &I) { function in class:ValueMapper
1111 FlushingMapper(pImpl)->remapInstruction(&I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp60 void remapInstruction(MCInst &Instr) const;
195 remapInstruction(MI);
199 void HexagonDisassembler::remapInstruction(MCInst &Instr) const { function in class:HexagonDisassembler

Completed in 118 milliseconds