OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readsReg
(Results
1 - 18
of
18
) sorted by null
/external/llvm/lib/CodeGen/
MachineInstrBundle.cpp
265
if (MO.
readsReg
()) {
304
if (IsRegOrSuperReg && MO.
readsReg
()) {
310
if (IsRegOrOverlapping && MO.
readsReg
()) {
ProcessImplicitDefs.cpp
71
if (MO->isReg() && MO->isUse() && MO->
readsReg
())
LiveRangeEdit.cpp
84
if (!MO.isReg() || !MO.getReg() || !MO.
readsReg
())
254
if (Reg && MOI->
readsReg
() && !MRI.isReserved(Reg))
TargetSchedule.cpp
142
/// is simply the inverse of isDef. Here we consider any
readsReg
operand to be
148
if (MO.isReg() && MO.
readsReg
())
263
// correctly append imp-use operands, and
readsReg
() strangely returns false
EarlyIfConversion.cpp
242
if (!MO->
readsReg
() || !TargetRegisterInfo::isVirtualRegister(Reg))
298
if (MO->
readsReg
())
LiveRangeCalc.cpp
74
if (!MO.
readsReg
())
VirtRegMap.cpp
297
if (MO.
readsReg
() && (MO.isDef() || MO.isKill()))
MachineTraceMetrics.cpp
654
if (MO->
readsReg
())
721
if (!MO->
readsReg
())
[
all
...]
LiveVariables.cpp
575
if (MO.
readsReg
())
709
if (BBI->getOperand(i).
readsReg
())
ScheduleDAGInstrs.cpp
223
if (MO.
readsReg
()) // ignore undef operands
413
// VNI will be valid because MachineOperand::
readsReg
() is checked by caller.
768
else if (MO.
readsReg
()) // ignore undef operands
[
all
...]
MachineVerifier.cpp
[
all
...]
RegisterCoalescer.cpp
[
all
...]
LiveInterval.cpp
922
const VNInfo *VNI = MO.
readsReg
() ? LRQ.valueIn() : LRQ.valueDefined();
RegisterPressure.cpp
362
if (MO.
readsReg
())
InlineSpiller.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
102
/// noop. See
readsReg
().
319
///
readsReg
- Returns true if this operand reads the previous value of its
326
bool
readsReg
() const {
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 1272 milliseconds