Home
last modified time | relevance | path

Searched defs:isHighLatencyDef (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1803 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp9303 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp8626 bool SIInstrInfo::isHighLatencyDef(int Opc) const { in isHighLatencyDef() function in SIInstrInfo