Home
last modified time | relevance | path

Searched refs:ThisABI (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h28 ABI ThisABI;
31 MipsABIInfo(ABI ThisABI) : ThisABI(ThisABI) {} in MipsABIInfo() argument
40 bool IsKnown() const { return ThisABI != ABI::Unknown; } in IsKnown()
41 bool IsO32() const { return ThisABI == ABI::O32; } in IsO32()
42 bool IsN32() const { return ThisABI == ABI::N32; } in IsN32()
43 bool IsN64() const { return ThisABI == ABI::N64; } in IsN64()
44 ABI GetEnumValue() const { return ThisABI; } in GetEnumValue()
60 return ThisABI < Other.GetEnumValue();
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h29 ABI ThisABI;
32 MipsABIInfo(ABI ThisABI) : ThisABI(ThisABI) {} in MipsABIInfo() argument
41 bool IsKnown() const { return ThisABI != ABI::Unknown; } in IsKnown()
42 bool IsO32() const { return ThisABI == ABI::O32; } in IsO32()
43 bool IsN32() const { return ThisABI == ABI::N32; } in IsN32()
44 bool IsN64() const { return ThisABI == ABI::N64; } in IsN64()
45 ABI GetEnumValue() const { return ThisABI; } in GetEnumValue()
61 return ThisABI < Other.GetEnumValue();
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h27 ABI ThisABI;
30 MipsABIInfo(ABI ThisABI) : ThisABI(ThisABI) {} in MipsABIInfo() argument
39 bool IsKnown() const { return ThisABI != ABI::Unknown; } in IsKnown()
40 bool IsO32() const { return ThisABI == ABI::O32; } in IsO32()
41 bool IsN32() const { return ThisABI == ABI::N32; } in IsN32()
42 bool IsN64() const { return ThisABI == ABI::N64; } in IsN64()
43 ABI GetEnumValue() const { return ThisABI; } in GetEnumValue()
59 return ThisABI < Other.GetEnumValue();