Searched defs:isHighLatencyDef (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetInstrInfo.h | 1767 virtual bool isHighLatencyDef(int opc) const { return false; } isHighLatencyDef() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86InstrInfo.cpp | 9220 bool X86InstrInfo::isHighLatencyDef(int opc) const { isHighLatencyDef() function in X86InstrInfo |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | SIInstrInfo.cpp | 8503 bool SIInstrInfo::isHighLatencyDef(int Opc) const { isHighLatencyDef() function in SIInstrInfo |