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

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenHwModes.cpp 22 HwMode::HwMode(Record *R) {
28 void HwMode::dump() const {
56 std::vector<Record*> MRs = Records.getAllDerivedDefinitions("HwMode");
97 for (const HwMode &M : Modes) {
CodeGenHwModes.h 28 struct HwMode {
29 HwMode(Record *R);
48 const HwMode &getMode(unsigned Id) const {
58 StringMap<unsigned> ModeIds; // HwMode (string) -> HwModeId
59 std::vector<HwMode> Modes;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 237 unsigned HwMode;
672 return RCInfos[getNumRegClasses() * HwMode + RC.getID()];
    [all...]

Completed in 83 milliseconds