Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp647 MachineInstr *BranchMI = getLoopendBlockBranchInstr(SrcMBB); in replaceInstrUseOfBlockWith() local
909 MachineInstr *BranchMI = getNormalBlockBranchInstr(MBB); in ifPatternMatch() local
1342 mergeIfthenelseBlock(MachineInstr * BranchMI,MachineBasicBlock * MBB,MachineBasicBlock * TrueMBB,MachineBasicBlock * FalseMBB,MachineBasicBlock * LandMBB) mergeIfthenelseBlock() argument
1413 MachineInstr *BranchMI = getLoopendBlockBranchInstr(ExitingMBB); mergeLoopbreakBlock() local
1519 MachineInstr *BranchMI = getNormalBlockBranchInstr(SrcMBB); migrateInstruction() local
1546 MachineInstr *BranchMI = getLoopendBlockBranchInstr(LoopLatch); normalizeInfiniteLoopExit() local
1561 MachineInstr *BranchMI; removeUnconditionalBranch() local
1581 MachineInstr *BranchMI = getNormalBlockBranchInstr(MBB); removeRedundantConditionalBranch() local
[all...]
H A DSILateBranchLowering.cpp137 auto BranchMI = BuildMI(MBB, MI, DL, TII->get(AMDGPU::S_CBRANCH_SCC0)) in earlyTerm() local
H A DSIPreEmitPeephole.cpp212 for (auto *BranchMI : ToRemove) { in optimizeVccBranch() local
H A DSILowerControlFlow.cpp837 MachineInstr *BranchMI = BuildMI(*FallThrough, FallThrough->end(), removeMBBifRedundant() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3534 [this, MF](const MachineJumpTableInfo &JTI, const MachineInstr &BranchMI, in collectDebugInfoForJumpTables()
3535 int64_t JumpTableIndex) { in collectDebugInfoForJumpTables()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1661 auto BranchMI = MIB.buildInstr(Opc, {}, {CompareReg}).addMBB(DestMBB); emitCBZ() local