Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DValueMapper.h174 void remapInstruction(Instruction &I);
255 ValueMapper(VM, Flags, TypeMapper, Materializer).remapInstruction(*I);
DUnrollLoop.h122 void remapInstruction(Instruction *I, ValueToValueMapTy &VMap);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp145 void remapInstruction(Instruction *I);
852 void Mapper::remapInstruction(Instruction *I) { in remapInstruction() function in Mapper
952 remapInstruction(&I); in remapFunction()
1110 void ValueMapper::remapInstruction(Instruction &I) { in remapInstruction() function in ValueMapper
1111 FlushingMapper(pImpl)->remapInstruction(&I); in remapInstruction()
DLoopUnroll.cpp68 void llvm::remapInstruction(Instruction *I, ValueToValueMapTy &VMap) { in remapInstruction() function in llvm
687 ::remapInstruction(&I, LastValueMap); in UnrollLoop()
DLoopUnrollAndJam.cpp384 ::remapInstruction(&I, LastValueMap); in UnrollAndJamLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp60 void remapInstruction(MCInst &Instr) const;
192 remapInstruction(MI); in getInstruction()
196 void HexagonDisassembler::remapInstruction(MCInst &Instr) const { in remapInstruction() function in HexagonDisassembler