HomeSort by relevance Sort by last modified time
    Searched refs:computeDefOperandLatency (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 820 int TargetInstrInfo::computeDefOperandLatency(
851 int DefLatency = computeDefOperandLatency(ItinData, DefMI);
855 assert(ItinData && !ItinData->isEmpty() && "computeDefOperandLatency fail");
    [all...]

Completed in 182 milliseconds