Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp99 #define BRKIND(NAME) (Opc == NAME##a || Opc == NAME##a_nt || Opc == NAME##a_t) in isUncondBranchOpcode() macro
102 assert(!BRKIND(BRCFW) && !BRKIND(BRCFD) && !BRKIND(BRCFS) && in isUncondBranchOpcode()
105 return BRKIND(BRCFL); in isUncondBranchOpcode()
106 #undef BRKIND in isUncondBranchOpcode()
114 #define BRKIND(NAME) \ in isCondBranchOpcode() macro
117 return BRKIND(BRCFL) || BRKIND(BRCFW) || BRKIND(BRCFD) || BRKIND(BRCFS); in isCondBranchOpcode()
118 #undef BRKIND in isCondBranchOpcode()
126 #define BRKIND(NAME) \ in isIndirectBranchOpcode() macro
130 assert(!BRKIND(BCFW) && !BRKIND(BCFD) && !BRKIND(BCFS) && in isIndirectBranchOpcode()
132 return BRKIND(BCFL); in isIndirectBranchOpcode()
[all …]