Searched refs:getPCSections (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 360 : 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 D | MachineInstr.h | 226 MDNode *getPCSections() const { in getPCSections() function 851 MDNode *getPCSections() const { 855 return EI->getPCSections();
|
| H A D | SelectionDAG.h | 2520 MDNode *getPCSections(const SDNode *Node) const {
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 367 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 D | MIRPrinter.cpp | 845 if (MDNode *PCSections = MI.getPCSections()) { in printMI()
|
| H A D | TargetInstrInfo.cpp | 1403 .setPCSections(MIMD.getPCSections()) in reassociateOps()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 370 setPCSections(MI.getPCSections()); in setInstr() 403 MDNode *getPCSections() { return State.PCSections; } in getPCSections() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGSDNodes.cpp | 903 if (MDNode *MD = DAG->getPCSections(Node)) in EmitSchedule()
|
| H A D | SelectionDAGDumper.cpp | 973 if (const auto *MD = G ? G->getPCSections(this) : nullptr) { in print_details()
|
| H A D | SelectionDAGISel.cpp | 1185 if (MDNode *MD = DAG.getPCSections(CurNode)) in NodeInserted()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 41 return BuildMI(getMF(), {getDL(), getPCSections(), getMMRAMetadata()}, in buildInstrNoInsert()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 1311 MIB1->setPCSections(MF, MI.getPCSections()); in expandMI()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1850 if (MDNode *MD = MI.getPCSections()) in emitFunctionBody()
|