|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/PointerIntPair.h 53 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
61 IntType getInt() const { return (IntType)Info::getInt(Value); }
67 void setInt(IntType IntVal) LLVM_LVALUE_FUNCTION {
75 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) LLVM_LVALUE_FUNCTION {
include/llvm/CodeGen/ScheduleDAG.h 80 PointerIntPair<SUnit *, 2, Kind> Dep;
104 SDep(SUnit *S, Kind kind, unsigned Reg)
158 Kind getKind() const;
486 inline SDep::Kind SDep::getKind() const { return Dep.getInt(); }
lib/CodeGen/AggressiveAntiDepBreaker.cpp 930 SDep::Kind K = S.getKind();
lib/CodeGen/MachinePipeliner.cpp 1301 SDep::Kind DepKind = Dep.getKind();
lib/CodeGen/ScheduleDAGInstrs.cpp 298 SDep::Kind Kind = MO.isUse() ? SDep::Anti : SDep::Output;
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp 296 SDep::Kind DepType, unsigned DepReg) {
319 static bool isRegDependence(const SDep::Kind DepType) {
369 SDep::Kind DepType, MachineBasicBlock::iterator &MII,
451 SDep::Kind DepType, MachineBasicBlock::iterator &MII,
1402 SDep::Kind DepType = SUJ->Succs[i].getKind();
lib/Target/Hexagon/HexagonVLIWPacketizer.h 109 bool isCallDependent(const MachineInstr &MI, SDep::Kind DepType,
111 bool promoteToDotCur(MachineInstr &MI, SDep::Kind DepType,
119 bool promoteToDotNew(MachineInstr &MI, SDep::Kind DepType,