Searched refs:getPCSections (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 352 : 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 D | MachineInstr.h | 213 MDNode *getPCSections() const { in getPCSections() function 829 MDNode *getPCSections() const { 833 return EI->getPCSections();
|
| H A D | SelectionDAG.h | 2330 MDNode *getPCSections(const SDNode *Node) const {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 361 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 D | MIRPrinter.cpp | 845 if (MDNode *PCSections = MI.getPCSections()) { in print()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 355 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 D | ScheduleDAGSDNodes.cpp | 898 if (MDNode *MD = DAG->getPCSections(Node)) in EmitSchedule()
|
| H A D | SelectionDAGDumper.cpp | 877 if (const auto *MD = G ? G->getPCSections(this) : nullptr) { in print_details()
|
| H A D | SelectionDAGISel.cpp | 1060 if (MDNode *MD = DAG.getPCSections(CurNode)) in NodeInserted()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 40 return BuildMI(getMF(), {getDL(), getPCSections()}, getTII().get(Opcode)); in buildInstrNoInsert()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 1236 MIB1->setPCSections(MF, MI.getPCSections()); in expandMI()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1725 if (MDNode *MD = MI.getPCSections()) in emitFunctionBody()
|