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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp149 static bool isIndirectBranchOpcode(int Opc) { function
231 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp120 static bool isIndirectBranchOpcode(int Opc) { function
207 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SLSHardening.cpp134 if (MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode())) {
H A DAArch64InstrInfo.h388 static inline bool isIndirectBranchOpcode(int Opc) { function in namespace:llvm
H A DAArch64InstrInfo.cpp313 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h657 bool isIndirectBranchOpcode(int Opc) { function in namespace:llvm
H A DARMBaseInstrInfo.cpp340 if (isIndirectBranchOpcode(I->getOpcode()) ||
369 isIndirectBranchOpcode(I->getOpcode()) ||

Completed in 97 milliseconds