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.cpp100 #define BRKIND(NAME) (Opc == NAME##a || Opc == NAME##a_nt || Opc == NAME##a_t) in isUncondBranchOpcode() macro
103 assert(!BRKIND(BRCFW) && !BRKIND(BRCFD) && !BRKIND(BRCFS) && in isUncondBranchOpcode()
106 return BRKIND(BRCFL); in isUncondBranchOpcode()
107 #undef BRKIND in isUncondBranchOpcode()
115 #define BRKIND(NAME) \ in isCondBranchOpcode() macro
118 return BRKIND(BRCFL) || BRKIND(BRCFW) || BRKIND(BRCFD) || BRKIND(BRCFS); in isCondBranchOpcode()
119 #undef BRKIND in isCondBranchOpcode()
127 #define BRKIND(NAME) \ in isIndirectBranchOpcode() macro
131 assert(!BRKIND(BCFW) && !BRKIND(BCFD) && !BRKIND(BCFS) && in isIndirectBranchOpcode()
133 return BRKIND(BCFL); in isIndirectBranchOpcode()
[all …]