Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h258 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; } in isUncondBranchOpcode() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h315 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h420 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrInfo.h144 inline static bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp144 static bool isUncondBranchOpcode(int Opc) { return Opc == SP::BA; } in isUncondBranchOpcode() function