Searched defs:BranchMI (Results 1 – 6 of 6) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | R600MachineCFGStructurizer.cpp | 647 MachineInstr *BranchMI = getLoopendBlockBranchInstr(SrcMBB); in replaceInstrUseOfBlockWith() local 909 MachineInstr *BranchMI = getNormalBlockBranchInstr(MBB); in ifPatternMatch() local 1342 void R600MachineCFGStructurizer::mergeIfthenelseBlock(MachineInstr *BranchMI, in mergeIfthenelseBlock() 1413 MachineInstr *BranchMI = getLoopendBlockBranchInstr(ExitingMBB); in mergeLoopbreakBlock() local 1519 MachineInstr *BranchMI = getNormalBlockBranchInstr(SrcMBB); in migrateInstruction() local 1546 MachineInstr *BranchMI = getLoopendBlockBranchInstr(LoopLatch); in normalizeInfiniteLoopExit() local 1561 MachineInstr *BranchMI; in removeUnconditionalBranch() local 1581 MachineInstr *BranchMI = getNormalBlockBranchInstr(MBB); in removeRedundantConditionalBranch() local
|
| HD | SILateBranchLowering.cpp | 137 auto BranchMI = BuildMI(MBB, MI, DL, TII->get(AMDGPU::S_CBRANCH_SCC0)) in earlyTerm() local
|
| HD | SIPreEmitPeephole.cpp | 212 for (auto *BranchMI : ToRemove) { in optimizeVccBranch() local
|
| HD | SILowerControlFlow.cpp | 746 MachineInstr *BranchMI = BuildMI(*FallThrough, FallThrough->end(), in removeMBBifRedundant() local
|
| /freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | CodeViewDebug.cpp | 3534 [this, MF](const MachineJumpTableInfo &JTI, const MachineInstr &BranchMI, in collectDebugInfoForJumpTables() 3535 int64_t JumpTableIndex) { in collectDebugInfoForJumpTables()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| HD | AArch64InstructionSelector.cpp | 1677 auto BranchMI = MIB.buildInstr(Opc, {}, {CompareReg}).addMBB(DestMBB); in emitCBZ() local
|