Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp401 MachineFunction &MF = PFS.MF; in initializeCallSiteInfo()
517 PFS.SM = &BlockSM; in initializeMachineFunction()
529 PFS.SM = &SM; in initializeMachineFunction()
547 PFS.SM = &InsnSM; in initializeMachineFunction()
553 PFS.SM = &SM; in initializeMachineFunction()
594 MachineFunction &MF = PFS.MF; in parseRegisterInfo()
675 MachineFunction &MF = PFS.MF; in setupRegisterInfo()
715 for (auto P : PFS.VRegInfos) { in setupRegisterInfo()
741 MachineFunction &MF = PFS.MF; in initializeFrameInfo()
924 if (parseMDNode(PFS, Var, VarStr) || parseMDNode(PFS, Expr, ExprStr) || in parseVarExprLoc()
[all …]
H A DMIParser.cpp397 PerFunctionMIParsingState &PFS; member in __anon0daf8f910111::MIParser
573 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), PFS(PFS) in MIParser()
579 SourceRange(SourceRange), PFS(PFS) {} in MIParser()
590 const SourceMgr &SM = *PFS.SM; in error()
1532 Info = &PFS.getVRegInfoNamed(Name); in parseNamedVirtualRegister()
1543 Info = &PFS.getVRegInfo(ID); in parseVirtualRegister()
1887 Loc, StringValue, PFS, C, in parseIRConstant()
2096 if (MBBInfo == PFS.MBBSlots.end()) in parseMBBReference()
2198 Token, PFS, GV, in parseGlobalValue()
3114 V = PFS.getIRValue(SlotNumber); in parseIRValue()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h516 PerFunctionState *PFS);
524 return parseValue(Ty, V, &PFS); in parseValue()
529 return parseValue(Ty, V, &PFS); in parseValue()
534 return parseTypeAndValue(V, &PFS); in parseTypeAndValue()
538 return parseTypeAndValue(V, PFS); in parseTypeAndValue()
544 return parseTypeAndBasicBlock(BB, Loc, PFS); in parseTypeAndBasicBlock()
563 PerFunctionState &PFS);
570 bool parseValID(ValID &ID, PerFunctionState *PFS,
580 PerFunctionState *PFS);
619 bool parseBasicBlock(PerFunctionState &PFS);
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h206 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,
243 bool parseMachineMetadata(PerFunctionMIParsingState &PFS, StringRef Src,
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3768 parseValID(Fn, PFS) || in parseValID()
3816 } else if (PFS) { in parseValID()
3863 if (parseValID(Fn, PFS)) in parseValID()
3909 if (parseValID(ID, PFS)) in parseValID()
5716 if (parseMetadata(MD, &PFS)) in parseMetadataAsValue()
5737 if (parseValue(Ty, V, PFS)) in parseValueAsMetadata()
5811 if (!PFS) in convertValIDToValue()
5816 if (!PFS) in convertValIDToValue()
6327 if (parseBasicBlock(PFS)) in parseFunctionBody()
6866 parseValID(CalleeID, &PFS) || parseParameterList(ArgList, PFS) || in parseInvoke()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h67 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue() argument
83 PerFunctionMIParsingState &PFS, const Value *&V,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.h34 PerFunctionMIParsingState &PFS,
H A DAMDGPUMIRFormatter.cpp21 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue() argument
H A DAMDGPUTargetMachine.cpp1510 const yaml::MachineFunctionInfo &MFI_, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument
1514 MachineFunction &MF = PFS.MF; in parseMachineFunctionInfo()
1518 if (MFI->initializeBaseYamlFields(YamlMFI, MF, PFS, Error, SourceRange)) in parseMachineFunctionInfo()
1528 if (parseNamedRegisterReference(PFS, TempReg, RegName.Value, Error)) { in parseMachineFunctionInfo()
1555 *PFS.SM->getMemoryBuffer(PFS.SM->getMainFileID()); in parseMachineFunctionInfo()
1556 Error = SMDiagnostic(*PFS.SM, SMLoc(), Buffer.getBufferIdentifier(), 1, in parseMachineFunctionInfo()
1602 if (parseNamedRegisterReference(PFS, Reg, A->RegisterName.Value, Error)) { in parseMachineFunctionInfo()
H A DSIMachineFunctionInfo.cpp713 PerFunctionMIParsingState &PFS, SMDiagnostic &Error, SMRange &SourceRange) { in initializeBaseYamlFields() argument
737 *PFS.SM->getMemoryBuffer(PFS.SM->getMainFileID()); in initializeBaseYamlFields()
739 Error = SMDiagnostic(*PFS.SM, SMLoc(), Buffer.getBufferIdentifier(), 1, 1, in initializeBaseYamlFields()
H A DAMDGPUTargetMachine.h106 PerFunctionMIParsingState &PFS,
H A DSIMachineFunctionInfo.h576 PerFunctionMIParsingState &PFS,
/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() argument
612 PFS.MF.getInfo<RISCVMachineFunctionInfo>()->initializeBaseYamlFields(YamlMFI); 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() argument
631 MachineFunction &MF = PFS.MF; 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() argument
891 MachineFunction &MF = PFS.MF; 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() argument
639 MachineFunction &MF = PFS.MF; in parseMachineFunctionInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h163 PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument
/freebsd-14.2/contrib/wpa/hostapd/
H A Ddefconfig379 # FILS shared key authentication with PFS
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A Ddefconfig614 # FILS shared key authentication with PFS
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dimages2572 0 string PFS1\x0a PFS HDR image data
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.in7460 @Article{Rice:1972:PFS,

12