Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h320 const MachineInstrBuilder &setPCSections(MDNode *MD) const { in setPCSections() function
322 MI->setPCSections(*MF, MD); in setPCSections()
376 .setPCSections(MIMD.getPCSections()) in BuildMI()
385 .setPCSections(MIMD.getPCSections()) in BuildMI()
401 .setPCSections(MIMD.getPCSections()) in BuildMI()
420 .setPCSections(MIMD.getPCSections()) in BuildMI()
453 .setPCSections(MIMD.getPCSections()) in BuildMI()
465 .setPCSections(MIMD.getPCSections()) in BuildMI()
H A DMachineInstr.h1931 void setPCSections(MachineFunction &MF, MDNode *MD);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h358 setPCSections(MI.getPCSections()); in setInstr()
388 void setPCSections(MDNode *MD) { State.PCSections = MD; } in setPCSections() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp901 MI->setPCSections(MF, MD); in EmitSchedule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp517 void MachineInstr::setPCSections(MachineFunction &MF, MDNode *PCSections) { in setPCSections() function in MachineInstr
557 setPCSections(MF, MI.getPCSections()); in cloneInstrSymbols()
H A DTargetInstrInfo.cpp1171 .setPCSections(MIMD.getPCSections()) in reassociateOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1283 MIB1->setPCSections(MF, MI.getPCSections()); in expandMI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1193 MI->setPCSections(MF, PCSections); in parse()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3481 CurBuilder->setPCSections(Inst.getMetadata(LLVMContext::MD_pcsections)); in translate()