OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foldMemoryOperand
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
InlineSpiller.cpp
176
bool
foldMemoryOperand
(ArrayRef<std::pair<MachineInstr*, unsigned> >,
[
all
...]
TargetInstrInfo.cpp
492
///
foldMemoryOperand
- Attempt to fold a load or store of the specified stack
498
MachineInstr *TargetInstrInfo::
foldMemoryOperand
(MachineBasicBlock::iterator MI,
509
assert(MBB && "
foldMemoryOperand
needs an inserted instruction");
774
///
foldMemoryOperand
- Same as the previous version except it allows folding
777
MachineInstr *TargetInstrInfo::
foldMemoryOperand
(MachineBasicBlock::iterator MI,
[
all
...]
Completed in 465 milliseconds