Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp135 MI.addOperand(MF, MachineOperand::CreateMBB(TBB)); in fixBrTableDefault()
H A DWebAssemblyLateEHPrepare.cpp274 TI->addOperand(MachineOperand::CreateMBB(getMatchingEHPad(TI))); in replaceFuncletReturns()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp117 auto CreateMBB = [&]() { in INITIALIZE_PASS() local
128 auto *ElseMBB = CreateMBB(); in INITIALIZE_PASS()
135 auto *ThenMBB = CreateMBB(); in INITIALIZE_PASS()
167 auto *ThenMBB = CreateMBB(); in INITIALIZE_PASS()
H A DX86FlagsCopyLowering.cpp231 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitBlock()
H A DX86SpeculativeLoadHardening.cpp304 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitEdge()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h151 MI->addOperand(*MF, MachineOperand::CreateMBB(MBB, TargetFlags));
H A DMachineOperand.h867 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1942 NewPN->addOperand(MachineOperand::CreateMBB(PredB)); in createPreheaderForLoop()
1955 PN->addOperand(MachineOperand::CreateMBB(NewPH)); in createPreheaderForLoop()
H A DHexagonEarlyIfConv.cpp846 PN->addOperand(MachineOperand::CreateMBB(FP.SplitB)); in updatePhiNodes()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp726 I.Br->addOperand(MachineOperand::CreateMBB(LongBrMBB)); in expandToLongBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp987 NewOps.push_back(MachineOperand::CreateMBB(ReferencedBlock)); in processBlockAddr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1851 MI.addOperand(MachineOperand::CreateMBB(*PI)); in peelPrologAndEpilogs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2130 Dest = MachineOperand::CreateMBB(MBB); in parseMBBOperand()