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.h222 MDNode *getPCSections() const { in getPCSections() function
855 MDNode *getPCSections() const {
859 return EI->getPCSections();
H A DSelectionDAG.h2346 MDNode *getPCSections(const SDNode *Node) const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp365 getHeapAllocMarker(), getPCSections(), getCFIType(), in dropMemRefs()
377 getHeapAllocMarker(), getPCSections(), getCFIType(), in setMemRefs()
402 getPCSections() == MI.getPCSections() && getMMRAMetadata() && in cloneMemRefs()
488 getHeapAllocMarker(), getPCSections(), getCFIType(), in setPreInstrSymbol()
504 getHeapAllocMarker(), getPCSections(), getCFIType(), in setPostInstrSymbol()
514 Marker, getPCSections(), getCFIType(), getMMRAMetadata()); in setHeapAllocMarker()
519 if (PCSections == getPCSections()) in setPCSections()
533 getHeapAllocMarker(), getPCSections(), Type, getMMRAMetadata()); in setCFIType()
542 getHeapAllocMarker(), getPCSections(), getCFIType(), MMRAs); in setMMRAMetadata()
557 setPCSections(MF, MI.getPCSections()); in cloneInstrSymbols()
[all …]
H A DMIRPrinter.cpp855 if (MDNode *PCSections = MI.getPCSections()) { in print()
H A DTargetInstrInfo.cpp1171 .setPCSections(MIMD.getPCSections()) in reassociateOps()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h358 setPCSections(MI.getPCSections()); in setInstr()
391 MDNode *getPCSections() { return State.PCSections; } in getPCSections() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp900 if (MDNode *MD = DAG->getPCSections(Node)) in EmitSchedule()
H A DSelectionDAGDumper.cpp928 if (const auto *MD = G ? G->getPCSections(this) : nullptr) { in print_details()
H A DSelectionDAGISel.cpp1169 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.cpp1283 MIB1->setPCSections(MF, MI.getPCSections()); in expandMI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1737 if (MDNode *MD = MI.getPCSections()) in emitFunctionBody()