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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 564 /// getImplicitDefs - Return a list of registers that are potentially
574 const uint16_t *getImplicitDefs() const {
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 768 bool HasPhysRegOuts = NumResults > NumDefs && II.getImplicitDefs()!=nullptr;
    [all...]
ScheduleDAGFast.cpp 444 for (const uint16_t *ImpDef = MCID.getImplicitDefs(); *ImpDef; ++ImpDef) {
523 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 578 for (const uint16_t *ImpDefs = MCID->getImplicitDefs(); *ImpDefs; ++ImpDefs)
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 215 for (const uint16_t *Regs = MCID.getImplicitDefs(); *Regs; ++Regs)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 6083 milliseconds