Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp315 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitBlock()
H A DX86SpeculativeLoadHardening.cpp306 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitEdge()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp135 MI.addOperand(MF, MachineOperand::CreateMBB(TBB)); in fixBrTableDefault()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp584 Switch->addOperand(MachineOperand::CreateMBB(DefaultMBB)); in processSwitches()
587 Switch->addOperand(MachineOperand::CreateMBB(MBBs[k])); in processSwitches()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h862 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
H A DMachineInstrBuilder.h149 MI->addOperand(*MF, MachineOperand::CreateMBB(MBB, TargetFlags));
/freebsd-14.2/contrib/llvm-project/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.cpp853 PN->addOperand(MachineOperand::CreateMBB(FP.SplitB)); in updatePhiNodes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp727 I.Br->addOperand(MachineOperand::CreateMBB(LongBrMBB)); in expandToLongBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1824 MI.addOperand(MachineOperand::CreateMBB(*PI)); in peelPrologAndEpilogs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2112 Dest = MachineOperand::CreateMBB(MBB); in parseMBBOperand()