/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 478 bool isHighLatencyDef(int opc) const override;
|
D | X86Schedule.td | 632 // HighLatency=10 is optimistic. X86InstrInfo::isHighLatencyDef
|
D | X86InstrInfo.cpp | 7104 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo 7187 return isHighLatencyDef(DefMI.getOpcode()); in hasHighOperandLatency()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 449 bool isHighLatencyDef(int opc) const override;
|
D | X86Schedule.td | 698 // HighLatency=10 is optimistic. X86InstrInfo::isHighLatencyDef
|
D | X86InstrInfo.cpp | 6915 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo 7231 return isHighLatencyDef(DefMI.getOpcode()); in hasHighOperandLatency()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 485 bool isHighLatencyDef(int opc) const override;
|
D | X86Schedule.td | 709 // HighLatency=10 is optimistic. X86InstrInfo::isHighLatencyDef
|
D | X86InstrInfo.cpp | 7683 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo 7999 return isHighLatencyDef(DefMI.getOpcode()); in hasHighOperandLatency()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 1273 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1489 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 610 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1562 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 627 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 631 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 963 bool isHighLatencyDef(int Opc) const override;
|
D | SIMachineScheduler.cpp | 1958 } else if (SITII->isHighLatencyDef(SU->getInstr()->getOpcode())) in schedule()
|
D | SIInstrInfo.cpp | 6694 bool SIInstrInfo::isHighLatencyDef(int Opc) const { in isHighLatencyDef() function in SIInstrInfo
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 1034 if (isHighLatencyDef(DefMI.getOpcode())) in defaultDefLatency()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 1089 if (isHighLatencyDef(DefMI.getOpcode())) in defaultDefLatency()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 1145 if (isHighLatencyDef(DefMI.getOpcode())) in defaultDefLatency()
|