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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCSchedule.h 111 static const unsigned short InvalidNumMicroOps = (1U << 14) - 1;
112 static const unsigned short VariantNumMicroOps = InvalidNumMicroOps - 1;
128 return NumMicroOps != InvalidNumMicroOps;
  /external/llvm/include/llvm/MC/
MCSchedule.h 102 static const unsigned short InvalidNumMicroOps = UINT16_MAX;
119 return NumMicroOps != InvalidNumMicroOps;
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
InstrBuilder.cpp 342 if (SCDesc.NumMicroOps == MCSchedClassDesc::InvalidNumMicroOps) {
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
SubtargetEmitter.cpp     [all...]

Completed in 1376 milliseconds