Searched refs:isHighLatencyDef (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.h354 bool isHighLatencyDef(int opc) const;
H A DX86InstrInfo.cpp3401 bool X86InstrInfo::isHighLatencyDef(int opc) const { function in class:X86InstrInfo
3460 return isHighLatencyDef(DefMI->getOpcode());
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h478 bool isHighLatencyDef(int opc) const override;
H A DX86InstrInfo.cpp7104 bool X86InstrInfo::isHighLatencyDef(int opc) const { function in class:X86InstrInfo
7187 return isHighLatencyDef(DefMI.getOpcode());
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetInstrInfo.h661 /// isHighLatencyDef - Return true if this opcode has high latency to its
663 virtual bool isHighLatencyDef(int opc) const { return false; } function in class:llvm::TargetInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1273 virtual bool isHighLatencyDef(int opc) const { return false; } function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp610 TII->isHighLatencyDef(N->getMachineOpcode()))
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp563 TII->isHighLatencyDef(N->getMachineOpcode()))
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1034 if (isHighLatencyDef(DefMI.getOpcode()))

Completed in 145 milliseconds