HomeSort by relevance Sort by last modified time
    Searched refs:getMBB (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 114 MachineBasicBlock *Dest = I->getOperand(0).getMBB();
  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp 79 MO.getMBB()->getSymbol(), Ctx));
SILowerControlFlow.cpp 136 if (!shouldSkip(*From.getParent()->succ_begin(), To.getMBB()))
290 if (MI.getOperand(0).getMBB() == MI.getParent()->getNextNode())
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 217 MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
253 TBB = LastInst->getOperand(0).getMBB();
257 TBB = LastInst->getOperand(0).getMBB();
262 TBB = LastInst->getOperand(1).getMBB();
278 TBB = SecondLastInst->getOperand(1).getMBB();
282 FBB = LastInst->getOperand(0).getMBB();
289 TBB = SecondLastInst->getOperand(0).getMBB();
299 TBB = SecondLastInst->getOperand(0).getMBB();
301 FBB = LastInst->getOperand(0).getMBB();
    [all...]
HexagonHardwareLoops.cpp 351 if (Phi->getOperand(i+1).getMBB() != Latch)
471 MachineBasicBlock *MBB = IV_Phi->getOperand(i+1).getMBB();
    [all...]
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 175 MachineBasicBlock *PHIBB = MI->getOperand(i+1).getMBB();
190 MachineBasicBlock *PHIBB = MI->getOperand(i+1).getMBB();
356 if (MI->getOperand(i+1).getMBB() == SrcBB)
476 if (MO.getMBB() == FromBB) {
491 if (MO.getMBB() == FromBB) {
    [all...]
EarlyIfConversion.cpp 414 if (PI.PHI->getOperand(i+1).getMBB() == TPred)
416 if (PI.PHI->getOperand(i+1).getMBB() == FPred)
490 MachineBasicBlock *MBB = PI.PHI->getOperand(i-1).getMBB();
MachineSink.cpp 180 UseInst->getOperand(OpNo+1).getMBB() == DefMBB)) {
196 UseBlock = UseInst->getOperand(OpNo+1).getMBB();
LiveRangeCalc.cpp 85 Idx = Indexes->getMBBEndIdx(MI->getOperand(OpNo+1).getMBB());
MachineBasicBlock.cpp 615 if (MO.getMBB() == fromMBB)
817 if (i->getOperand(ni+1).getMBB() == this)
865 if (I->getOperand(ni+1).getMBB() == NMBB) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 172 MCSymbolRefExpr::Create(MO.getMBB()->getSymbol(), Ctx));
AArch64ConditionalCompares.cpp 222 MachineBasicBlock *MBB = I.getOperand(oi + 1).getMBB();
248 if (I.getOperand(oi - 1).getMBB() == CmpBB) {
AArch64InstrInfo.cpp 67 Target = LastInst->getOperand(1).getMBB();
74 Target = LastInst->getOperand(1).getMBB();
83 Target = LastInst->getOperand(2).getMBB();
117 TBB = LastInst->getOperand(0).getMBB();
141 TBB = LastInst->getOperand(0).getMBB();
157 FBB = LastInst->getOperand(0).getMBB();
164 TBB = SecondLastInst->getOperand(0).getMBB();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 235 const MachineBasicBlock *getMBB() const { return MBB; }
ARMConstantIslandPass.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 188 MO.getMBB()->getSymbol(), AP.OutContext));
PPCCodeEmitter.cpp 180 RelocID, MO.getMBB());
  /external/llvm/lib/Target/Sparc/
SparcCodeEmitter.cpp 190 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 278 TBB = Branch.Target->getMBB();
290 if (MBB.isLayoutSuccessor(Branch.Target->getMBB())) {
298 TBB = Branch.Target->getMBB();
306 TBB = Branch.Target->getMBB();
317 if (TBB != Branch.Target->getMBB())
    [all...]
SystemZLongBranch.cpp 253 TII->getBranchInfo(MI).Target->getMBB()->getNumber();
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 223 O << *MO.getMBB()->getSymbol();
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 448 MachineBasicBlock &getMBB() const { return MBB; }
MachineOperand.h 422 MachineBasicBlock *getMBB() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 403 OS << *MI->getOperand(OpNo).getMBB()->getSymbol();

Completed in 1257 milliseconds

12 3 4