Home
last modified time | relevance | path

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

/freebsd/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.cpp231 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitBlock()
H A DX86SpeculativeLoadHardening.cpp306 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitEdge()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp135 MI.addOperand(MF, MachineOperand::CreateMBB(TBB)); in fixBrTableDefault()
H A DWebAssemblyLateEHPrepare.cpp268 TI->addOperand(MachineOperand::CreateMBB(getMatchingEHPad(TI))); in replaceFuncletReturns()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h862 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
H A DMachineInstrBuilder.h150 MI->addOperand(*MF, MachineOperand::CreateMBB(MBB, TargetFlags));
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1905 NewPN->addOperand(MachineOperand::CreateMBB(PredB)); in createPreheaderForLoop()
1918 PN->addOperand(MachineOperand::CreateMBB(NewPH)); in createPreheaderForLoop()
H A DHexagonEarlyIfConv.cpp853 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.cpp797 NewOps.push_back(MachineOperand::CreateMBB(It->second)); in processSwitches()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1832 MI.addOperand(MachineOperand::CreateMBB(*PI)); in peelPrologAndEpilogs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2121 Dest = MachineOperand::CreateMBB(MBB); in parseMBBOperand()