| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 118 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 D | MIParser.cpp | 405 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 D | LLParser.h | 518 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 D | MIParser.h | 207 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 D | LLParser.cpp | 3042 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 D | MIRFormatter.h | 68 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue() argument 84 PerFunctionMIParsingState &PFS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMIRFormatter.h | 47 PerFunctionMIParsingState &PFS,
|
| H A D | AMDGPUTargetMachine.cpp | 1790 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 D | SIMachineFunctionInfo.cpp | 752 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 D | AMDGPUMIRFormatter.cpp | 171 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue() argument
|
| H A D | AMDGPUTargetMachine.h | 117 PerFunctionMIParsingState &PFS,
|
| H A D | SIMachineFunctionInfo.h | 640 PerFunctionMIParsingState &PFS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetMachine.h | 58 PerFunctionMIParsingState &PFS,
|
| H A D | RISCVTargetMachine.cpp | 671 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 D | WebAssemblyTargetMachine.h | 72 PerFunctionMIParsingState &PFS,
|
| H A D | WebAssemblyTargetMachine.cpp | 690 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 D | X86TargetMachine.h | 68 PerFunctionMIParsingState &PFS,
|
| H A D | X86TargetMachine.cpp | 363 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 D | AArch64TargetMachine.h | 65 PerFunctionMIParsingState &PFS,
|
| H A D | AArch64TargetMachine.cpp | 938 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 D | ARMTargetMachine.h | 106 PerFunctionMIParsingState &PFS,
|
| H A D | ARMTargetMachine.cpp | 622 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 D | TargetMachine.h | 190 PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | defconfig | 379 # FILS shared key authentication with PFS
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | defconfig | 614 # FILS shared key authentication with PFS
|