Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h164 struct PerFunctionMIParsingState { struct
185 PerFunctionMIParsingState(MachineFunction &MF, SourceMgr &SM, argument
206 bool parseMachineBasicBlockDefinitions(PerFunctionMIParsingState &PFS,
219 bool parseMachineInstructions(PerFunctionMIParsingState &PFS, StringRef Src,
222 bool parseMBBReference(PerFunctionMIParsingState &PFS,
226 bool parseRegisterReference(PerFunctionMIParsingState &PFS,
230 bool parseNamedRegisterReference(PerFunctionMIParsingState &PFS, Register &Reg,
233 bool parseVirtualRegisterReference(PerFunctionMIParsingState &PFS,
237 bool parseStackObjectReference(PerFunctionMIParsingState &PFS, int &FI,
240 bool parseMDNode(PerFunctionMIParsingState &PFS, MDNode *&Node, StringRef Src,
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp115 bool parseRegisterInfo(PerFunctionMIParsingState &PFS,
118 bool setupRegisterInfo(const PerFunctionMIParsingState &PFS,
121 bool initializeFrameInfo(PerFunctionMIParsingState &PFS,
124 bool initializeCallSiteInfo(PerFunctionMIParsingState &PFS,
147 bool initializeConstantPool(PerFunctionMIParsingState &PFS,
151 bool initializeJumpTableInfo(PerFunctionMIParsingState &PFS,
162 bool parseMBBReference(PerFunctionMIParsingState &PFS,
166 bool parseMachineMetadata(PerFunctionMIParsingState &PFS,
441 MachineFunction &MF, PerFunctionMIParsingState &PFS, in setupDebugValueTracking()
498 PerFunctionMIParsingState PFS(MF, SM, IRSlots, *Target); in initializeMachineFunction()
[all …]
H A DMIParser.cpp315 PerFunctionMIParsingState::PerFunctionMIParsingState(MachineFunction &MF, in PerFunctionMIParsingState() function in PerFunctionMIParsingState
320 VRegInfo &PerFunctionMIParsingState::getVRegInfo(Register Num) { in getVRegInfo()
365 const Value* PerFunctionMIParsingState::getIRValue(unsigned Slot) { in getIRValue()
397 PerFunctionMIParsingState &PFS;
402 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
404 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
3605 bool llvm::parseMachineInstructions(PerFunctionMIParsingState &PFS, in parseMachineInstructions()
3610 bool llvm::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference()
3616 bool llvm::parseRegisterReference(PerFunctionMIParsingState &PFS, in parseRegisterReference()
3634 bool llvm::parseStackObjectReference(PerFunctionMIParsingState &PFS, in parseStackObjectReference()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h27 struct PerFunctionMIParsingState;
67 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue()
83 PerFunctionMIParsingState &PFS, const Value *&V,
/freebsd-14.2/contrib/llvm-project/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.h106 PerFunctionMIParsingState &PFS,
H A DSIMachineFunctionInfo.h576 PerFunctionMIParsingState &PFS,
H A DSIMachineFunctionInfo.cpp713 PerFunctionMIParsingState &PFS, SMDiagnostic &Error, SMRange &SourceRange) { in initializeBaseYamlFields()
H A DAMDGPUTargetMachine.cpp1510 const yaml::MachineFunctionInfo &MFI_, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.h59 PerFunctionMIParsingState &PFS,
H A DRISCVTargetMachine.cpp608 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h62 PerFunctionMIParsingState &PFS,
H A DWebAssemblyTargetMachine.cpp628 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h64 PerFunctionMIParsingState &PFS,
H A DAArch64TargetMachine.cpp888 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h50 struct PerFunctionMIParsingState;
163 PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.h91 PerFunctionMIParsingState &PFS,
H A DARMTargetMachine.cpp636 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()