Home
last modified time | relevance | path

Searched refs:CreateMBB (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp119 auto CreateMBB = [&]() { in INITIALIZE_PASS() local
130 auto *ElseMBB = CreateMBB(); in INITIALIZE_PASS()
137 auto *ThenMBB = CreateMBB(); in INITIALIZE_PASS()
169 auto *ThenMBB = CreateMBB(); in INITIALIZE_PASS()
H A DX86FlagsCopyLowering.cpp333 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitBlock()
H A DX86SpeculativeLoadHardening.cpp307 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitEdge()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp134 MI.addOperand(MF, MachineOperand::CreateMBB(TBB)); in fixBrTableDefault()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp537 Switch->addOperand(MachineOperand::CreateMBB(DefaultMBB)); in processSwitches()
540 Switch->addOperand(MachineOperand::CreateMBB(MBBs[k])); in processSwitches()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h148 MI->addOperand(*MF, MachineOperand::CreateMBB(MBB, TargetFlags));
H A DMachineOperand.h855 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1909 NewPN->addOperand(MachineOperand::CreateMBB(PredB)); in createPreheaderForLoop()
1922 PN->addOperand(MachineOperand::CreateMBB(NewPH)); in createPreheaderForLoop()
H A DHexagonEarlyIfConv.cpp855 PN->addOperand(MachineOperand::CreateMBB(FP.SplitB)); in updatePhiNodes()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp727 I.Br->addOperand(MachineOperand::CreateMBB(LongBrMBB)); in expandToLongBranch()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1829 MI.addOperand(MachineOperand::CreateMBB(*PI)); in peelPrologAndEpilogs()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2069 Dest = MachineOperand::CreateMBB(MBB); in parseMBBOperand()