/openbsd/gnu/llvm/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 485 PerFunctionState *PFS); 493 return parseValue(Ty, V, &PFS); in parseValue() 498 return parseValue(Ty, V, &PFS); in parseValue() 503 return parseTypeAndValue(V, &PFS); in parseTypeAndValue() 507 return parseTypeAndValue(V, PFS); in parseTypeAndValue() 513 return parseTypeAndBasicBlock(BB, Loc, PFS); in parseTypeAndBasicBlock() 532 PerFunctionState &PFS); 539 bool parseValID(ValID &ID, PerFunctionState *PFS, 572 PerFunctionState *PFS); 586 bool parseBasicBlock(PerFunctionState &PFS); [all …]
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 392 MachineFunction &MF = PFS.MF; in initializeCallSiteInfo() 489 if (parseRegisterInfo(PFS, YamlMF)) in initializeMachineFunction() 507 PFS.SM = &BlockSM; in initializeMachineFunction() 519 PFS.SM = &SM; in initializeMachineFunction() 537 PFS.SM = &InsnSM; in initializeMachineFunction() 543 PFS.SM = &SM; in initializeMachineFunction() 545 if (setupRegisterInfo(PFS, YamlMF)) in initializeMachineFunction() 584 MachineFunction &MF = PFS.MF; in parseRegisterInfo() 665 MachineFunction &MF = PFS.MF; in setupRegisterInfo() 705 for (auto P : PFS.VRegInfos) { in setupRegisterInfo() [all …]
|
H A D | MIParser.cpp | 396 PerFunctionMIParsingState &PFS; member in __anon5a2006a80111::MIParser 571 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), PFS(PFS) in MIParser() 577 SourceRange(SourceRange), PFS(PFS) {} in MIParser() 588 const SourceMgr &SM = *PFS.SM; in error() 1507 Info = &PFS.getVRegInfoNamed(Name); in parseNamedVirtualRegister() 1518 Info = &PFS.getVRegInfo(ID); in parseVirtualRegister() 1862 Loc, StringValue, PFS, C, in parseIRConstant() 2053 if (MBBInfo == PFS.MBBSlots.end()) in parseMBBReference() 2155 Token, PFS, GV, in parseGlobalValue() 3071 V = PFS.getIRValue(SlotNumber); in parseIRValue() [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/MIRParser/ |
H A D | MIParser.h | 204 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,
|
/openbsd/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3578 parseValID(Fn, PFS) || in parseValID() 3626 } else if (PFS) { in parseValID() 3673 if (parseValID(Fn, PFS)) in parseValID() 3719 if (parseValID(ID, PFS)) in parseValID() 5567 if (parseMetadata(MD, &PFS)) in parseMetadataAsValue() 5588 if (parseValue(Ty, V, PFS)) in parseValueAsMetadata() 5658 if (!PFS) in convertValIDToValue() 5663 if (!PFS) in convertValIDToValue() 6163 if (parseBasicBlock(PFS)) in parseFunctionBody() 6687 parseValID(CalleeID, &PFS) || parseParameterList(ArgList, PFS) || in parseInvoke() [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MIRFormatter.h | 63 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue() argument 79 PerFunctionMIParsingState &PFS, const Value *&V,
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMIRFormatter.h | 34 PerFunctionMIParsingState &PFS,
|
H A D | AMDGPUMIRFormatter.cpp | 21 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue() argument
|
H A D | AMDGPUTargetMachine.cpp | 1433 const yaml::MachineFunctionInfo &MFI_, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument 1437 MachineFunction &MF = PFS.MF; in parseMachineFunctionInfo() 1440 if (MFI->initializeBaseYamlFields(YamlMFI, MF, PFS, Error, SourceRange)) in parseMachineFunctionInfo() 1451 if (parseNamedRegisterReference(PFS, TempReg, RegName.Value, Error)) { in parseMachineFunctionInfo() 1471 *PFS.SM->getMemoryBuffer(PFS.SM->getMainFileID()); in parseMachineFunctionInfo() 1472 Error = SMDiagnostic(*PFS.SM, SMLoc(), Buffer.getBufferIdentifier(), 1, in parseMachineFunctionInfo() 1518 if (parseNamedRegisterReference(PFS, Reg, A->RegisterName.Value, Error)) { in parseMachineFunctionInfo()
|
H A D | SIMachineFunctionInfo.cpp | 658 PerFunctionMIParsingState &PFS, SMDiagnostic &Error, SMRange &SourceRange) { in initializeBaseYamlFields() argument 680 *PFS.SM->getMemoryBuffer(PFS.SM->getMainFileID()); in initializeBaseYamlFields() 682 Error = SMDiagnostic(*PFS.SM, SMLoc(), Buffer.getBufferIdentifier(), 1, 1, in initializeBaseYamlFields()
|
H A D | AMDGPUTargetMachine.h | 103 PerFunctionMIParsingState &PFS,
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetMachine.h | 59 PerFunctionMIParsingState &PFS,
|
H A D | RISCVTargetMachine.cpp | 376 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument 380 PFS.MF.getInfo<RISCVMachineFunctionInfo>()->initializeBaseYamlFields(YamlMFI); in parseMachineFunctionInfo()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetMachine.h | 62 PerFunctionMIParsingState &PFS,
|
H A D | WebAssemblyTargetMachine.cpp | 617 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument 620 MachineFunction &MF = PFS.MF; in parseMachineFunctionInfo()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetMachine.h | 60 PerFunctionMIParsingState &PFS,
|
H A D | AArch64TargetMachine.cpp | 856 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument 859 MachineFunction &MF = PFS.MF; in parseMachineFunctionInfo()
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | ia64-raw.tbl | 27 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
|
H A D | ia64-waw.tbl | 31 AR[PFS]; br.call, brl.call; br.call, brl.call; none 32 AR[PFS]; br.call, brl.call; IC:mov-to-AR-PFS; impliedF
|
H A D | ia64-ic.tbl | 90 mov-from-AR-PFS; IC:mov-from-AR-I[Field(ar3) == PFS] 157 mov-to-AR-PFS; IC:mov-to-AR-I[Field(ar3) == PFS]
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ia64-raw.tbl | 27 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
|
H A D | ia64-ic.tbl | 90 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]
|
H A D | ia64-waw.tbl | 31 AR[PFS]; br.call, brl.call; br.call, brl.call; none 32 AR[PFS]; br.call, brl.call; IC:mov-to-AR-PFS; impliedF
|
/openbsd/sbin/isakmpd/ |
H A D | conf.c | 388 #define PFS(x) ((x) ? "-PFS" : "") in conf_load_defaults_qm() macro 411 MODE_p(mode), qme_p, qmh_p, PFS(pfs), dhg_p); in conf_load_defaults_qm()
|
/openbsd/gnu/llvm/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 163 PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo() argument
|