OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readsreg
(Results
1 - 22
of
22
) sorted by null
/external/llvm/lib/CodeGen/
TargetSchedule.cpp
141
/// is simply the inverse of isDef. Here we consider any
readsReg
operand to be
147
if (MO.isReg() && MO.
readsReg
())
280
// correctly append imp-use operands, and
readsReg
() strangely returns false
LiveRangeEdit.cpp
89
if (!MO.isReg() || !MO.getReg() || !MO.
readsReg
())
273
if (Reg && MOI->
readsReg
() && !MRI.isReserved(Reg))
286
(MOI->
readsReg
() && (MRI.hasOneNonDBGUse(Reg) || useIsKill(LI, *MOI))))
MachineInstrBundle.cpp
277
if (MO.
readsReg
()) {
319
if (MO.
readsReg
()) {
LivePhysRegs.cpp
60
if (!O->isReg() || !O->
readsReg
() || O->isUndef())
ProcessImplicitDefs.cpp
72
if (MO.isReg() && MO.isUse() && MO.
readsReg
())
LiveRangeCalc.cpp
62
if (!MO.isDef() && !MO.
readsReg
())
157
if (!MO.
readsReg
())
EarlyIfConversion.cpp
243
if (!MO.
readsReg
() || !TargetRegisterInfo::isVirtualRegister(Reg))
299
if (MO.
readsReg
())
LiveVariables.cpp
528
if (MO.
readsReg
())
715
if (BBI.getOperand(i).
readsReg
())
MachineTraceMetrics.cpp
645
if (MO.
readsReg
())
714
if (!MO.
readsReg
())
[
all
...]
ScheduleDAGInstrs.cpp
229
else if (MO.
readsReg
()) // ignore undef operands
802
if (!MO.
readsReg
())
[
all
...]
VirtRegMap.cpp
384
if (MO.
readsReg
() && (MO.isDef() || MO.isKill()))
MachineVerifier.cpp
[
all
...]
RegisterPressure.cpp
364
if (MO.
readsReg
())
[
all
...]
LiveInterval.cpp
[
all
...]
MachineScheduler.cpp
[
all
...]
RegisterCoalescer.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
105
/// noop. See
readsReg
().
327
///
readsReg
- Returns true if this operand reads the previous value of its
334
bool
readsReg
() const {
MachineInstrBundle.h
155
/// include <undef> or <internal> use operands, see MO::
readsReg
().
/external/llvm/include/llvm/Target/
TargetSchedule.td
381
// A Variadic write is expanded to cover multiple "
readsReg
" operands as
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
[
all
...]
ARMLoadStoreOptimizer.cpp
884
if (MO.
readsReg
())
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 540 milliseconds