Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp98 auto CreateMBB = [&]() { in ExpandICallBranchFunnel() local
107 auto *ElseMBB = CreateMBB(); in ExpandICallBranchFunnel()
114 auto *ThenMBB = CreateMBB(); in ExpandICallBranchFunnel()
146 auto *ThenMBB = CreateMBB(); in ExpandICallBranchFunnel()
H A DX86FlagsCopyLowering.cpp337 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitBlock()
H A DX86SpeculativeLoadHardening.cpp309 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitEdge()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h135 MI->addOperand(*MF, MachineOperand::CreateMBB(MBB, TargetFlags));
H A DMachineOperand.h781 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp715 I.Br->addOperand(MachineOperand::CreateMBB(LongBrMBB)); in expandToLongBranch()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1924 NewPN->addOperand(MachineOperand::CreateMBB(PredB)); in createPreheaderForLoop()
1937 PN->addOperand(MachineOperand::CreateMBB(NewPH)); in createPreheaderForLoop()
H A DHexagonEarlyIfConv.cpp855 PN->addOperand(MachineOperand::CreateMBB(FP.SplitB)); in updatePhiNodes()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1484 Dest = MachineOperand::CreateMBB(MBB); in parseMBBOperand()