HomeSort by relevance Sort by last modified time
    Searched refs:readsReg (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 54 return MI->isCopy() && (!MI->getOperand(0).readsReg() ||
57 return MI->isSubregToReg() && (!MI->getOperand(0).readsReg() ||
70 if (!MO0.readsReg() || ImpDefRegs.count(MO0.getReg()))
111 if (MI->getOperand(0).readsReg())
123 if (MI->isCopy() && MI->getOperand(0).readsReg()) {
145 if (!MO.isReg() || !MO.readsReg())
182 if (MOJ.isReg() && MOJ.getReg() == Reg && MOJ.readsReg())
MachineInstrBundle.cpp 265 if (MO.readsReg()) {
VirtRegMap.cpp 147 if (MO.readsReg() && (MO.isDef() || MO.isKill()))
LiveIntervalAnalysis.cpp 191 assert(!MO.readsReg() && "First def cannot also read virtual register "
    [all...]
MachineVerifier.cpp 761 if (MO->readsReg()) {
    [all...]
ScheduleDAGInstrs.cpp 442 // VNI will be valid because MachineOperand::readsReg() is checked by caller.
576 else if (MO.readsReg()) // ignore undef operands
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 91 /// noop. See readsReg().
292 /// readsReg - Returns true if this operand reads the previous value of its
299 bool readsReg() const {
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 371 milliseconds