Home
last modified time | relevance | path

Searched defs:PFS (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp485 PerFunctionMIParsingState &PFS, const yaml::MachineFunction &YamlMF) { in initializeCallSiteInfo()
518 MachineFunction &MF, PerFunctionMIParsingState &PFS, in setupDebugValueTracking()
573 PerFunctionMIParsingState PFS(MF, SM, IRSlots, *Target); in initializeMachineFunction() local
669 bool MIRParserImpl::parseRegisterInfo(PerFunctionMIParsingState &PFS, in parseRegisterInfo()
760 bool MIRParserImpl::setupRegisterInfo(const PerFunctionMIParsingState &PFS, in setupRegisterInfo()
836 bool MIRParserImpl::initializeFrameInfo(PerFunctionMIParsingState &PFS, in initializeFrameInfo()
986 bool MIRParserImpl::parseCalleeSavedRegister(PerFunctionMIParsingState &PFS, in parseCalleeSavedRegister()
1017 PerFunctionMIParsingState &PFS, const yaml::StringValue &VarStr, in parseVarExprLoc()
1036 bool MIRParserImpl::parseStackObjectsDebugInfo(PerFunctionMIParsingState &PFS, in parseStackObjectsDebugInfo()
1050 bool MIRParserImpl::parseMDNode(PerFunctionMIParsingState &PFS, in parseMDNode()
[all …]
H A DMIParser.cpp405 PerFunctionMIParsingState &PFS; member in __anoneabaa95b0111::MIParser
579 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser()
584 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser()
1888 PerFunctionMIParsingState &PFS, const Constant *&C, in parseIRConstant()
2187 PerFunctionMIParsingState &PFS, GlobalValue *&GV, in parseGlobalValue()
3112 static bool parseIRValue(const MIToken &Token, PerFunctionMIParsingState &PFS, in parseIRValue()
3607 bool llvm::parseMachineBasicBlockDefinitions(PerFunctionMIParsingState &PFS, in parseMachineBasicBlockDefinitions()
3613 bool llvm::parseMachineInstructions(PerFunctionMIParsingState &PFS, in parseMachineInstructions()
3618 bool llvm::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference()
3624 bool llvm::parseRegisterReference(PerFunctionMIParsingState &PFS, in parseRegisterReference()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h525 bool parseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in parseValue()
529 bool parseValue(Type *Ty, Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseValue()
535 bool parseTypeAndValue(Value *&V, PerFunctionState &PFS) { in parseTypeAndValue()
538 bool parseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseTypeAndValue()
544 bool parseTypeAndBasicBlock(BasicBlock *&BB, PerFunctionState &PFS) { in parseTypeAndBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3042 PerFunctionState &PFS, bool IsMustTailCall, in parseParameterList()
3269 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in parseOptionalOperandBundles()
3898 bool LLParser::parseValID(ValID &ID, PerFunctionState *PFS, Type *ExpectedTy) { in parseValID()
6198 bool LLParser::parseDIArgList(Metadata *&MD, PerFunctionState *PFS) { in parseDIArgList()
6291 bool LLParser::parseMetadataAsValue(Value *&V, PerFunctionState &PFS) { in parseMetadataAsValue()
6306 PerFunctionState *PFS) { in parseValueAsMetadata()
6330 bool LLParser::parseMetadata(Metadata *&MD, PerFunctionState *PFS) { in parseMetadata()
6383 PerFunctionState *PFS) { in convertValIDToValue()
6571 bool LLParser::parseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in parseValue()
6578 bool LLParser::parseTypeAndValue(Value *&V, PerFunctionState *PFS) { in parseTypeAndValue()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h68 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.cpp171 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue()
H A DSIMachineFunctionInfo.cpp752 PerFunctionMIParsingState &PFS, SMDiagnostic &Error, SMRange &SourceRange) { in initializeBaseYamlFields()
H A DAMDGPUTargetMachine.cpp1790 const yaml::MachineFunctionInfo &MFI_, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp690 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp622 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp363 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp671 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h190 PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp938 const yaml::MachineFunctionInfo &MFI, PerFunctionMIParsingState &PFS, in parseMachineFunctionInfo()