Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/AsmParser/
DLLParser.h450 PerFunctionState *PFS, bool IsCall);
456 bool parseValue(Type *Ty, Value *&V, PerFunctionState *PFS);
457 bool parseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in parseValue() argument
458 return parseValue(Ty, V, &PFS); in parseValue()
461 bool parseValue(Type *Ty, Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseValue() argument
463 return parseValue(Ty, V, &PFS); in parseValue()
466 bool parseTypeAndValue(Value *&V, PerFunctionState *PFS);
467 bool parseTypeAndValue(Value *&V, PerFunctionState &PFS) { in parseTypeAndValue() argument
468 return parseTypeAndValue(V, &PFS); in parseTypeAndValue()
470 bool parseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseTypeAndValue() argument
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp117 bool parseRegisterInfo(PerFunctionMIParsingState &PFS,
120 bool setupRegisterInfo(const PerFunctionMIParsingState &PFS,
123 bool initializeFrameInfo(PerFunctionMIParsingState &PFS,
126 bool initializeCallSiteInfo(PerFunctionMIParsingState &PFS,
129 bool parseCalleeSavedRegister(PerFunctionMIParsingState &PFS,
135 bool parseStackObjectsDebugInfo(PerFunctionMIParsingState &PFS,
139 bool initializeConstantPool(PerFunctionMIParsingState &PFS,
143 bool initializeJumpTableInfo(PerFunctionMIParsingState &PFS,
146 bool parseMachineMetadataNodes(PerFunctionMIParsingState &PFS,
151 bool parseMDNode(PerFunctionMIParsingState &PFS, MDNode *&Node,
[all …]
DMIParser.cpp400 PerFunctionMIParsingState &PFS; member in __anon562f97730111::MIParser
405 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
407 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
568 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser() argument
570 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), PFS(PFS) in MIParser()
573 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser() argument
575 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), in MIParser()
576 SourceRange(SourceRange), PFS(PFS) {} in MIParser()
587 const SourceMgr &SM = *PFS.SM; in error()
1222 auto FI = PFS.MachineForwardRefMDNodes.find(ID); in parseMachineMetadata()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h204 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,
241 bool parseMachineMetadata(PerFunctionMIParsingState &PFS, StringRef Src,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp2350 PerFunctionState &PFS, bool IsMustTailCall, in parseParameterList() argument
2381 if (parseMetadataAsValue(V, PFS)) in parseParameterList()
2385 if (parseOptionalParamAttrs(ArgAttrs) || parseValue(ArgTy, V, PFS)) in parseParameterList()
2428 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in parseOptionalOperandBundles() argument
2455 if (parseType(Ty) || parseValue(Ty, Input, PFS)) in parseOptionalOperandBundles()
2997 bool LLParser::parseValID(ValID &ID, PerFunctionState *PFS, Type *ExpectedTy) { in parseValID() argument
3169 parseValID(Fn, PFS) || in parseValID()
3172 parseValID(Label, PFS) || in parseValID()
3217 } else if (PFS) { in parseValID()
3219 FwdDeclAS = PFS->getFunction().getAddressSpace(); in parseValID()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMIRFormatter.h65 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue() argument
81 PerFunctionMIParsingState &PFS, const Value *&V,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMIRFormatter.h40 PerFunctionMIParsingState &PFS,
DAMDGPUMIRFormatter.cpp21 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue() argument
DAMDGPUTargetMachine.cpp1489 const yaml::MachineFunctionInfo &MFI_, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument
1493 MachineFunction &MF = PFS.MF; in parseMachineFunctionInfo()
1496 if (MFI->initializeBaseYamlFields(YamlMFI, MF, PFS, Error, SourceRange)) in parseMachineFunctionInfo()
1507 if (parseNamedRegisterReference(PFS, TempReg, RegName.Value, Error)) { in parseMachineFunctionInfo()
1519 *PFS.SM->getMemoryBuffer(PFS.SM->getMainFileID()); in parseMachineFunctionInfo()
1520 Error = SMDiagnostic(*PFS.SM, SMLoc(), Buffer.getBufferIdentifier(), 1, in parseMachineFunctionInfo()
1558 if (parseNamedRegisterReference(PFS, Reg, A->RegisterName.Value, Error)) { in parseMachineFunctionInfo()
DSIMachineFunctionInfo.cpp602 PerFunctionMIParsingState &PFS, SMDiagnostic &Error, SMRange &SourceRange) { in initializeBaseYamlFields() argument
621 *PFS.SM->getMemoryBuffer(PFS.SM->getMainFileID()); in initializeBaseYamlFields()
623 Error = SMDiagnostic(*PFS.SM, SMLoc(), Buffer.getBufferIdentifier(), 1, 1, in initializeBaseYamlFields()
DAMDGPUTargetMachine.h119 PerFunctionMIParsingState &PFS,
DSIMachineFunctionInfo.h510 PerFunctionMIParsingState &PFS,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.h57 PerFunctionMIParsingState &PFS,
DWebAssemblyTargetMachine.cpp533 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument
537 MachineFunction &MF = PFS.MF; in parseMachineFunctionInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64TargetMachine.h56 PerFunctionMIParsingState &PFS,
DAArch64TargetMachine.cpp774 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument
778 MachineFunction &MF = PFS.MF; in parseMachineFunctionInfo()
/freebsd-12-stable/contrib/binutils/opcodes/
Dia64-raw.tbl27 AR[PFS]; br.call, brl.call; alloc, br.ia, br.ret, epc, IC:mov-from-AR-PFS; impliedF
28 AR[PFS]; IC:mov-to-AR-PFS; alloc, br.ia, epc, IC:mov-from-AR-PFS; impliedF
29 AR[PFS]; IC:mov-to-AR-PFS; br.ret; none
Dia64-ic.tbl90 mov-from-AR-PFS; IC:mov-from-AR-I[Field(ar3) == PFS]
158 mov-to-AR-PFS; IC:mov-to-AR-I[Field(ar3) == PFS]
Dia64-waw.tbl31 AR[PFS]; br.call, brl.call; br.call, brl.call; none
32 AR[PFS]; br.call, brl.call; IC:mov-to-AR-PFS; impliedF
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetMachine.h152 PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument
/freebsd-12-stable/contrib/wpa/hostapd/
Ddefconfig366 # FILS shared key authentication with PFS
/freebsd-12-stable/sys/contrib/edk2/Include/Library/
DBaseLib.h79 UINT64 PFS; member
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Ddefconfig576 # FILS shared key authentication with PFS
/freebsd-12-stable/contrib/file/magic/Magdir/
Dimages2361 0 string PFS1\x0a PFS HDR image data
/freebsd-12-stable/contrib/ncurses/misc/
Dterminfo.src20952 # PFS Page Format Selection * \E Pn SPC J 0 - -