Searched refs:PCSections (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 351 MIMetadata(DebugLoc DL, MDNode *PCSections = nullptr, MDNode *MMRA = nullptr) 352 : DL(std::move(DL)), PCSections(PCSections), MMRA(MMRA) {} in DL() 353 MIMetadata(const DILocation *DI, MDNode *PCSections = nullptr, 355 : DL(DI), PCSections(PCSections), MMRA(MMRA) {} in DL() 358 PCSections(From.getMetadata(LLVMContext::MD_pcsections)) {} in MIMetadata() 360 : DL(From.getDebugLoc()), PCSections(From.getPCSections()) {} in MIMetadata() 363 MDNode *getPCSections() const { return PCSections; } in getPCSections() 368 MDNode *PCSections = nullptr; variable
|
| H A D | MachineInstr.h | 169 MDNode *PCSections = nullptr, uint32_t CFIType = 0, 176 bool HasPCSections = PCSections != nullptr; 199 Result->getTrailingObjects<MDNode *>()[MDNodeIdx++] = PCSections; 2080 MDNode *HeapAllocMarker, MDNode *PCSections,
|
| H A D | SelectionDAG.h | 298 MDNode *PCSections = nullptr; 2513 SDEI[Node].PCSections = MD; 2522 return It != SDEI.end() ? It->second.PCSections : nullptr;
|
| H A D | MachineFunction.h | 1199 MDNode *PCSections = nullptr, uint32_t CFIType = 0,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 324 MDNode *HeapAllocMarker, MDNode *PCSections, in setExtraInfo() argument 329 bool HasPCSections = PCSections != nullptr; in setExtraInfo() 349 HeapAllocMarker, PCSections, CFIType, MMRAs)); in setExtraInfo() 519 void MachineInstr::setPCSections(MachineFunction &MF, MDNode *PCSections) { in setPCSections() argument 521 if (PCSections == getPCSections()) in setPCSections() 525 getHeapAllocMarker(), PCSections, getCFIType(), in setPCSections() 2011 if (MDNode *PCSections = getPCSections()) { in print() local 2017 PCSections->printAsOperand(OS, MST); in print()
|
| H A D | MIRPrinter.cpp | 845 if (MDNode *PCSections = MI.getPCSections()) { in printMI() local 847 PCSections->printAsOperand(OS, State.MST); in printMI()
|
| H A D | MachineFunction.cpp | 612 MCSymbol *PostInstrSymbol, MDNode *HeapAllocMarker, MDNode *PCSections, in createMIExtraInfo() argument 616 PCSections, CFIType, MMRAs); in createMIExtraInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 56 MDNode *PCSections = nullptr; member 400 void setPCSections(MDNode *MD) { State.PCSections = MD; } in setPCSections() 403 MDNode *getPCSections() { return State.PCSections; } in getPCSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 1104 MDNode *PCSections = nullptr; in parse() local 1106 if (parsePCSections(PCSections)) in parse() 1193 if (PCSections) in parse() 1194 MI->setPCSections(MF, PCSections); in parse()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 30 State.PCSections = nullptr; in setMF()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 13863 if (LLVM_LIKELY(!NEI.PCSections)) { in copyExtraInfo()
|