Searched refs:DstMBB (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600MachineCFGStructurizer.cpp | 178 PathToKind singlePathTo(MachineBasicBlock *SrcMBB, MachineBasicBlock *DstMBB, 223 static void cloneSuccessorList(MachineBasicBlock *DstMBB, 258 MachineBasicBlock *SrcMBB, MachineBasicBlock *DstMBB); 259 void mergeSerialBlock(MachineBasicBlock *DstMBB, 265 void mergeLooplandBlock(MachineBasicBlock *DstMBB, 298 MachineBasicBlock *DstMBB, MachineBasicBlock::iterator I); 358 MachineBasicBlock *SrcMBB, MachineBasicBlock *DstMBB, in singlePathTo() argument 360 assert(DstMBB); in singlePathTo() 361 if (SrcMBB == DstMBB) in singlePathTo() 365 if (SrcMBB == DstMBB) in singlePathTo() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 136 MachineBasicBlock *DstMBB, 366 MachineBasicBlock *DstMBB, 1596 Register TestReg, uint64_t Bit, bool IsNegative, MachineBasicBlock *DstMBB, in emitTestBit() argument 1623 MIB.buildInstr(Opc).addReg(TestReg).addImm(Bit).addMBB(DstMBB); in emitTestBit() 1629 MachineInstr &AndInst, bool Invert, MachineBasicBlock *DstMBB, in tryOptAndIntoCompareBranch() argument 1665 emitTestBit(TestReg, Bit, Invert, DstMBB, MIB); in tryOptAndIntoCompareBranch()
|