OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remapInstruction
(Results
1 - 9
of
9
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h
71
/// in
RemapInstruction
().
106
/// - \a
remapInstruction
(); and
131
/// TODO: Update callers of \a
RemapInstruction
() and \a MapValue() (etc.) to
167
void
remapInstruction
(Instruction &I);
243
inline void
RemapInstruction
(Instruction *I, ValueToValueMapTy &VM,
247
ValueMapper(VM, Flags, TypeMapper, Materializer).
remapInstruction
(*I);
255
///
RemapInstruction
() on every instruction.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
ValueMapper.h
82
/// in
RemapInstruction
().
115
/// - \a
remapInstruction
(); and
140
/// TODO: Update callers of \a
RemapInstruction
() and \a MapValue() (etc.) to
175
void
remapInstruction
(Instruction &I);
251
inline void
RemapInstruction
(Instruction *I, ValueToValueMapTy &VM,
255
ValueMapper(VM, Flags, TypeMapper, Materializer).
remapInstruction
(*I);
263
///
RemapInstruction
() on every instruction.
UnrollLoop.h
104
void
remapInstruction
(Instruction *I, ValueToValueMapTy &VMap);
/external/llvm/lib/Transforms/Utils/
ValueMapper.cpp
134
void
remapInstruction
(Instruction *I);
854
void Mapper::
remapInstruction
(Instruction *I) {
935
remapInstruction
(&I);
[
all
...]
LoopUnroll.cpp
55
static inline void
remapInstruction
(Instruction *I,
485
::
remapInstruction
(&I, LastValueMap);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
ValueMapper.cpp
146
void
remapInstruction
(Instruction *I);
870
void Mapper::
remapInstruction
(Instruction *I) {
955
remapInstruction
(&I);
[
all
...]
LoopUnroll.cpp
66
void llvm::
remapInstruction
(Instruction *I, ValueToValueMapTy &VMap) {
680
::
remapInstruction
(&I, LastValueMap);
[
all
...]
LoopUnrollAndJam.cpp
374
::
remapInstruction
(&I, LastValueMap);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp
63
void
remapInstruction
(MCInst &Instr) const;
247
remapInstruction
(MI);
251
void HexagonDisassembler::
remapInstruction
(MCInst &Instr) const {
[
all
...]
Completed in 1248 milliseconds