Searched refs:isCondBranchOpcode (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp139 static bool isCondBranchOpcode(int Opc) { function
200 } else if (isCondBranchOpcode(I->getOpcode())) {
262 !isCondBranchOpcode(I->getOpcode()))
273 if (!isCondBranchOpcode(I->getOpcode()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp105 static bool isCondBranchOpcode(int Opc) { function
158 if (isCondBranchOpcode(LastOpc)) {
192 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
296 !isCondBranchOpcode(I->getOpcode()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp145 static bool isCondBranchOpcode(int Opc) { function
181 if (isCondBranchOpcode(LastOpc)) {
216 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h371 static inline bool isCondBranchOpcode(int Opc) { function in namespace:llvm
H A DAArch64InstrInfo.cpp260 if (isCondBranchOpcode(LastOpc)) {
295 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
372 !isCondBranchOpcode(I->getOpcode()))
386 if (!isCondBranchOpcode(I->getOpcode())) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h646 bool isCondBranchOpcode(int Opc) { function in namespace:llvm
H A DARMBaseInstrInfo.cpp347 } else if (isCondBranchOpcode(I->getOpcode())) {
411 !isCondBranchOpcode(I->getOpcode()))
421 if (!isCondBranchOpcode(I->getOpcode()))

Completed in 168 milliseconds