Home
last modified time | relevance | path

Searched refs:setMBB (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonCFGOptimizer.cpp104 MI.getOperand(1).setMBB(NewTarget); in InvertAndChangeJumpTarget()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchInstrInfo.cpp475 PCALAU12I.getOperand(1).setMBB(&RestoreBB); in insertIndirectBranch()
476 ADDI.getOperand(2).setMBB(&RestoreBB); in insertIndirectBranch()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineOperand.h727 void setMBB(MachineBasicBlock *MBB) { in setMBB() function
865 Op.setMBB(MBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTailDuplicator.cpp538 MI.getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs()
549 MI.getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs()
HDMachineBasicBlock.cpp1494 MO.setMBB(New); in ReplaceUsesOfBlockWith()
1507 MO.setMBB(New); in replacePhiUsesWith()
HDEarlyIfConversion.cpp667 PI.PHI->getOperand(i-1).setMBB(Head); in rewritePHIOperands()
HDModuloSchedule.cpp1702 NewMI->getOperand(2).setMBB(*DestBB->pred_begin()); in moveStageBetweenBlocks()
2455 Phi.getOperand(Idx + 1).setMBB(NewMBB); in replacePhiSrc()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyFixIrreducibleControlFlow.cpp467 Op.setMBB(Map[{Op.getMBB(), PredInLoop}]); in makeSingleEntryLoop()
HDWebAssemblyCFGStackify.cpp1427 MO.setMBB(BrDest); in fixCatchUnwindMismatches()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCBranchCoalescing.cpp408 MO.setMBB(TargetMBB); in moveAndUpdatePHIs()
HDPPCReduceCRLogicals.cpp71 MO.setMBB(NewMBB); in updatePHIs()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYConstantIslandPass.cpp1315 BMI->getOperand(BMI->getNumExplicitOperands() - 1).setMBB(DestBB); in fixupConditionalBr()
1316 MI->getOperand(MI->getNumExplicitOperands() - 1).setMBB(NewDest); in fixupConditionalBr()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/GISel/
HDX86CallLowering.cpp314 MIRBuilder.setMBB(MBB); in lowerFormalArguments()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDIRTranslator.cpp843 MIB.setMBB(*MBB); in emitJumpTable()
857 MIB.setMBB(*HeaderBB); in emitJumpTableHeader()
904 MIB.setMBB(*CB.ThisBB); in emitSwitchCase()
1085 MIB.setMBB(*SwitchBB); in emitBitTestHeader()
1146 MIB.setMBB(*SwitchBB); in emitBitTestCase()
3901 EntryBuilder->setMBB(*EntryBB); in runOnMachineFunction()
3975 CurBuilder->setMBB(MBB); in runOnMachineFunction()
HDRegBankSelect.cpp689 MIRBuilder.setMBB(*MBB); in assignRegisterBanks()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsConstantIslandPass.cpp1586 BMI->getOperand(BMITargetOperand).setMBB(DestBB); in fixupConditionalBr()
1587 MI->getOperand(TargetOperand).setMBB(NewDest); in fixupConditionalBr()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMCallLowering.cpp426 MIRBuilder.setMBB(MBB); in lowerFormalArguments()
HDARMConstantIslandPass.cpp1787 BMI->getOperand(0).setMBB(DestBB); in fixupConditionalBr()
1788 MI->getOperand(0).setMBB(NewDest); in fixupConditionalBr()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUMachineCFGStructurizer.cpp296 PHI.getOperand(Index * 2 + 2).setMBB(NewPred); in setPhiPred()
1258 UI.setMBB(Succ); in fixMBBTerminator()
1289 UI.setMBB(ExternalSucc); in fixRegionTerminator()
2506 UI.setMBB(EntrySucc); in splitEntry()
HDR600MachineCFGStructurizer.cpp538 MI->getOperand(0).setMBB(MBB); in setTrueBranch()
HDAMDGPURegisterBankInfo.cpp858 B.setMBB(*LoopBB); in executeInWaterfallLoop()
885 B.setMBB(MBB); in executeInWaterfallLoop()
888 B.setMBB(*LoopBB); in executeInWaterfallLoop()
969 B.setMBB(*RestoreExecBB); in executeInWaterfallLoop()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVCallLowering.cpp553 FirstBlockBuilder.setMBB(*MF.getBlockNumbered(0)); in lowerCall()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86SpeculativeLoadHardening.cpp243 Br->getOperand(0).setMBB(&NewMBB); in splitEdge()
300 OpMBB.setMBB(&NewMBB); in splitEdge()
HDX86FlagsCopyLowering.cpp222 OpMBB.setMBB(&NewMBB); in splitBlock()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDMachineIRBuilder.h345 void setMBB(MachineBasicBlock &MBB) { in setMBB() function
356 setMBB(*MI.getParent()); in setInstr()

12