Home
last modified time | relevance | path

Searched refs:isIndirectBranchOpcode (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBlockPlacement.cpp271 isIndirectBranchOpcode(Terminator.getOpcode()) || in moveBasicBlock()
H A DARMBaseInstrInfo.h671 bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
726 return MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode()) || in isIndirectControlFlowNotComingBack()
H A DARMBaseInstrInfo.cpp387 if (isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()
427 isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp188 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
316 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SLSHardening.cpp267 if (MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode())) { in hardenReturnsAndBRs()
H A DAArch64InstrInfo.h687 static inline bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
H A DAArch64InstrInfo.cpp438 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp124 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
215 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()