Searched defs:isHighLatencyDef (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h880 /// isHighLatencyDef - Return true if this opcode has high latency to its
882 virtual bool isHighLatencyDef(int opc) const { return false; } function in class:llvm::TargetInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5312 bool X86InstrInfo::isHighLatencyDef(int opc) const { function in class:X86InstrInfo
5394 return isHighLatencyDef(DefMI->getOpcode());

Completed in 726 milliseconds