Home
last modified time | relevance | path

Searched defs:BranchMI (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp673 MachineInstr *BranchMI = getLoopendBlockBranchInstr(SrcMBB); in replaceInstrUseOfBlockWith() local
942 MachineInstr *BranchMI = getNormalBlockBranchInstr(MBB); in ifPatternMatch() local
1378 void AMDGPUCFGStructurizer::mergeIfthenelseBlock(MachineInstr *BranchMI, in mergeIfthenelseBlock()
1449 MachineInstr *BranchMI = getLoopendBlockBranchInstr(ExitingMBB); in mergeLoopbreakBlock() local
1556 MachineInstr *BranchMI = getNormalBlockBranchInstr(SrcMBB); in migrateInstruction() local
1583 MachineInstr *BranchMI = getLoopendBlockBranchInstr(LoopLatch); in normalizeInfiniteLoopExit() local
1598 MachineInstr *BranchMI; in removeUnconditionalBranch() local
1618 MachineInstr *BranchMI = getNormalBlockBranchInstr(MBB); in removeRedundantConditionalBranch() local
DSIPreEmitPeephole.cpp178 for (auto BranchMI : ToRemove) { in optimizeVccBranch() local
DSIInsertSkips.cpp251 MachineInstr *BranchMI = in skipIfDead() local
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp671 MachineInstr *BranchMI = getLoopendBlockBranchInstr(SrcMBB); in replaceInstrUseOfBlockWith() local
967 MachineInstr *BranchMI = getNormalBlockBranchInstr(MBB); in ifPatternMatch() local
1419 void AMDGPUCFGStructurizer::mergeIfthenelseBlock(MachineInstr *BranchMI, in mergeIfthenelseBlock()
1502 MachineInstr *BranchMI = getLoopendBlockBranchInstr(ExitingMBB); in mergeLoopbreakBlock() local
1610 MachineInstr *BranchMI = getNormalBlockBranchInstr(SrcMBB); in migrateInstruction() local
1641 MachineInstr *BranchMI = getLoopendBlockBranchInstr(LoopLatch); in normalizeInfiniteLoopExit() local
1656 MachineInstr *BranchMI; in removeUnconditionalBranch() local
1676 MachineInstr *BranchMI = getNormalBlockBranchInstr(MBB); in removeRedundantConditionalBranch() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp673 MachineInstr *BranchMI = getLoopendBlockBranchInstr(SrcMBB); in replaceInstrUseOfBlockWith() local
942 MachineInstr *BranchMI = getNormalBlockBranchInstr(MBB); in ifPatternMatch() local
1378 void AMDGPUCFGStructurizer::mergeIfthenelseBlock(MachineInstr *BranchMI, in mergeIfthenelseBlock()
1449 MachineInstr *BranchMI = getLoopendBlockBranchInstr(ExitingMBB); in mergeLoopbreakBlock() local
1556 MachineInstr *BranchMI = getNormalBlockBranchInstr(SrcMBB); in migrateInstruction() local
1583 MachineInstr *BranchMI = getLoopendBlockBranchInstr(LoopLatch); in normalizeInfiniteLoopExit() local
1598 MachineInstr *BranchMI; in removeUnconditionalBranch() local
1618 MachineInstr *BranchMI = getNormalBlockBranchInstr(MBB); in removeRedundantConditionalBranch() local
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp1472 auto BranchMI = MIB.buildInstr(Opc, {}, {CompareReg}).addMBB(DestMBB); in emitCBZ() local