Home
last modified time | relevance | path

Searched refs:PFS (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp118 bool parseRegisterInfo(PerFunctionMIParsingState &PFS,
121 bool setupRegisterInfo(const PerFunctionMIParsingState &PFS,
124 bool initializeFrameInfo(PerFunctionMIParsingState &PFS,
127 bool initializeCallSiteInfo(PerFunctionMIParsingState &PFS,
130 bool parseCalleeSavedRegister(PerFunctionMIParsingState &PFS,
141 std::optional<VarExprLoc> parseVarExprLoc(PerFunctionMIParsingState &PFS,
146 bool parseStackObjectsDebugInfo(PerFunctionMIParsingState &PFS,
150 bool initializeConstantPool(PerFunctionMIParsingState &PFS,
154 bool initializeJumpTableInfo(PerFunctionMIParsingState &PFS,
157 bool parseMachineMetadataNodes(PerFunctionMIParsingState &PFS,
[all …]
H A DMIParser.cpp405 PerFunctionMIParsingState &PFS; member in __anoneabaa95b0111::MIParser
410 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
412 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
579 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser() argument
581 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), PFS(PFS) in MIParser()
584 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser() argument
586 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), in MIParser()
587 SourceRange(SourceRange), PFS(PFS) {} in MIParser()
598 const SourceMgr &SM = *PFS.SM; in error()
1311 auto FI = PFS.MachineForwardRefMDNodes.find(ID); in parseMachineMetadata()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h518 PerFunctionState *PFS);
524 bool parseValue(Type *Ty, Value *&V, PerFunctionState *PFS);
525 bool parseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in parseValue() argument
526 return parseValue(Ty, V, &PFS); in parseValue()
529 bool parseValue(Type *Ty, Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseValue() argument
531 return parseValue(Ty, V, &PFS); in parseValue()
534 bool parseTypeAndValue(Value *&V, PerFunctionState *PFS);
535 bool parseTypeAndValue(Value *&V, PerFunctionState &PFS) { in parseTypeAndValue() argument
536 return parseTypeAndValue(V, &PFS); in parseTypeAndValue()
538 bool parseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseTypeAndValue() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h207 bool parseMachineBasicBlockDefinitions(PerFunctionMIParsingState &PFS,
220 bool parseMachineInstructions(PerFunctionMIParsingState &PFS, StringRef Src,
223 bool parseMBBReference(PerFunctionMIParsingState &PFS,
227 bool parseRegisterReference(PerFunctionMIParsingState &PFS,
231 bool parseNamedRegisterReference(PerFunctionMIParsingState &PFS, Register &Reg,
234 bool parseVirtualRegisterReference(PerFunctionMIParsingState &PFS,
238 bool parseStackObjectReference(PerFunctionMIParsingState &PFS, int &FI,
241 bool parseMDNode(PerFunctionMIParsingState &PFS, MDNode *&Node, StringRef Src,
244 bool parseMachineMetadata(PerFunctionMIParsingState &PFS, StringRef Src,
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3042 PerFunctionState &PFS, bool IsMustTailCall, in parseParameterList() argument
3076 if (parseMetadataAsValue(V, PFS)) in parseParameterList()
3080 if (parseOptionalParamAttrs(ArgAttrs) || parseValue(ArgTy, V, PFS)) in parseParameterList()
3269 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in parseOptionalOperandBundles() argument
3299 if (parseMetadataAsValue(Input, PFS)) in parseOptionalOperandBundles()
3301 } else if (parseValue(Ty, Input, PFS)) { in parseOptionalOperandBundles()
3898 bool LLParser::parseValID(ValID &ID, PerFunctionState *PFS, Type *ExpectedTy) { in parseValID() argument
4070 parseValID(Fn, PFS) || in parseValID()
4073 parseValID(Label, PFS) || in parseValID()
4113 } else if (PFS) { in parseValID()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h68 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue() argument
84 PerFunctionMIParsingState &PFS,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.h47 PerFunctionMIParsingState &PFS,
H A DAMDGPUTargetMachine.cpp1790 const yaml::MachineFunctionInfo &MFI_, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument
1794 MachineFunction &MF = PFS.MF; in parseMachineFunctionInfo()
1798 if (MFI->initializeBaseYamlFields(YamlMFI, MF, PFS, Error, SourceRange)) in parseMachineFunctionInfo()
1808 if (parseNamedRegisterReference(PFS, TempReg, RegName.Value, Error)) { in parseMachineFunctionInfo()
1835 *PFS.SM->getMemoryBuffer(PFS.SM->getMainFileID()); in parseMachineFunctionInfo()
1836 Error = SMDiagnostic(*PFS.SM, SMLoc(), Buffer.getBufferIdentifier(), 1, in parseMachineFunctionInfo()
1872 for (const auto &[_, Info] : PFS.VRegInfosNamed) { in parseMachineFunctionInfo()
1875 for (const auto &[_, Info] : PFS.VRegInfos) { in parseMachineFunctionInfo()
1896 if (parseNamedRegisterReference(PFS, Reg, A->RegisterName.Value, Error)) { in parseMachineFunctionInfo()
H A DSIMachineFunctionInfo.cpp752 PerFunctionMIParsingState &PFS, SMDiagnostic &Error, SMRange &SourceRange) { in initializeBaseYamlFields() argument
777 *PFS.SM->getMemoryBuffer(PFS.SM->getMainFileID()); in initializeBaseYamlFields()
779 Error = SMDiagnostic(*PFS.SM, SMLoc(), Buffer.getBufferIdentifier(), 1, 1, in initializeBaseYamlFields()
H A DAMDGPUMIRFormatter.cpp171 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue() argument
H A DAMDGPUTargetMachine.h117 PerFunctionMIParsingState &PFS,
H A DSIMachineFunctionInfo.h640 PerFunctionMIParsingState &PFS,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.h58 PerFunctionMIParsingState &PFS,
H A DRISCVTargetMachine.cpp671 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument
675 PFS.MF.getInfo<RISCVMachineFunctionInfo>()->initializeBaseYamlFields(YamlMFI); in parseMachineFunctionInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h72 PerFunctionMIParsingState &PFS,
H A DWebAssemblyTargetMachine.cpp690 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument
693 MachineFunction &MF = PFS.MF; in parseMachineFunctionInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.h68 PerFunctionMIParsingState &PFS,
H A DX86TargetMachine.cpp363 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument
366 PFS.MF.getInfo<X86MachineFunctionInfo>()->initializeBaseYamlFields(YamlMFI); in parseMachineFunctionInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h65 PerFunctionMIParsingState &PFS,
H A DAArch64TargetMachine.cpp938 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument
941 MachineFunction &MF = PFS.MF; in parseMachineFunctionInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.h106 PerFunctionMIParsingState &PFS,
H A DARMTargetMachine.cpp622 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument
625 MachineFunction &MF = PFS.MF; in parseMachineFunctionInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h190 PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument
/freebsd/contrib/wpa/hostapd/
H A Ddefconfig379 # FILS shared key authentication with PFS
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddefconfig614 # FILS shared key authentication with PFS

12