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