OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foldMemoryOperand
(Results
1 - 11
of
11
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h
415
///
foldMemoryOperand
- Attempt to fold a load or store of the specified stack
421
MachineInstr*
foldMemoryOperand
(MachineBasicBlock::iterator MI,
425
///
foldMemoryOperand
- Same as the previous version except it allows folding
428
MachineInstr*
foldMemoryOperand
(MachineBasicBlock::iterator MI,
434
///
foldMemoryOperand
. Target-independent code in
foldMemoryOperand
will
444
///
foldMemoryOperand
. Target-independent code in
foldMemoryOperand
will
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
InlineSpiller.cpp
176
bool
foldMemoryOperand
(MachineBasicBlock::iterator MI,
883
foldMemoryOperand
(MI, Ops, RM.OrigMI)) {
[
all
...]
TargetInstrInfoImpl.cpp
266
///
foldMemoryOperand
- Attempt to fold a load or store of the specified stack
273
TargetInstrInfo::
foldMemoryOperand
(MachineBasicBlock::iterator MI,
284
assert(MBB && "
foldMemoryOperand
needs an inserted instruction");
328
///
foldMemoryOperand
- Same as the previous version except it allows folding
332
TargetInstrInfo::
foldMemoryOperand
(MachineBasicBlock::iterator MI,
LiveRangeEdit.cpp
199
MachineInstr *FoldMI = TII.
foldMemoryOperand
(UseMI, Ops, DefMI);
LiveIntervalAnalysis.cpp
[
all
...]
VirtRegRewriter.cpp
[
all
...]
/external/llvm/lib/CodeGen/
InlineSpiller.cpp
202
bool
foldMemoryOperand
(ArrayRef<std::pair<MachineInstr*, unsigned> >,
550
foldMemoryOperand
(Ops, RM.OrigMI)) {
720
///
foldMemoryOperand
- Try folding stack slot references in Ops into their
727
foldMemoryOperand
(ArrayRef<std::pair<MachineInstr*, unsigned> > Ops,
743
// TargetInstrInfo::
foldMemoryOperand
only expects explicit, non-tied
760
// Tied use operands should not be passed to
foldMemoryOperand
.
768
LoadMI ? TII.
foldMemoryOperand
(*MI, FoldOps, *LoadMI, &LIS)
769
: TII.
foldMemoryOperand
(*MI, FoldOps, StackSlot, &LIS);
808
// TII.
foldMemoryOperand
may have left some implicit operands on the
[
all
...]
LiveRangeEdit.cpp
208
MachineInstr *FoldMI = TII.
foldMemoryOperand
(*UseMI, Ops, *DefMI, &LIS);
TargetInstrInfo.cpp
491
///
foldMemoryOperand
- Attempt to fold a load or store of the specified stack
497
MachineInstr *TargetInstrInfo::
foldMemoryOperand
(MachineInstr &MI,
508
assert(MBB && "
foldMemoryOperand
needs an inserted instruction");
775
///
foldMemoryOperand
- Same as the previous version except it allows folding
778
MachineInstr *TargetInstrInfo::
foldMemoryOperand
(MachineInstr &MI,
[
all
...]
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 404 milliseconds