Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp118 auto CreateMBB = [&]() { in INITIALIZE_PASS() local
129 auto *ElseMBB = CreateMBB(); in INITIALIZE_PASS()
136 auto *ThenMBB = CreateMBB(); in INITIALIZE_PASS()
168 auto *ThenMBB = CreateMBB(); in INITIALIZE_PASS()
H A DX86FlagsCopyLowering.cpp333 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitBlock()
H A DX86SpeculativeLoadHardening.cpp306 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitEdge()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp130 MI.addOperand(MF, MachineOperand::CreateMBB(TBB)); in fixBrTableDefault()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h148 MI->addOperand(*MF, MachineOperand::CreateMBB(MBB, TargetFlags));
H A DMachineOperand.h816 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp723 I.Br->addOperand(MachineOperand::CreateMBB(LongBrMBB)); in expandToLongBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1922 NewPN->addOperand(MachineOperand::CreateMBB(PredB)); in createPreheaderForLoop()
1935 PN->addOperand(MachineOperand::CreateMBB(NewPH)); in createPreheaderForLoop()
H A DHexagonEarlyIfConv.cpp855 PN->addOperand(MachineOperand::CreateMBB(FP.SplitB)); in updatePhiNodes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1811 MI.addOperand(MachineOperand::CreateMBB(*PI)); in peelPrologAndEpilogs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1842 Dest = MachineOperand::CreateMBB(MBB); in parseMBBOperand()