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

12 3

  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 73 Symbol = MO.getMBB()->getSymbol();
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 122 MachineBasicBlock *Dest = I->getOperand(2).getMBB();
PPCCTRLoops.cpp 287 MachineBasicBlock *MBB = MPhi->getOperand(i+1).getMBB();
346 if (!L->contains(IV_Inst->getOperand(2).getMBB())) {
755 MachineBasicBlock *BranchTarget = LastI->getOperand(2).getMBB();
PPCCodeEmitter.cpp 174 RelocID, MO.getMBB());
PPCMCInstLower.cpp 172 MO.getMBB()->getSymbol(), AP.OutContext));
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 351 if (Phi->getOperand(i+1).getMBB() != Latch)
471 MachineBasicBlock *MBB = IV_Phi->getOperand(i+1).getMBB();
    [all...]
HexagonAsmPrinter.cpp 88 O << *MO.getMBB()->getSymbol();
HexagonInstrInfo.cpp 216 TBB = LastInst->getOperand(0).getMBB();
221 TBB = LastInst->getOperand(1).getMBB();
227 TBB = LastInst->getOperand(1).getMBB();
248 TBB = SecondLastInst->getOperand(1).getMBB();
250 FBB = LastInst->getOperand(0).getMBB();
257 TBB = SecondLastInst->getOperand(1).getMBB();
260 FBB = LastInst->getOperand(0).getMBB();
268 TBB = SecondLastInst->getOperand(0).getMBB();
    [all...]
HexagonNewValueJump.cpp 435 jmpTarget = MI->getOperand(1).getMBB();
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 161 MachineBasicBlock *PHIBB = MI->getOperand(i+1).getMBB();
176 MachineBasicBlock *PHIBB = MI->getOperand(i+1).getMBB();
344 if (MI->getOperand(i+1).getMBB() == SrcBB)
468 if (MO.getMBB() == FromBB) {
483 if (MO.getMBB() == FromBB) {
    [all...]
EarlyIfConversion.cpp 413 if (PI.PHI->getOperand(i+1).getMBB() == TPred)
415 if (PI.PHI->getOperand(i+1).getMBB() == FPred)
489 MachineBasicBlock *MBB = PI.PHI->getOperand(i-1).getMBB();
MachineSink.cpp 190 UseInst->getOperand(I.getOperandNo()+1).getMBB() == DefMBB)) {
207 UseBlock = UseInst->getOperand(I.getOperandNo()+1).getMBB();
MachineBasicBlock.cpp 572 if (MO.getMBB() == fromMBB)
769 if (i->getOperand(ni+1).getMBB() == this)
817 if (I->getOperand(ni+1).getMBB() == NMBB) {
    [all...]
LiveRangeCalc.cpp 86 Idx = Indexes->getMBBEndIdx(MI->getOperand(I.getOperandNo()+1).getMBB());
MachineInstr.cpp 186 return getMBB() == Other.getMBB();
225 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getMBB());
333 OS << "<BB#" << getMBB()->getNumber() << ">";
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 236 O << *MO.getMBB()->getSymbol();
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 260 TBB = LastInst->getOperand(0).getMBB();
267 TBB = LastInst->getOperand(0).getMBB();
286 TBB = SecondLastInst->getOperand(0).getMBB();
287 FBB = LastInst->getOperand(0).getMBB();
SILowerControlFlow.cpp 135 if (!shouldSkip(*From.getParent()->succ_begin(), To.getMBB()))
287 MachineBasicBlock *Target = MI.getOperand(0).getMBB();
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 93 O << *MO.getMBB()->getSymbol();
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
MLxExpansionPass.cpp 156 if (DefMI->getOperand(i + 1).getMBB() == MBB) {
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 227 O << *MO.getMBB()->getSymbol();
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 398 MachineBasicBlock &getMBB() const { return MBB; }
MachineOperand.h 417 MachineBasicBlock *getMBB() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 385 OS << *MI->getOperand(OpNo).getMBB()->getSymbol();

Completed in 477 milliseconds

12 3