HomeSort by relevance Sort by last modified time
    Searched defs:SecondLastOpc (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 206 unsigned SecondLastOpc = 0;
211 SecondLastOpc = getAnalyzableBrOpc(SecondLastInst->getOpcode());
214 if (isUnpredicatedTerminator(*SecondLastInst) && !SecondLastOpc)
219 if (!SecondLastOpc) {
256 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrInfo.cpp 302 unsigned SecondLastOpc = 0;
307 SecondLastOpc = GetAnalyzableBrOpc(SecondLastInst->getOpcode());
310 if (isUnpredicatedTerminator(SecondLastInst) && !SecondLastOpc)
315 if (!SecondLastOpc) {
334 if (SecondLastOpc == Mips::J) {
349 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond);
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreInstrInfo.cpp 235 unsigned SecondLastOpc = SecondLastInst->getOpcode();
236 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 192 unsigned SecondLastOpc = SecondLastInst->getOpcode();
197 while (isUncondBranchOpcode(SecondLastOpc)) {
207 SecondLastOpc = SecondLastInst->getOpcode();
217 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
225 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
232 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 233 unsigned SecondLastOpc = SecondLastInst->getOpcode();
234 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp 309 unsigned SecondLastOpc = SecondLastInst->getOpcode();
314 while (isUncondBranchOpcode(SecondLastOpc)) {
324 SecondLastOpc = SecondLastInst->getOpcode();
334 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
344 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
355 if ((isJumpTableBranchOpcode(SecondLastOpc) ||
356 isIndirectBranchOpcode(SecondLastOpc)) &&
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 129 unsigned SecondLastOpc = SecondLastInst->getOpcode();
134 while (isUncondBranchOpcode(SecondLastOpc)) {
144 SecondLastOpc = SecondLastInst->getOpcode();
154 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
162 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
172 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
    [all...]

Completed in 561 milliseconds