Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp345 MachineBasicBlock *DestMBB = getMBB(Dest); in set() local
346 auto &Srcs = UnwindDestToSrcs[DestMBB]; in set()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp371 MachineBasicBlock *DestMBB,
1671 MachineBasicBlock *DestMBB, in emitCBZ() argument
1685 auto BranchMI = MIB.buildInstr(Opc, {}, {CompareReg}).addMBB(DestMBB); in emitCBZ()
1701 MachineBasicBlock *DestMBB = I.getOperand(1).getMBB(); in selectCompareBranchFedByFCmp() local
1702 MIB.buildInstr(AArch64::Bcc, {}, {}).addImm(CC1).addMBB(DestMBB); in selectCompareBranchFedByFCmp()
1704 MIB.buildInstr(AArch64::Bcc, {}, {}).addImm(CC2).addMBB(DestMBB); in selectCompareBranchFedByFCmp()
1722 MachineBasicBlock *DestMBB = I.getOperand(1).getMBB(); in tryOptCompareBranchFedByICmp() local
1744 emitTestBit(LHS, Bit, /*IsNegative = */ false, DestMBB, MIB); in tryOptCompareBranchFedByICmp()
1753 emitTestBit(LHS, Bit, /*IsNegative = */ true, DestMBB, MIB); in tryOptCompareBranchFedByICmp()
1762 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.cpp1534 MachineBasicBlock *DestMBB = I.getOperand(1).getMBB(); in selectCondBranch() local
1541 .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()