Searched refs:DestMBB (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 345 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 D | AArch64InstructionSelector.cpp | 371 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 D | X86InstructionSelector.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86InstructionSelector.cpp | 1534 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 D | PPCISelDAGToDAG.cpp | 585 const SDValue &DestMBB) { in getBranchHint() argument 586 assert(isa<BasicBlockSDNode>(DestMBB)); in getBranchHint() 624 const BasicBlockSDNode *BBDN = cast<BasicBlockSDNode>(DestMBB); in getBranchHint()
|