Searched defs:BranchMI (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineCFGStructurizer.cpp | 647 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 D | SILateBranchLowering.cpp | 137 auto BranchMI = BuildMI(MBB, MI, DL, TII->get(AMDGPU::S_CBRANCH_SCC0)) in earlyTerm() local
|
H A D | SIPreEmitPeephole.cpp | 212 for (auto *BranchMI : ToRemove) { in optimizeVccBranch() local
|
H A D | SILowerControlFlow.cpp | 837 MachineInstr *BranchMI = BuildMI(*FallThrough, FallThrough->end(), removeMBBifRedundant() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 3534 [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 D | AArch64InstructionSelector.cpp | 1661 auto BranchMI = MIB.buildInstr(Opc, {}, {CompareReg}).addMBB(DestMBB); emitCBZ() local
|