|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/MC/MCInstrDesc.h 570 const MCPhysReg *getImplicitDefs() const { return ImplicitDefs; }
574 if (!ImplicitDefs)
577 for (; ImplicitDefs[i]; ++i) /*empty*/
lib/CodeGen/MIRParser/MIParser.cpp 1105 if (MCID.ImplicitDefs)
lib/CodeGen/MachineInstr.cpp 103 if (MCID->ImplicitDefs)
lib/CodeGen/SelectionDAG/FastISel.cpp 2061 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
2086 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
2114 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
2136 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
2161 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
2180 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
2206 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
2222 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp 433 assert(MCID.ImplicitDefs && "Physical reg def must be in implicit def list!");
512 if (!MCID.ImplicitDefs)
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp 1284 assert(MCID.ImplicitDefs && "Physical reg def must be in implicit def list!");
1425 if (!MCID.ImplicitDefs)
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp 128 II.ImplicitDefs[ResNo - II.getNumDefs()] == Reg)
lib/MC/MCInstrDesc.cpp 46 if (const MCPhysReg *ImpDefs = ImplicitDefs)
lib/Target/ARM/ARMFastISel.cpp 318 .addReg(II.ImplicitDefs[0]));
346 .addReg(II.ImplicitDefs[0]));
372 .addReg(II.ImplicitDefs[0]));
391 .addReg(II.ImplicitDefs[0]));
lib/Target/Hexagon/HexagonGenMux.cpp 163 if (const MCPhysReg *R = D.ImplicitDefs)
lib/Target/PowerPC/PPCInstrInfo.cpp 1979 if (NewDesc.ImplicitDefs)
lib/Target/X86/X86FastISel.cpp 4001 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);