Home
last modified time | relevance | path

Searched refs:remapInstruction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h182 void remapInstruction(Instruction &I);
267 ValueMapper(VM, Flags, TypeMapper, Materializer).remapInstruction(*I);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp147 void remapInstruction(Instruction *I);
970 void Mapper::remapInstruction(Instruction *I) { in remapInstruction() function in Mapper
1071 remapInstruction(&I); in remapFunction()
1235 void ValueMapper::remapInstruction(Instruction &I) { in remapInstruction() function in ValueMapper
1236 FlushingMapper(pImpl)->remapInstruction(&I); in remapInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp60 void remapInstruction(MCInst &Instr) const;
204 remapInstruction(MI); in getInstruction()
208 void HexagonDisassembler::remapInstruction(MCInst &Instr) const { in remapInstruction() function in HexagonDisassembler
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp1210 VMapper.remapInstruction(*I); in rewriteWithNewAddressSpaces()