Home
last modified time | relevance | path

Searched defs:isUncondBranchOpcode (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.h584 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCInstrInfo.cpp137 static bool isUncondBranchOpcode(int Opc) { return Opc == ARC::BR; } in isUncondBranchOpcode() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcInstrInfo.cpp161 static bool isUncondBranchOpcode(int Opc) { return Opc == SP::BA; } in isUncondBranchOpcode() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/VE/
HDVEInstrInfo.cpp97 static bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h668 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; } in isUncondBranchOpcode() function