Searched refs:MIMetadata (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 335 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 D | FastISel.h | 208 MIMetadata MIMD;
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | PCSectionsMetadata.rst | 108 ``MIMetadata`` bundle.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 5629 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 D | AArch64ExpandPseudoInsts.cpp | 193 MIMetadata MIMD(MI); in expandCMP_SWAP() 272 MIMetadata MIMD(MI); in expandCMP_SWAP_128()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 996 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 D | FastISel.cpp | 1504 MIMD = MIMetadata(*I); in selectInstruction() 2184 MIMD = MIMetadata(*Inst); in handlePHINodesInSuccessorBlocks()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | InstructionSelectorImpl.h | 868 MIMetadata(*State.MIs[0]), TII.get(Opcode)); in executeMatchTable()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 2354 BuildMI(MBB, I, MIMetadata(I), TII.get(TargetOpcode::MEMBARRIER)); in earlySelect() 2356 BuildMI(MBB, I, MIMetadata(I), TII.get(AArch64::DMB)) in earlySelect()
|