Searched defs:isUncondBranchOpcode (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h352 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; } function in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h487 bool isUncondBranchOpcode(int Opc) { function in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp137 static bool isUncondBranchOpcode(int Opc) { return Opc == ARC::BR; } function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp143 static bool isUncondBranchOpcode(int Opc) { return Opc == SP::BA; } function

Completed in 146 milliseconds