| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCFGOptimizer.cpp | 104 MI.getOperand(1).setMBB(NewTarget); in InvertAndChangeJumpTarget()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.cpp | 420 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 D | MachineOperand.h | 724 void setMBB(MachineBasicBlock *MBB) { in setMBB() function 858 Op.setMBB(MBB);
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | Assembler.cpp | 131 MIB.setMBB(*MBB); in addReturn()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TailDuplicator.cpp | 526 MI.getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs() 537 MI.getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs()
|
| H A D | MachineBasicBlock.cpp | 1377 I->getOperand(i).setMBB(New); in ReplaceUsesOfBlockWith() 1390 MO.setMBB(New); in replacePhiUsesWith()
|
| H A D | EarlyIfConversion.cpp | 669 PI.PHI->getOperand(i-1).setMBB(Head); in rewritePHIOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 467 Op.setMBB(Map[{Op.getMBB(), PredInLoop}]); in makeSingleEntryLoop()
|
| H A D | WebAssemblyCFGStackify.cpp | 1427 MO.setMBB(BrDest); in fixCatchUnwindMismatches()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCBranchCoalescing.cpp | 409 MO.setMBB(TargetMBB); in moveAndUpdatePHIs()
|
| H A D | PPCReduceCRLogicals.cpp | 71 MO.setMBB(NewMBB); in updatePHIs()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantIslandPass.cpp | 1315 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 D | X86CallLowering.cpp | 300 MIRBuilder.setMBB(MBB); in lowerFormalArguments()
|
| H A D | X86SpeculativeLoadHardening.cpp | 244 Br->getOperand(0).setMBB(&NewMBB); in splitEdge() 301 OpMBB.setMBB(&NewMBB); in splitEdge()
|
| H A D | X86FlagsCopyLowering.cpp | 324 OpMBB.setMBB(&NewMBB); in splitBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 765 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 D | RegBankSelect.cpp | 685 MIRBuilder.setMBB(*MBB); in assignRegisterBanks()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVCallLowering.cpp | 406 FirstBlockBuilder.setMBB(*MF.getBlockNumbered(0)); in lowerCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsConstantIslandPass.cpp | 1586 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 D | ARMCallLowering.cpp | 417 MIRBuilder.setMBB(MBB); in lowerFormalArguments()
|
| H A D | ARMConstantIslandPass.cpp | 1773 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 D | AMDGPUMachineCFGStructurizer.cpp | 296 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 D | MachineIRBuilder.h | 335 void setMBB(MachineBasicBlock &MBB) { in setMBB() function 346 setMBB(*MI.getParent()); in setInstr()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/ |
| H A D | ReducerWorkItem.cpp | 338 DstMO.setMBB(Src2DstMBB[DstMO.getMBB()]); in cloneMF()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 667 MIRBuilder.setMBB(MBB); in lowerFormalArguments()
|