Home
last modified time | relevance | path

Searched refs:isHighLatencyDef (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrInfo.h478 bool isHighLatencyDef(int opc) const override;
DX86Schedule.td632 // HighLatency=10 is optimistic. X86InstrInfo::isHighLatencyDef
DX86InstrInfo.cpp7104 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/
DX86InstrInfo.h449 bool isHighLatencyDef(int opc) const override;
DX86Schedule.td698 // HighLatency=10 is optimistic. X86InstrInfo::isHighLatencyDef
DX86InstrInfo.cpp6915 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/
DX86InstrInfo.h485 bool isHighLatencyDef(int opc) const override;
DX86Schedule.td709 // HighLatency=10 is optimistic. X86InstrInfo::isHighLatencyDef
DX86InstrInfo.cpp7683 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo
7999 return isHighLatencyDef(DefMI.getOpcode()); in hasHighOperandLatency()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1273 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1489 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1562 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp610 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp627 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp631 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp1034 if (isHighLatencyDef(DefMI.getOpcode())) in defaultDefLatency()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h963 bool isHighLatencyDef(int Opc) const override;
DSIMachineScheduler.cpp1958 } else if (SITII->isHighLatencyDef(SU->getInstr()->getOpcode())) in schedule()
DSIInstrInfo.cpp6694 bool SIInstrInfo::isHighLatencyDef(int Opc) const { in isHighLatencyDef() function in SIInstrInfo
/external/llvm-project/llvm/lib/CodeGen/
DTargetInstrInfo.cpp1145 if (isHighLatencyDef(DefMI.getOpcode())) in defaultDefLatency()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp1089 if (isHighLatencyDef(DefMI.getOpcode())) in defaultDefLatency()