Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/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,
128 bool parseCalleeSavedRegister(PerFunctionMIParsingState &PFS,
134 bool parseStackObjectsDebugInfo(PerFunctionMIParsingState &PFS,
138 bool initializeConstantPool(PerFunctionMIParsingState &PFS,
142 bool initializeJumpTableInfo(PerFunctionMIParsingState &PFS,
145 bool parseMachineMetadataNodes(PerFunctionMIParsingState &PFS,
150 bool parseMDNode(PerFunctionMIParsingState &PFS, MDNode *&Node,
[all …]
H A DMIParser.cpp314 PerFunctionMIParsingState::PerFunctionMIParsingState(MachineFunction &MF, in PerFunctionMIParsingState() function in PerFunctionMIParsingState
319 VRegInfo &PerFunctionMIParsingState::getVRegInfo(Register Num) { in getVRegInfo()
330 VRegInfo &PerFunctionMIParsingState::getVRegInfoNamed(StringRef RegName) { in getVRegInfoNamed()
364 const Value* PerFunctionMIParsingState::getIRValue(unsigned Slot) { in getIRValue()
396 PerFunctionMIParsingState &PFS;
401 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
403 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
569 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser()
574 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser()
1848 PerFunctionMIParsingState &PFS, const Constant *&C, in parseIRConstant()
[all …]
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/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.h103 PerFunctionMIParsingState &PFS,
H A DSIMachineFunctionInfo.cpp658 PerFunctionMIParsingState &PFS, SMDiagnostic &Error, SMRange &SourceRange) { in initializeBaseYamlFields()
H A DSIMachineFunctionInfo.h549 PerFunctionMIParsingState &PFS,
H A DAMDGPUTargetMachine.cpp1433 const yaml::MachineFunctionInfo &MFI_, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.h59 PerFunctionMIParsingState &PFS,
H A DRISCVTargetMachine.cpp376 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h62 PerFunctionMIParsingState &PFS,
H A DWebAssemblyTargetMachine.cpp617 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h60 PerFunctionMIParsingState &PFS,
H A DAArch64TargetMachine.cpp856 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetMachine.h50 struct PerFunctionMIParsingState;
163 PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()