Searched defs:PFS (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1915 PerFunctionState &PFS, bool IsMustTailCall, in ParseParameterList() 1977 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in ParseOptionalOperandBundles() 2517 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) { in ParseValID() 4077 bool LLParser::ParseMetadataAsValue(Value *&V, PerFunctionState &PFS) { in ParseMetadataAsValue() 4092 PerFunctionState *PFS) { in ParseValueAsMetadata() 4116 bool LLParser::ParseMetadata(Metadata *&MD, PerFunctionState *PFS) { in ParseMetadata() 4160 PerFunctionState *PFS) { in ConvertValIDToValue() 4298 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in ParseValue() 4304 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue() 4311 PerFunctionState &PFS) { in ParseTypeAndBasicBlock() [all …]
|
D | LLParser.h | 359 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in ParseValue() 364 PerFunctionState &PFS) { in ParseValue() 370 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { in ParseTypeAndValue() 373 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() 379 bool ParseTypeAndBasicBlock(BasicBlock *&BB, PerFunctionState &PFS) { in ParseTypeAndBasicBlock()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 288 PerFunctionMIParsingState PFS; in initializeMachineFunction() local 337 PerFunctionMIParsingState &PFS) { in initializeRegisterInfo() 418 PerFunctionMIParsingState &PFS) { in initializeFrameInfo() 522 MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCalleeSavedRegister() 552 MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseStackObjectsDebugInfo() 577 const PerFunctionMIParsingState &PFS) { in parseMDNode() 613 PerFunctionMIParsingState &PFS) { in initializeJumpTableInfo() 636 const PerFunctionMIParsingState &PFS) { in parseMBBReference()
|
D | MIParser.cpp | 63 const PerFunctionMIParsingState &PFS; member in __anon9477babd0111::MIParser 248 StringRef Source, const PerFunctionMIParsingState &PFS, in MIParser() 1951 PerFunctionMIParsingState &PFS, in parseMachineBasicBlockDefinitions() 1963 const PerFunctionMIParsingState &PFS, in parseMachineInstructions() 1975 const PerFunctionMIParsingState &PFS, in parseMBBReference() 1982 const PerFunctionMIParsingState &PFS, in parseNamedRegisterReference() 1991 const PerFunctionMIParsingState &PFS, in parseVirtualRegisterReference() 2000 const PerFunctionMIParsingState &PFS, in parseStackObjectReference() 2008 StringRef Src, const PerFunctionMIParsingState &PFS, in parseMDNode()
|