Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()