Home
last modified time | relevance | path

Searched refs:SecondLastOpc (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.cpp191 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
196 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()
206 SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch()
216 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
224 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
231 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp216 unsigned SecondLastOpc = 0; in analyzeBranch() local
227 SecondLastOpc = getAnalyzableBrOpc(SecondLastInst->getOpcode()); in analyzeBranch()
230 if (isUnpredicatedTerminator(*SecondLastInst) && !SecondLastOpc) in analyzeBranch()
235 if (!SecondLastOpc) { in analyzeBranch()
272 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond); in analyzeBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp232 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
233 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc); in analyzeBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp725 unsigned SecondLastOpc = SecondLastInst.getOpcode(); in analyzeBranch() local
728 if (SecondLastOpc == R600::JUMP_COND && LastOpc == R600::JUMP) { in analyzeBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp242 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
247 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()
257 SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch()
267 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
275 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
285 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()