/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBuilder.h | 375 return MachineInstrBuilder(MF, MF.CreateMachineInstr(MCID, MIMD.getDL())) in BuildMI() 384 return MachineInstrBuilder(MF, MF.CreateMachineInstr(MCID, MIMD.getDL())) in BuildMI() 398 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI() 417 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI() 450 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI() 462 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI()
|
H A D | MachineFunction.h | 991 MachineInstr *CreateMachineInstr(const MCInstrDesc &MCID, DebugLoc DL,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonHazardRecognizer.cpp | 52 MF->CreateMachineInstr(TII->get(TII->getDotNewOp(*MI)), in getHazardType() 132 MF->CreateMachineInstr(TII->get(TII->getDotNewOp(*MI)), in EmitInstruction()
|
H A D | HexagonVLIWPacketizer.cpp | 295 auto *ExtMI = MF.CreateMachineInstr(HII->get(Hexagon::A4_ext), DebugLoc()); in tryAllocateResourcesForConstExt() 894 MachineInstr *NewMI = MF.CreateMachineInstr(D, DebugLoc()); in canPromoteToDotNew()
|
H A D | HexagonHardwareLoops.cpp | 1885 MachineInstr *NewPN = MF->CreateMachineInstr(PD, DL); in createPreheaderForLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineCFGStructurizer.cpp | 437 MBB->getParent()->CreateMachineInstr(TII->get(NewOpcode), DL); in insertInstrEnd() 447 MBB->getParent()->CreateMachineInstr(TII->get(NewOpcode), DL); in insertInstrBefore() 461 MBB->getParent()->CreateMachineInstr(TII->get(NewOpcode), DebugLoc()); in insertInstrBefore() 473 MachineInstr *NewMI = MF->CreateMachineInstr(TII->get(NewOpcode), DL); in insertCondBranchBefore() 485 MachineInstr *NewInstr = MF->CreateMachineInstr(TII->get(NewOpcode), DL); in insertCondBranchBefore()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InsertPrefetch.cpp | 223 MF.CreateMachineInstr(Desc, Current->getDebugLoc(), true); in runOnMachineFunction()
|
H A D | X86InstrInfo.cpp | 7153 MF.CreateMachineInstr(TII.get(Opcode), MI.getDebugLoc(), true); in fuseTwoAddrInst() 7181 MF.CreateMachineInstr(TII.get(Opcode), MI.getDebugLoc(), true); in fuseInst() 8427 MachineInstr *DataMI = MF.CreateMachineInstr(MCID, MI.getDebugLoc(), true); in unfoldMemoryOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | FixupStatepointCallerSaved.cpp | 477 MF.CreateMachineInstr(TII.get(MI.getOpcode()), MI.getDebugLoc(), true); in rewriteStatepoint()
|
H A D | TargetInstrInfo.cpp | 527 MF.CreateMachineInstr(TII.get(MI.getOpcode()), MI.getDebugLoc(), true); in foldPatchpoint() 1170 MF, MF.CreateMachineInstr(MCID, MIMD.getDL(), /*NoImpl=*/true)) in reassociateOps()
|
H A D | MachineFunction.cpp | 397 MachineInstr *MachineFunction::CreateMachineInstr(const MCInstrDesc &MCID, in CreateMachineInstr() function in MachineFunction
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandPseudoInsts.cpp | 1279 MachineInstr *NewMI = MF.CreateMachineInstr( in expandMI()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 1176 MI = MF.CreateMachineInstr(MCID, DebugLocation, /*NoImplicit=*/true); in parse()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 589 MachineInstrBuilder MIB(MF, MF.CreateMachineInstr(MCID, DL)); in LowerCallResults()
|