Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBlockPlacement.cpp271 isIndirectBranchOpcode(Terminator.getOpcode()) || in moveBasicBlock()
H A DARMBaseInstrInfo.h651 bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
705 return MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode()) || in isIndirectControlFlowNotComingBack()
H A DARMBaseInstrInfo.cpp386 if (isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()
426 isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp179 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
296 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SLSHardening.cpp134 if (MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode())) { in hardenReturnsAndBRs()
H A DAArch64InstrInfo.h480 static inline bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
H A DAArch64InstrInfo.cpp343 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp124 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
215 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()