Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DValueMapper.h167 void remapInstruction(Instruction &I);
247 ValueMapper(VM, Flags, TypeMapper, Materializer).remapInstruction(*I);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DValueMapper.h175 void remapInstruction(Instruction &I);
255 ValueMapper(VM, Flags, TypeMapper, Materializer).remapInstruction(*I);
DUnrollLoop.h104 void remapInstruction(Instruction *I, ValueToValueMapTy &VMap);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp146 void remapInstruction(Instruction *I);
870 void Mapper::remapInstruction(Instruction *I) { in remapInstruction() function in Mapper
955 remapInstruction(&I); in remapFunction()
1113 void ValueMapper::remapInstruction(Instruction &I) { in remapInstruction() function in ValueMapper
1114 FlushingMapper(pImpl)->remapInstruction(&I); in remapInstruction()
DLoopUnroll.cpp66 void llvm::remapInstruction(Instruction *I, ValueToValueMapTy &VMap) { in remapInstruction() function in llvm
680 ::remapInstruction(&I, LastValueMap); in UnrollLoop()
DLoopUnrollAndJam.cpp374 ::remapInstruction(&I, LastValueMap); in UnrollAndJamLoop()
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp134 void remapInstruction(Instruction *I);
854 void Mapper::remapInstruction(Instruction *I) { in remapInstruction() function in Mapper
935 remapInstruction(&I); in remapFunction()
1092 void ValueMapper::remapInstruction(Instruction &I) { in remapInstruction() function in ValueMapper
1093 FlushingMapper(pImpl)->remapInstruction(&I); in remapInstruction()
DLoopUnroll.cpp55 static inline void remapInstruction(Instruction *I, in remapInstruction() function
485 ::remapInstruction(&I, LastValueMap); in UnrollLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp63 void remapInstruction(MCInst &Instr) const;
247 remapInstruction(MI); in getInstruction()
251 void HexagonDisassembler::remapInstruction(MCInst &Instr) const { in remapInstruction() function in HexagonDisassembler