Home
last modified time | relevance | path

Searched refs:DestMBB (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp371 MachineBasicBlock *DestMBB,
1663 MachineBasicBlock *DestMBB, in emitCBZ() argument
1677 auto BranchMI = MIB.buildInstr(Opc, {}, {CompareReg}).addMBB(DestMBB); in emitCBZ()
1693 MachineBasicBlock *DestMBB = I.getOperand(1).getMBB(); in selectCompareBranchFedByFCmp() local
1694 MIB.buildInstr(AArch64::Bcc, {}, {}).addImm(CC1).addMBB(DestMBB); in selectCompareBranchFedByFCmp()
1696 MIB.buildInstr(AArch64::Bcc, {}, {}).addImm(CC2).addMBB(DestMBB); in selectCompareBranchFedByFCmp()
1714 MachineBasicBlock *DestMBB = I.getOperand(1).getMBB(); in tryOptCompareBranchFedByICmp() local
1736 emitTestBit(LHS, Bit, /*IsNegative = */ false, DestMBB, MIB); in tryOptCompareBranchFedByICmp()
1745 emitTestBit(LHS, Bit, /*IsNegative = */ true, DestMBB, MIB); in tryOptCompareBranchFedByICmp()
1754 emitTestBit(LHS, Bit, /*IsNegative = */ false, DestMBB, MIB); in tryOptCompareBranchFedByICmp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1494 MachineBasicBlock *DestMBB = I.getOperand(1).getMBB(); in selectCondBranch() local
1501 .addMBB(DestMBB).addImm(X86::COND_NE); in selectCondBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp585 const SDValue &DestMBB) { in getBranchHint() argument
586 assert(isa<BasicBlockSDNode>(DestMBB)); in getBranchHint()
624 const BasicBlockSDNode *BBDN = cast<BasicBlockSDNode>(DestMBB); in getBranchHint()