Home
last modified time | relevance | path

Searched refs:SecondLastOpc (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.cpp302 unsigned SecondLastOpc = 0; in AnalyzeBranch() local
307 SecondLastOpc = GetAnalyzableBrOpc(SecondLastInst->getOpcode()); in AnalyzeBranch()
310 if (isUnpredicatedTerminator(SecondLastInst) && !SecondLastOpc) in AnalyzeBranch()
315 if (!SecondLastOpc) { in AnalyzeBranch()
334 if (SecondLastOpc == Mips::J) { in AnalyzeBranch()
349 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond); in AnalyzeBranch()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp206 unsigned SecondLastOpc = 0; in analyzeBranch() local
211 SecondLastOpc = getAnalyzableBrOpc(SecondLastInst->getOpcode()); in analyzeBranch()
214 if (isUnpredicatedTerminator(*SecondLastInst) && !SecondLastOpc) in analyzeBranch()
219 if (!SecondLastOpc) { in analyzeBranch()
256 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond); in analyzeBranch()
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp192 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
197 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()
207 SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch()
217 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
225 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
232 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp192 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
197 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()
207 SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch()
217 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
225 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
232 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp217 unsigned SecondLastOpc = 0; in analyzeBranch() local
228 SecondLastOpc = getAnalyzableBrOpc(SecondLastInst->getOpcode()); in analyzeBranch()
231 if (isUnpredicatedTerminator(*SecondLastInst) && !SecondLastOpc) in analyzeBranch()
236 if (!SecondLastOpc) { in analyzeBranch()
273 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond); in analyzeBranch()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreInstrInfo.cpp235 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in AnalyzeBranch() local
236 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc); in AnalyzeBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp233 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
234 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc); in analyzeBranch()
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp233 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
234 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc); in analyzeBranch()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp309 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in AnalyzeBranch() local
314 while (isUncondBranchOpcode(SecondLastOpc)) { in AnalyzeBranch()
324 SecondLastOpc = SecondLastInst->getOpcode(); in AnalyzeBranch()
334 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
344 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
355 if ((isJumpTableBranchOpcode(SecondLastOpc) || in AnalyzeBranch()
356 isIndirectBranchOpcode(SecondLastOpc)) && in AnalyzeBranch()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp129 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
134 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()
144 SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch()
154 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
162 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
172 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp726 unsigned SecondLastOpc = SecondLastInst.getOpcode(); in analyzeBranch() local
729 if (SecondLastOpc == R600::JUMP_COND && LastOpc == R600::JUMP) { in analyzeBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp231 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
236 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()
246 SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch()
256 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
264 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
274 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp738 unsigned SecondLastOpc = SecondLastInst.getOpcode(); in analyzeBranch() local
741 if (SecondLastOpc == AMDGPU::JUMP_COND && LastOpc == AMDGPU::JUMP) { in analyzeBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DWritingAnLLVMBackend.rst1164 if ((SecondLastOpc == ARM::B || SecondLastOpc == ARM::tB) &&
1198 unsigned SecondLastOpc = SecondLastInst->getOpcode();
1200 if ((SecondLastOpc == ARM::Bcc && LastOpc == ARM::B) ||
1201 (SecondLastOpc == ARM::tBcc && LastOpc == ARM::tB)) {
/external/llvm/docs/
DWritingAnLLVMBackend.rst1124 if ((SecondLastOpc == ARM::B || SecondLastOpc == ARM::tB) &&
1158 unsigned SecondLastOpc = SecondLastInst->getOpcode();
1160 if ((SecondLastOpc == ARM::Bcc && LastOpc == ARM::B) ||
1161 (SecondLastOpc == ARM::tBcc && LastOpc == ARM::tB)) {