Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp134 MI.addOperand(MF, MachineOperand::CreateMBB(TBB)); in fixBrTableDefault()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp473 MI.addOperand(MachineOperand::CreateMBB(DefaultMBBs[Reg])); in processSwitches()
476 MI.addOperand(MachineOperand::CreateMBB(MBBs[i])); in processSwitches()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h148 MI->addOperand(*MF, MachineOperand::CreateMBB(MBB, TargetFlags));
H A DMachineOperand.h825 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1906 NewPN->addOperand(MachineOperand::CreateMBB(PredB)); in createPreheaderForLoop()
1919 PN->addOperand(MachineOperand::CreateMBB(NewPH)); in createPreheaderForLoop()
H A DHexagonEarlyIfConv.cpp855 PN->addOperand(MachineOperand::CreateMBB(FP.SplitB)); in updatePhiNodes()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp727 I.Br->addOperand(MachineOperand::CreateMBB(LongBrMBB)); in expandToLongBranch()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1808 MI.addOperand(MachineOperand::CreateMBB(*PI)); in peelPrologAndEpilogs()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2010 Dest = MachineOperand::CreateMBB(MBB); in parseMBBOperand()