HomeSort by relevance Sort by last modified time
    Searched defs:ReadAdvance (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DispatchStage.cpp 77 // For each write, check if we have ReadAdvance information, and use it
85 int ReadAdvance = STI.getReadAdvanceCycles(SC, RD.UseIndex, WriteResID);
86 WS.addUser(&RS, ReadAdvance);
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 699 /// Find the ReadAdvance record for the given SchedRead on this processor or
703 // Check for SchedReads that directly specify a ReadAdvance.
729 if (!RA->isSubClassOf("ReadAdvance"))
903 // If this Write is not referenced by a ReadAdvance, don't distinguish it
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
SubtargetEmitter.cpp 887 /// Find the ReadAdvance record for the given SchedRead on this processor or
891 // Check for SchedReads that directly specify a ReadAdvance.
    [all...]

Completed in 253 milliseconds