Home
last modified time | relevance | path

Searched refs:PerFunctionMIParsingState (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h162 struct PerFunctionMIParsingState { struct
183 PerFunctionMIParsingState(MachineFunction &MF, SourceMgr &SM, argument
204 bool parseMachineBasicBlockDefinitions(PerFunctionMIParsingState &PFS,
217 bool parseMachineInstructions(PerFunctionMIParsingState &PFS, StringRef Src,
220 bool parseMBBReference(PerFunctionMIParsingState &PFS,
224 bool parseRegisterReference(PerFunctionMIParsingState &PFS,
228 bool parseNamedRegisterReference(PerFunctionMIParsingState &PFS, Register &Reg,
231 bool parseVirtualRegisterReference(PerFunctionMIParsingState &PFS,
235 bool parseStackObjectReference(PerFunctionMIParsingState &PFS, int &FI,
238 bool parseMDNode(PerFunctionMIParsingState &PFS, MDNode *&Node, StringRef Src,
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp116 bool parseRegisterInfo(PerFunctionMIParsingState &PFS,
119 bool setupRegisterInfo(const PerFunctionMIParsingState &PFS,
122 bool initializeFrameInfo(PerFunctionMIParsingState &PFS,
125 bool initializeCallSiteInfo(PerFunctionMIParsingState &PFS,
138 bool initializeConstantPool(PerFunctionMIParsingState &PFS,
142 bool initializeJumpTableInfo(PerFunctionMIParsingState &PFS,
153 bool parseMBBReference(PerFunctionMIParsingState &PFS,
157 bool parseMachineMetadata(PerFunctionMIParsingState &PFS,
430 MachineFunction &MF, PerFunctionMIParsingState &PFS, in setupDebugValueTracking()
483 PerFunctionMIParsingState PFS(MF, SM, IRSlots, *Target); in initializeMachineFunction()
[all …]
H A DMIParser.cpp316 PerFunctionMIParsingState::PerFunctionMIParsingState(MachineFunction &MF, in PerFunctionMIParsingState() function in PerFunctionMIParsingState
321 VRegInfo &PerFunctionMIParsingState::getVRegInfo(Register Num) { in getVRegInfo()
366 const Value* PerFunctionMIParsingState::getIRValue(unsigned Slot) { in getIRValue()
397 PerFunctionMIParsingState &PFS;
402 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
404 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
3439 bool llvm::parseMachineInstructions(PerFunctionMIParsingState &PFS, in parseMachineInstructions()
3444 bool llvm::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference()
3450 bool llvm::parseRegisterReference(PerFunctionMIParsingState &PFS, in parseRegisterReference()
3468 bool llvm::parseStackObjectReference(PerFunctionMIParsingState &PFS, in parseStackObjectReference()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h25 struct PerFunctionMIParsingState;
63 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue()
79 PerFunctionMIParsingState &PFS, const Value *&V,
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.h24 struct PerFunctionMIParsingState;
34 PerFunctionMIParsingState &PFS,
H A DAMDGPUMIRFormatter.cpp21 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue()
H A DAMDGPUTargetMachine.h99 PerFunctionMIParsingState &PFS,
H A DSIMachineFunctionInfo.cpp629 PerFunctionMIParsingState &PFS, SMDiagnostic &Error, SMRange &SourceRange) { in initializeBaseYamlFields()
H A DSIMachineFunctionInfo.h548 PerFunctionMIParsingState &PFS,
H A DAMDGPUTargetMachine.cpp1463 const yaml::MachineFunctionInfo &MFI_, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.h53 PerFunctionMIParsingState &PFS,
H A DRISCVTargetMachine.cpp281 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h57 PerFunctionMIParsingState &PFS,
H A DWebAssemblyTargetMachine.cpp592 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetMachine.h50 struct PerFunctionMIParsingState;
155 PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h54 PerFunctionMIParsingState &PFS,
H A DAArch64TargetMachine.cpp828 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()