Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h352 : DL(From.getDebugLoc()), PCSections(From.getPCSections()) {} in MIMetadata()
355 MDNode *getPCSections() const { return PCSections; } in getPCSections() function
366 .setPCSections(MIMD.getPCSections()); in BuildMI()
374 .setPCSections(MIMD.getPCSections()) in BuildMI()
389 .setPCSections(MIMD.getPCSections()) in BuildMI()
407 .setPCSections(MIMD.getPCSections()) in BuildMI()
438 return MachineInstrBuilder(MF, MI).setPCSections(MIMD.getPCSections()); in BuildMI()
448 return MachineInstrBuilder(MF, MI).setPCSections(MIMD.getPCSections()); in BuildMI()
H A DMachineInstr.h213 MDNode *getPCSections() const { in getPCSections() function
829 MDNode *getPCSections() const {
833 return EI->getPCSections();
H A DSelectionDAG.h2330 MDNode *getPCSections(const SDNode *Node) const {
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp361 getHeapAllocMarker(), getPCSections(), getCFIType()); in dropMemRefs()
372 getHeapAllocMarker(), getPCSections(), getCFIType()); in setMemRefs()
396 getPCSections() == MI.getPCSections()) { in cloneMemRefs()
481 getHeapAllocMarker(), getPCSections(), getCFIType()); in setPreInstrSymbol()
496 getHeapAllocMarker(), getPCSections(), getCFIType()); in setPostInstrSymbol()
505 Marker, getPCSections(), getCFIType()); in setHeapAllocMarker()
510 if (PCSections == getPCSections()) in setPCSections()
523 getHeapAllocMarker(), getPCSections(), Type); in setCFIType()
538 setPCSections(MF, MI.getPCSections()); in cloneInstrSymbols()
1838 if (MDNode *PCSections = getPCSections()) { in print()
H A DMIRPrinter.cpp845 if (MDNode *PCSections = MI.getPCSections()) { in print()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h355 setPCSections(MI.getPCSections()); in setInstr()
387 MDNode *getPCSections() { return State.PCSections; } in getPCSections() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp898 if (MDNode *MD = DAG->getPCSections(Node)) in EmitSchedule()
H A DSelectionDAGDumper.cpp877 if (const auto *MD = G ? G->getPCSections(this) : nullptr) { in print_details()
H A DSelectionDAGISel.cpp1060 if (MDNode *MD = DAG.getPCSections(CurNode)) in NodeInserted()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp40 return BuildMI(getMF(), {getDL(), getPCSections()}, getTII().get(Opcode)); in buildInstrNoInsert()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1236 MIB1->setPCSections(MF, MI.getPCSections()); in expandMI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1725 if (MDNode *MD = MI.getPCSections()) in emitFunctionBody()