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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 494 /// getImplicitDefs - Return a list of registers that are potentially
504 const uint16_t *getImplicitDefs() const {
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 728 bool HasPhysRegOuts = NumResults > II.getNumDefs() && II.getImplicitDefs()!=0;
788 unsigned Reg = II.getImplicitDefs()[i - II.getNumDefs()];
    [all...]
ScheduleDAGFast.cpp 438 for (const uint16_t *ImpDef = MCID.getImplicitDefs(); *ImpDef; ++ImpDef) {
516 for (const uint16_t *Reg = MCID.getImplicitDefs(); *Reg; ++Reg) {
ScheduleDAGRRList.cpp     [all...]
ScheduleDAGSDNodes.cpp 448 TII->get(N->getMachineOpcode()).getImplicitDefs()) {
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp     [all...]
MachineInstr.cpp 522 for (const uint16_t *ImpDefs = MCID->getImplicitDefs(); *ImpDefs; ++ImpDefs)
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 214 for (const uint16_t *Regs = MCID.getImplicitDefs(); *Regs; ++Regs)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]

Completed in 490 milliseconds