Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h277 static inline bool isIndirectBranchOpcode(int Opc) { return Opc == AArch64::BR; } in isIndirectBranchOpcode() function
DAArch64InstrInfo.cpp172 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMBlockPlacement.cpp271 isIndirectBranchOpcode(Terminator.getOpcode()) || in moveBasicBlock()
DARMBaseInstrInfo.h651 bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
705 return MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode()) || in isIndirectControlFlowNotComingBack()
DARMBaseInstrInfo.cpp386 if (isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()
426 isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp150 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
232 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp179 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
268 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp149 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
231 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h371 static inline bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
DAArch64InstrInfo.cpp285 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64SLSHardening.cpp134 if (MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode())) { in hardenReturnsAndBRs()
DAArch64InstrInfo.h480 static inline bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
DAArch64InstrInfo.cpp340 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h436 bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
DARMBaseInstrInfo.cpp322 if (isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()
351 isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
DVEInstrInfo.cpp124 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
215 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h630 bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
DARMBaseInstrInfo.cpp339 if (isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()
368 isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()