Home
last modified time | relevance | path

Searched refs:getPCSections (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h360 : DL(From.getDebugLoc()), PCSections(From.getPCSections()) {} in MIMetadata()
363 MDNode *getPCSections() const { return PCSections; } in getPCSections() function
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.h226 MDNode *getPCSections() const { in getPCSections() function
851 MDNode *getPCSections() const {
855 return EI->getPCSections();
H A DSelectionDAG.h2520 MDNode *getPCSections(const SDNode *Node) const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp367 getHeapAllocMarker(), getPCSections(), getCFIType(), in dropMemRefs()
379 getHeapAllocMarker(), getPCSections(), getCFIType(), in setMemRefs()
404 getPCSections() == MI.getPCSections() && getMMRAMetadata() && in cloneMemRefs()
490 getHeapAllocMarker(), getPCSections(), getCFIType(), in setPreInstrSymbol()
506 getHeapAllocMarker(), getPCSections(), getCFIType(), in setPostInstrSymbol()
516 Marker, getPCSections(), getCFIType(), getMMRAMetadata()); in setHeapAllocMarker()
521 if (PCSections == getPCSections()) in setPCSections()
535 getHeapAllocMarker(), getPCSections(), Type, getMMRAMetadata()); in setCFIType()
544 getHeapAllocMarker(), getPCSections(), getCFIType(), MMRAs); in setMMRAMetadata()
559 setPCSections(MF, MI.getPCSections()); in cloneInstrSymbols()
[all …]
H A DMIRPrinter.cpp845 if (MDNode *PCSections = MI.getPCSections()) { in printMI()
H A DTargetInstrInfo.cpp1403 .setPCSections(MIMD.getPCSections()) in reassociateOps()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h370 setPCSections(MI.getPCSections()); in setInstr()
403 MDNode *getPCSections() { return State.PCSections; } in getPCSections() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp903 if (MDNode *MD = DAG->getPCSections(Node)) in EmitSchedule()
H A DSelectionDAGDumper.cpp973 if (const auto *MD = G ? G->getPCSections(this) : nullptr) { in print_details()
H A DSelectionDAGISel.cpp1185 if (MDNode *MD = DAG.getPCSections(CurNode)) in NodeInserted()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp41 return BuildMI(getMF(), {getDL(), getPCSections(), getMMRAMetadata()}, in buildInstrNoInsert()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1311 MIB1->setPCSections(MF, MI.getPCSections()); in expandMI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1850 if (MDNode *MD = MI.getPCSections()) in emitFunctionBody()