Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp104 MI.getOperand(1).setMBB(NewTarget); in InvertAndChangeJumpTarget()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp420 PCALAU12I.getOperand(1).setMBB(&RestoreBB); in insertIndirectBranch()
421 ADDI.getOperand(2).setMBB(&RestoreBB); in insertIndirectBranch()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOperand.h724 void setMBB(MachineBasicBlock *MBB) { in setMBB() function
858 Op.setMBB(MBB);
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp131 MIB.setMBB(*MBB); in addReturn()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTailDuplicator.cpp526 MI.getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs()
537 MI.getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs()
H A DMachineBasicBlock.cpp1377 I->getOperand(i).setMBB(New); in ReplaceUsesOfBlockWith()
1390 MO.setMBB(New); in replacePhiUsesWith()
H A DEarlyIfConversion.cpp669 PI.PHI->getOperand(i-1).setMBB(Head); in rewritePHIOperands()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp467 Op.setMBB(Map[{Op.getMBB(), PredInLoop}]); in makeSingleEntryLoop()
H A DWebAssemblyCFGStackify.cpp1427 MO.setMBB(BrDest); in fixCatchUnwindMismatches()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp409 MO.setMBB(TargetMBB); in moveAndUpdatePHIs()
H A DPPCReduceCRLogicals.cpp71 MO.setMBB(NewMBB); in updatePHIs()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp1315 BMI->getOperand(BMI->getNumExplicitOperands() - 1).setMBB(DestBB); in fixupConditionalBr()
1316 MI->getOperand(MI->getNumExplicitOperands() - 1).setMBB(NewDest); in fixupConditionalBr()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86CallLowering.cpp300 MIRBuilder.setMBB(MBB); in lowerFormalArguments()
H A DX86SpeculativeLoadHardening.cpp244 Br->getOperand(0).setMBB(&NewMBB); in splitEdge()
301 OpMBB.setMBB(&NewMBB); in splitEdge()
H A DX86FlagsCopyLowering.cpp324 OpMBB.setMBB(&NewMBB); in splitBlock()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp765 MIB.setMBB(*MBB); in emitJumpTable()
779 MIB.setMBB(*HeaderBB); in emitJumpTableHeader()
826 MIB.setMBB(*CB.ThisBB); in emitSwitchCase()
1007 MIB.setMBB(*SwitchBB); in emitBitTestHeader()
1068 MIB.setMBB(*SwitchBB); in emitBitTestCase()
3451 EntryBuilder->setMBB(*EntryBB); in runOnMachineFunction()
3525 CurBuilder->setMBB(MBB); in runOnMachineFunction()
H A DRegBankSelect.cpp685 MIRBuilder.setMBB(*MBB); in assignRegisterBanks()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp406 FirstBlockBuilder.setMBB(*MF.getBlockNumbered(0)); in lowerCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1586 BMI->getOperand(BMITargetOperand).setMBB(DestBB); in fixupConditionalBr()
1587 MI->getOperand(TargetOperand).setMBB(NewDest); in fixupConditionalBr()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp417 MIRBuilder.setMBB(MBB); in lowerFormalArguments()
H A DARMConstantIslandPass.cpp1773 BMI->getOperand(0).setMBB(DestBB); in fixupConditionalBr()
1774 MI->getOperand(0).setMBB(NewDest); in fixupConditionalBr()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp296 PHI.getOperand(Index * 2 + 2).setMBB(NewPred); in setPhiPred()
1260 UI.setMBB(Succ); in fixMBBTerminator()
1291 UI.setMBB(ExternalSucc); in fixRegionTerminator()
2511 UI.setMBB(EntrySucc); in splitEntry()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h335 void setMBB(MachineBasicBlock &MBB) { in setMBB() function
346 setMBB(*MI.getParent()); in setInstr()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp338 DstMO.setMBB(Src2DstMBB[DstMO.getMBB()]); in cloneMF()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp667 MIRBuilder.setMBB(MBB); in lowerFormalArguments()

12