Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp133 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 …]
DLLParser.h279 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/
DMIRParser.cpp295 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()
DMIParser.cpp68 const PerFunctionMIParsingState &PFS; member in __anon9477babd0111::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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp369 PerFunctionMIParsingState PFS(MF, SM, IRSlots, Names2RegClasses, in initializeMachineFunction() local
429 bool MIRParserImpl::parseRegisterInfo(PerFunctionMIParsingState &PFS, in parseRegisterInfo()
510 bool MIRParserImpl::setupRegisterInfo(const PerFunctionMIParsingState &PFS, in setupRegisterInfo()
565 bool MIRParserImpl::initializeFrameInfo(PerFunctionMIParsingState &PFS, in initializeFrameInfo()
676 bool MIRParserImpl::parseCalleeSavedRegister(PerFunctionMIParsingState &PFS, in parseCalleeSavedRegister()
707 bool MIRParserImpl::parseStackObjectsDebugInfo(PerFunctionMIParsingState &PFS, in parseStackObjectsDebugInfo()
729 bool MIRParserImpl::parseMDNode(PerFunctionMIParsingState &PFS, in parseMDNode()
739 bool MIRParserImpl::initializeConstantPool(PerFunctionMIParsingState &PFS, in initializeConstantPool()
768 bool MIRParserImpl::initializeJumpTableInfo(PerFunctionMIParsingState &PFS, in initializeJumpTableInfo()
789 bool MIRParserImpl::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference()
DMIParser.cpp137 PerFunctionMIParsingState &PFS; member in __anon21dc26f50111::MIParser
356 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser()
2770 bool llvm::parseMachineBasicBlockDefinitions(PerFunctionMIParsingState &PFS, in parseMachineBasicBlockDefinitions()
2776 bool llvm::parseMachineInstructions(PerFunctionMIParsingState &PFS, in parseMachineInstructions()
2781 bool llvm::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference()
2787 bool llvm::parseRegisterReference(PerFunctionMIParsingState &PFS, in parseRegisterReference()
2793 bool llvm::parseNamedRegisterReference(PerFunctionMIParsingState &PFS, in parseNamedRegisterReference()
2799 bool llvm::parseVirtualRegisterReference(PerFunctionMIParsingState &PFS, in parseVirtualRegisterReference()
2805 bool llvm::parseStackObjectReference(PerFunctionMIParsingState &PFS, in parseStackObjectReference()
2811 bool llvm::parseMDNode(PerFunctionMIParsingState &PFS, in parseMDNode()
/external/llvm/lib/AsmParser/
DLLParser.cpp2079 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 …]
DLLParser.h365 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp2345 PerFunctionState &PFS, bool IsMustTailCall, in ParseParameterList()
2405 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in ParseOptionalOperandBundles()
2957 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) { in ParseValID()
4811 bool LLParser::ParseMetadataAsValue(Value *&V, PerFunctionState &PFS) { in ParseMetadataAsValue()
4826 PerFunctionState *PFS) { in ParseValueAsMetadata()
4850 bool LLParser::ParseMetadata(Metadata *&MD, PerFunctionState *PFS) { in ParseMetadata()
4893 PerFunctionState *PFS, bool IsCall) { in ConvertValIDToValue()
5034 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in ParseValue()
5041 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue()
5048 PerFunctionState &PFS) { in ParseTypeAndBasicBlock()
[all …]
DLLParser.h453 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in ParseValue()
458 PerFunctionState &PFS) { in ParseValue()
464 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { in ParseTypeAndValue()
467 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue()
473 bool ParseTypeAndBasicBlock(BasicBlock *&BB, PerFunctionState &PFS) { in ParseTypeAndBasicBlock()