Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h335 class MIMetadata {
337 MIMetadata() = default;
338 MIMetadata(DebugLoc DL, MDNode *PCSections = nullptr)
340 MIMetadata(const DILocation *DI, MDNode *PCSections = nullptr)
342 explicit MIMetadata(const Instruction &From) in MIMetadata() function
345 explicit MIMetadata(const MachineInstr &From) in MIMetadata() function
357 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const MIMetadata &MIMD, in BuildMI()
365 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const MIMetadata &MIMD, in BuildMI()
377 const MIMetadata &MIMD, in BuildMI()
395 const MIMetadata &MIMD, in BuildMI()
[all …]
H A DFastISel.h208 MIMetadata MIMD;
/openbsd-src/gnu/llvm/llvm/docs/
H A DPCSectionsMetadata.rst108 ``MIMetadata`` bundle.
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5629 MIB = BuildMI(MF, MIMetadata(Root), TII->get(MaddOpc), ResultReg) in genFusedMultiply()
5634 MIB = BuildMI(MF, MIMetadata(Root), TII->get(MaddOpc), ResultReg) in genFusedMultiply()
5640 MIB = BuildMI(MF, MIMetadata(Root), TII->get(MaddOpc), ResultReg) in genFusedMultiply()
5681 MIB = BuildMI(MF, MIMetadata(Root), TII->get(MulOpc), ResultReg) in genIndexedMultiply()
5711 BuildMI(MF, MIMetadata(Root), TII->get(MnegOpc), NewVR) in genNeg()
5807 BuildMI(MF, MIMetadata(Root), TII->get(MaddOpc), ResultReg) in genMaddR()
5849 BuildMI(MF, MIMetadata(Root), TII->get(Opcode), NewVR) in genSubAdd2SubSub()
5853 BuildMI(MF, MIMetadata(Root), TII->get(Opcode), ResultReg) in genSubAdd2SubSub()
5968 MIB1 = BuildMI(MF, MIMetadata(Root), TII->get(OrrOpc), NewVR) in genAlternativeCodeSequence()
5980 MIB1 = BuildMI(MF, MIMetadata(Root), TII->get(MovI->Opcode), NewVR) in genAlternativeCodeSequence()
[all …]
H A DAArch64ExpandPseudoInsts.cpp193 MIMetadata MIMD(MI); in expandCMP_SWAP()
272 MIMetadata MIMD(MI); in expandCMP_SWAP_128()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp996 BuildMI(*MF, MIMetadata(Prev), TII->get(NewPrevOpc), NewVR) in reassociateOps()
1007 BuildMI(*MF, MIMetadata(Root), TII->get(NewRootOpc), RegC) in reassociateOps()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1504 MIMD = MIMetadata(*I); in selectInstruction()
2184 MIMD = MIMetadata(*Inst); in handlePHINodesInSuccessorBlocks()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h868 MIMetadata(*State.MIs[0]), TII.get(Opcode)); in executeMatchTable()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2354 BuildMI(MBB, I, MIMetadata(I), TII.get(TargetOpcode::MEMBARRIER)); in earlySelect()
2356 BuildMI(MBB, I, MIMetadata(I), TII.get(AArch64::DMB)) in earlySelect()