OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replaceFrameIndices
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
90
void
replaceFrameIndices
(MachineFunction &Fn);
91
void
replaceFrameIndices
(MachineBasicBlock *BB, MachineFunction &Fn,
214
replaceFrameIndices
(Fn);
806
///
replaceFrameIndices
- Replace all MO_FrameIndex operands with physical
809
void PEI::
replaceFrameIndices
(MachineFunction &Fn) {
830
replaceFrameIndices
(BB, Fn, SPAdj);
840
replaceFrameIndices
(&BB, Fn, SPAdj);
844
void PEI::
replaceFrameIndices
(MachineBasicBlock *BB, MachineFunction &Fn,
[
all
...]
/external/llvm/lib/Target/WebAssembly/
WebAssemblyPEI.cpp
99
void
replaceFrameIndices
(MachineFunction &Fn);
100
void
replaceFrameIndices
(MachineBasicBlock *BB, MachineFunction &Fn,
229
replaceFrameIndices
(Fn);
822
///
replaceFrameIndices
- Replace all MO_FrameIndex operands with physical
825
void WasmPEI::
replaceFrameIndices
(MachineFunction &Fn) {
[
all
...]
Completed in 68 milliseconds