Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h354 bool isHighLatencyDef(int opc) const;
DX86InstrInfo.cpp3401 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo
3460 return isHighLatencyDef(DefMI->getOpcode()); in hasHighOperandLatency()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h663 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
/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-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h495 bool isHighLatencyDef(int opc) const override;
DX86Schedule.td639 // HighLatency=10 is optimistic. X86InstrInfo::isHighLatencyDef
DX86InstrInfo.cpp6713 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo
7029 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-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1366 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp563 TII->isHighLatencyDef(N->getMachineOpcode())) in ComputeLatency()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp611 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp610 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp1093 if (isHighLatencyDef(DefMI.getOpcode())) in defaultDefLatency()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp1034 if (isHighLatencyDef(DefMI.getOpcode())) in defaultDefLatency()