Searched refs:thisMBB (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp512 // thisMBB:
518 MachineBasicBlock *thisMBB = BB; local
547 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ]
553 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB)
575 // thisMBB:
581 MachineBasicBlock *thisMBB = BB; local
611 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ]
617 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB)
640 // thisMBB:
646 MachineBasicBlock *thisMBB local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14100 // thisMBB:
14109 MachineBasicBlock *thisMBB = MBB; local
14121 // thisMBB:
14125 BuildMI(thisMBB, DL, TII->get(X86::XBEGIN_4)).addMBB(sinkMBB);
14126 thisMBB->addSuccessor(mainMBB);
14127 thisMBB->addSuccessor(sinkMBB);
14330 // thisMBB:
14333 // t4 = phi(t1 / thisMBB, t3 / mainMBB)
14342 MachineBasicBlock *thisMBB = MBB; local
14355 // thisMBB
14628 MachineBasicBlock *thisMBB = MBB; local
14983 MachineBasicBlock *thisMBB = MBB; local
15315 MachineBasicBlock *thisMBB = BB; local
15644 MachineBasicBlock *thisMBB = MBB; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5927 // thisMBB:
6008 // thisMBB:
6115 // thisMBB:
6129 MachineBasicBlock *thisMBB = MBB; local
6153 // thisMBB:
6164 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::STD))
6180 MIB = BuildMI(*thisMBB, MI, DL,
6188 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::BCLalways)).addMBB(mainMBB);
6193 BuildMI(*thisMBB, MI, DL, TII->get(PPC::LI), restoreDstReg).addImm(1);
6195 MIB = BuildMI(*thisMBB, M
6386 MachineBasicBlock *thisMBB = BB; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1329 // thisMBB:
1335 MachineBasicBlock *thisMBB = BB; local
1364 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
1370 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB);
/freebsd-10.1-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1338 // thisMBB:
1344 MachineBasicBlock *thisMBB = BB; local
1373 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
1379 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2923 // thisMBB:
2928 MachineBasicBlock *thisMBB = BB; local
2956 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
2961 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB);
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6255 // thisMBB:
6346 // thisMBB:
6454 // thisMBB:
6573 // thisMBB:
7470 // thisMBB:
7808 // thisMBB:
7814 MachineBasicBlock *thisMBB = BB; local
7842 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
7848 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);

Completed in 236 milliseconds