Searched refs:PCSections (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 344 MIMetadata(DebugLoc DL, MDNode *PCSections = nullptr) 345 : DL(std::move(DL)), PCSections(PCSections) {} in DL() 346 MIMetadata(const DILocation *DI, MDNode *PCSections = nullptr) 347 : DL(DI), PCSections(PCSections) {} in DL() 350 PCSections(From.getMetadata(LLVMContext::MD_pcsections)) {} in MIMetadata() 352 : DL(From.getDebugLoc()), PCSections(From.getPCSections()) {} in MIMetadata() 355 MDNode *getPCSections() const { return PCSections; } in getPCSections() 359 MDNode *PCSections = nullptr; variable
|
| H A D | MachineInstr.h | 160 MDNode *PCSections = nullptr, 166 bool HasPCSections = PCSections != nullptr; 188 PCSections; 2012 MDNode *HeapAllocMarker, MDNode *PCSections,
|
| H A D | SelectionDAG.h | 287 MDNode *PCSections = nullptr; 2327 SDEI[Node].PCSections = MD; 2332 return It != SDEI.end() ? It->second.PCSections : nullptr;
|
| H A D | MachineFunction.h | 1104 MDNode *PCSections = nullptr, uint32_t CFIType = 0);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 319 MDNode *HeapAllocMarker, MDNode *PCSections, in setExtraInfo() argument 324 bool HasPCSections = PCSections != nullptr; in setExtraInfo() 343 HeapAllocMarker, PCSections, CFIType)); in setExtraInfo() 508 void MachineInstr::setPCSections(MachineFunction &MF, MDNode *PCSections) { in setPCSections() argument 510 if (PCSections == getPCSections()) in setPCSections() 514 getHeapAllocMarker(), PCSections, getCFIType()); in setPCSections() 1838 if (MDNode *PCSections = getPCSections()) { in print() local 1844 PCSections->printAsOperand(OS, MST); in print()
|
| H A D | MIRPrinter.cpp | 845 if (MDNode *PCSections = MI.getPCSections()) { in print() local 849 PCSections->printAsOperand(OS, MST); in print()
|
| H A D | MachineFunction.cpp | 564 MCSymbol *PostInstrSymbol, MDNode *HeapAllocMarker, MDNode *PCSections, in createMIExtraInfo() argument 568 PCSections, CFIType); in createMIExtraInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 54 MDNode *PCSections = nullptr; member 384 void setPCSections(MDNode *MD) { State.PCSections = MD; } in setPCSections() 387 MDNode *getPCSections() { return State.PCSections; } in getPCSections()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 1103 MDNode *PCSections = nullptr; in parse() local 1105 if (parsePCSections(PCSections)) in parse() 1192 if (PCSections) in parse() 1193 MI->setPCSections(MF, PCSections); in parse()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 30 State.PCSections = nullptr; in setMF()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 12914 if (LLVM_LIKELY(!NEI.PCSections)) { in copyExtraInfo()
|