Home
last modified time | relevance | path

Searched refs:DstMBB (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp184 PathToKind singlePathTo(MachineBasicBlock *SrcMBB, MachineBasicBlock *DstMBB,
229 static void cloneSuccessorList(MachineBasicBlock *DstMBB,
264 MachineBasicBlock *SrcMBB, MachineBasicBlock *DstMBB);
265 void mergeSerialBlock(MachineBasicBlock *DstMBB,
271 void mergeLooplandBlock(MachineBasicBlock *DstMBB,
304 MachineBasicBlock *DstMBB, MachineBasicBlock::iterator I);
364 MachineBasicBlock *SrcMBB, MachineBasicBlock *DstMBB, in singlePathTo() argument
366 assert(DstMBB); in singlePathTo()
367 if (SrcMBB == DstMBB) in singlePathTo()
371 if (SrcMBB == DstMBB) in singlePathTo()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp126 MachineBasicBlock *DstMBB,
291 MachineBasicBlock *DstMBB,
1364 Register TestReg, uint64_t Bit, bool IsNegative, MachineBasicBlock *DstMBB, in emitTestBit() argument
1391 MIB.buildInstr(Opc).addReg(TestReg).addImm(Bit).addMBB(DstMBB); in emitTestBit()
1397 MachineInstr &AndInst, bool Invert, MachineBasicBlock *DstMBB, in tryOptAndIntoCompareBranch() argument
1433 emitTestBit(TestReg, Bit, Invert, DstMBB, MIB); in tryOptAndIntoCompareBranch()