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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsExpandPseudo.cpp 117 MachineBasicBlock *sinkMBB = MF->CreateMachineBasicBlock(LLVM_BB);
122 MF->insert(It, sinkMBB);
134 loop1MBB->addSuccessor(sinkMBB);
138 loop2MBB->addSuccessor(sinkMBB);
140 sinkMBB->addSuccessor(exitMBB, BranchProbability::getOne());
151 .addReg(Scratch2).addReg(ShiftCmpVal).addMBB(sinkMBB);
173 // sinkMBB:
176 BuildMI(sinkMBB, DL, TII->get(Mips::SRLV), Dest)
180 BuildMI(sinkMBB, DL, TII->get(SEOp), Dest).addReg(Dest);
184 BuildMI(sinkMBB, DL, TII->get(Mips::SLL), Dest
    [all...]
Mips16ISelLowering.cpp 543 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB);
545 F->insert(It, sinkMBB);
547 // Transfer the remainder of BB and its successor edges to sinkMBB.
548 sinkMBB->splice(sinkMBB->begin(), BB,
550 sinkMBB->transferSuccessorsAndUpdatePHIs(BB);
554 BB->addSuccessor(sinkMBB);
558 .addMBB(sinkMBB);
562 // # fallthrough to sinkMBB
566 BB->addSuccessor(sinkMBB);
    [all...]
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 543 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB);
545 F->insert(It, sinkMBB);
547 // Transfer the remainder of BB and its successor edges to sinkMBB.
548 sinkMBB->splice(sinkMBB->begin(), BB,
550 sinkMBB->transferSuccessorsAndUpdatePHIs(BB);
554 BB->addSuccessor(sinkMBB);
558 .addMBB(sinkMBB);
562 // # fallthrough to sinkMBB
566 BB->addSuccessor(sinkMBB);
    [all...]
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 738 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB);
740 F->insert(It, sinkMBB);
742 // Transfer the remainder of BB and its successor edges to sinkMBB.
743 sinkMBB->splice(sinkMBB->begin(), BB,
746 sinkMBB->transferSuccessorsAndUpdatePHIs(BB);
750 BB->addSuccessor(sinkMBB);
754 BuildMI(BB, dl, TII->get(Opc)).addMBB(sinkMBB);
757 .addReg(Mips::ZERO).addMBB(sinkMBB);
761 // # fallthrough to sinkMBB
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 794 milliseconds