Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp589 MachineBasicBlock *DestMBB = I.getOperand(1).getMBB(); in selectCompareBranch() local
624 .addMBB(DestMBB) in selectCompareBranch()
780 MachineBasicBlock *DestMBB = I.getOperand(1).getMBB(); in select() local
788 .addMBB(DestMBB); in select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp1301 MachineBasicBlock *DestMBB = I.getOperand(1).getMBB(); in selectCondBranch() local
1308 .addMBB(DestMBB); in selectCondBranch()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp399 const SDValue &DestMBB) { in getBranchHint() argument
400 assert(isa<BasicBlockSDNode>(DestMBB)); in getBranchHint()
438 const BasicBlockSDNode *BBDN = cast<BasicBlockSDNode>(DestMBB); in getBranchHint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp487 const SDValue &DestMBB) { in getBranchHint() argument
488 assert(isa<BasicBlockSDNode>(DestMBB)); in getBranchHint()
526 const BasicBlockSDNode *BBDN = cast<BasicBlockSDNode>(DestMBB); in getBranchHint()