Searched defs:PFS (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 133 PerFunctionState *PFS) { in ResolveForwardRefBlockAddresses() 1066 PerFunctionState *PFS) { in ParseInstructionMetadata() 1348 PerFunctionState &PFS) { in ParseParameterList() 1892 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) { in ParseValID() 2390 bool LLParser::ParseMetadataListValue(ValID &ID, PerFunctionState *PFS) { in ParseMetadataListValue() 2408 bool LLParser::ParseMetadataValue(ValID &ID, PerFunctionState *PFS) { in ParseMetadataValue() 2438 PerFunctionState *PFS) { in ConvertValIDToValue() 2554 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in ParseValue() 2561 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue() 2568 PerFunctionState &PFS) { in ParseTypeAndBasicBlock() [all …]
|
D | LLParser.h | 279 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in ParseValue() 283 PerFunctionState &PFS) { in ParseValue() 289 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { in ParseTypeAndValue() 292 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() 298 bool ParseTypeAndBasicBlock(BasicBlock *&BB, PerFunctionState &PFS) { in ParseTypeAndBasicBlock()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 295 PerFunctionMIParsingState PFS(MF, SM, IRSlots); in initializeMachineFunction() local 354 bool MIRParserImpl::initializeRegisterInfo(PerFunctionMIParsingState &PFS, in initializeRegisterInfo() 433 void MIRParserImpl::inferRegisterInfo(const PerFunctionMIParsingState &PFS, in inferRegisterInfo() 449 bool MIRParserImpl::initializeFrameInfo(PerFunctionMIParsingState &PFS, in initializeFrameInfo() 553 bool MIRParserImpl::parseCalleeSavedRegister(PerFunctionMIParsingState &PFS, in parseCalleeSavedRegister() 581 bool MIRParserImpl::parseStackObjectsDebugInfo(PerFunctionMIParsingState &PFS, in parseStackObjectsDebugInfo() 604 bool MIRParserImpl::parseMDNode(const PerFunctionMIParsingState &PFS, in parseMDNode() 614 bool MIRParserImpl::initializeConstantPool(PerFunctionMIParsingState &PFS, in initializeConstantPool() 639 bool MIRParserImpl::initializeJumpTableInfo(PerFunctionMIParsingState &PFS, in initializeJumpTableInfo() 660 bool MIRParserImpl::parseMBBReference(const PerFunctionMIParsingState &PFS, in parseMBBReference()
|
D | MIParser.cpp | 68 const PerFunctionMIParsingState &PFS; member in __anon205bc4bc0111::MIParser 257 MIParser::MIParser(const PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser() 2054 bool llvm::parseMachineBasicBlockDefinitions(PerFunctionMIParsingState &PFS, in parseMachineBasicBlockDefinitions() 2060 bool llvm::parseMachineInstructions(const PerFunctionMIParsingState &PFS, in parseMachineInstructions() 2065 bool llvm::parseMBBReference(const PerFunctionMIParsingState &PFS, in parseMBBReference() 2071 bool llvm::parseNamedRegisterReference(const PerFunctionMIParsingState &PFS, in parseNamedRegisterReference() 2077 bool llvm::parseVirtualRegisterReference(const PerFunctionMIParsingState &PFS, in parseVirtualRegisterReference() 2083 bool llvm::parseStackObjectReference(const PerFunctionMIParsingState &PFS, in parseStackObjectReference() 2089 bool llvm::parseMDNode(const PerFunctionMIParsingState &PFS, in parseMDNode()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2079 PerFunctionState &PFS, bool IsMustTailCall, in ParseParameterList() 2141 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in ParseOptionalOperandBundles() 2681 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) { in ParseValID() 4299 bool LLParser::ParseMetadataAsValue(Value *&V, PerFunctionState &PFS) { in ParseMetadataAsValue() 4314 PerFunctionState *PFS) { in ParseValueAsMetadata() 4338 bool LLParser::ParseMetadata(Metadata *&MD, PerFunctionState *PFS) { in ParseMetadata() 4382 PerFunctionState *PFS) { in ConvertValIDToValue() 4520 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in ParseValue() 4526 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue() 4533 PerFunctionState &PFS) { in ParseTypeAndBasicBlock() [all …]
|
D | LLParser.h | 365 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in ParseValue() 370 PerFunctionState &PFS) { in ParseValue() 376 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { in ParseTypeAndValue() 379 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() 385 bool ParseTypeAndBasicBlock(BasicBlock *&BB, PerFunctionState &PFS) { in ParseTypeAndBasicBlock()
|