Searched defs:CondCodes (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430.h23 enum CondCodes { enum in namespace:MSP430CC
/external/llvm/lib/Target/Sparc/
H A DSparc.h37 enum CondCodes { enum in namespace:llvm::SPCC
74 inline static const char *SPARCCondCodeToString(SPCC::CondCodes CC) {
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h32 enum CondCodes { enum in namespace:llvm::NVPTXCC
42 inline static const char *NVPTXCondCodeToString(NVPTXCC::CondCodes CC) {
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h27 // The CondCodes constants map directly to the 4-bit encoding of the
29 enum CondCodes { // Meaning (integer) Meaning (floating-point) enum in namespace:llvm::ARMCC
47 inline static CondCodes getOppositeCondition(CondCodes CC) {
68 inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) {
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h28 // The CondCodes constants map directly to the 4-bit encoding of the
30 enum CondCodes { // Meaning (integer) Meaning (floating-point) enum in namespace:llvm::A64CC
54 inline static const char *A64CondCodeToString(A64CC::CondCodes CC) {
76 inline static A64CC::CondCodes A64StringToCondCode(StringRef CondStr) {
77 return StringSwitch<A64CC::CondCodes>(CondStr.lower())
100 inline static A64CC::CondCodes A64InvertCondCode(A64CC::CondCodes CC) {
104 return static_cast<A64CC::CondCodes>(static_cast<unsigned>(CC) ^ 0x1);

Completed in 6020 milliseconds