OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foldMemoryOperand
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
516
///
foldMemoryOperand
- Attempt to fold a load or store of the specified stack
522
MachineInstr*
foldMemoryOperand
(MachineBasicBlock::iterator MI,
526
///
foldMemoryOperand
- Same as the previous version except it allows folding
529
MachineInstr*
foldMemoryOperand
(MachineBasicBlock::iterator MI,
535
///
foldMemoryOperand
. Target-independent code in
foldMemoryOperand
will
545
///
foldMemoryOperand
. Target-independent code in
foldMemoryOperand
will
[
all
...]
/external/llvm/lib/CodeGen/
InlineSpiller.cpp
180
bool
foldMemoryOperand
(ArrayRef<std::pair<MachineInstr*, unsigned> >,
881
foldMemoryOperand
(Ops, RM.OrigMI)) {
[
all
...]
TargetInstrInfo.cpp
344
///
foldMemoryOperand
- Attempt to fold a load or store of the specified stack
351
TargetInstrInfo::
foldMemoryOperand
(MachineBasicBlock::iterator MI,
362
assert(MBB && "
foldMemoryOperand
needs an inserted instruction");
405
///
foldMemoryOperand
- Same as the previous version except it allows folding
409
TargetInstrInfo::
foldMemoryOperand
(MachineBasicBlock::iterator MI,
LiveRangeEdit.cpp
206
MachineInstr *FoldMI = TII.
foldMemoryOperand
(UseMI, Ops, DefMI);
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 1086 milliseconds