Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h258 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; } in isUncondBranchOpcode() function
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h420 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h352 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; } in isUncondBranchOpcode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h487 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h564 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h461 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; } in isUncondBranchOpcode() function
/aosp_15_r20/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp144 static bool isUncondBranchOpcode(int Opc) { return Opc == SP::BA; } in isUncondBranchOpcode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp143 static bool isUncondBranchOpcode(int Opc) { return Opc == SP::BA; } in isUncondBranchOpcode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp158 static bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp137 static bool isUncondBranchOpcode(int Opc) { return Opc == ARC::BR; } in isUncondBranchOpcode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp137 static bool isUncondBranchOpcode(int Opc) { return Opc == ARC::BR; } in isUncondBranchOpcode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp97 static bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function