Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h313 const MachineInstrBuilder &setPCSections(MDNode *MD) const { in setPCSections() function
315 MI->setPCSections(*MF, MD); in setPCSections()
360 .setPCSections(MIMD.getPCSections()); in BuildMI()
368 .setPCSections(MIMD.getPCSections()) in BuildMI()
383 .setPCSections(MIMD.getPCSections()) in BuildMI()
401 .setPCSections(MIMD.getPCSections()) in BuildMI()
432 return MachineInstrBuilder(MF, MI).setPCSections(MIMD.getPCSections()); in BuildMI()
442 return MachineInstrBuilder(MF, MI).setPCSections(MIMD.getPCSections()); in BuildMI()
H A DMachineInstr.h1846 void setPCSections(MachineFunction &MF, MDNode *MD);
/openbsd-src/gnu/llvm/llvm/docs/
H A DPCSectionsMetadata.rst92 ``MachineInstr::setPCSections()``). The instruction selectors and MIR
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h348 setPCSections(MI.getPCSections()); in setInstr()
373 void setPCSections(MDNode *MD) { State.PCSections = MD; } in setPCSections() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp496 void MachineInstr::setPCSections(MachineFunction &MF, MDNode *PCSections) { in setPCSections() function in MachineInstr
526 setPCSections(MF, MI.getPCSections()); in cloneInstrSymbols()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp898 MI->setPCSections(MF, MD); in EmitSchedule()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1142 MIB1->setPCSections(MF, MI.getPCSections()); in expandMI()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1176 MI->setPCSections(MF, PCSections); in parse()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3030 CurBuilder->setPCSections(Inst.getMetadata(LLVMContext::MD_pcsections)); in translate()