/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.h | 234 class PerFunctionState { 245 PerFunctionState(LLParser &p, Function &f, int FunctionNumber); 246 ~PerFunctionState(); 276 PerFunctionState *PFS); 278 bool ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS); 279 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in ParseValue() 283 PerFunctionState &PFS) { in ParseValue() 288 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS); 289 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { in ParseTypeAndValue() 292 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() [all …]
|
D | LLParser.cpp | 133 PerFunctionState *PFS) { in ResolveForwardRefBlockAddresses() 1066 PerFunctionState *PFS) { in ParseInstructionMetadata() 1348 PerFunctionState &PFS) { in ParseParameterList() 1629 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState 1640 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState() 1661 bool LLParser::PerFunctionState::FinishFunction() { in FinishFunction() 1699 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, in GetVal() 1741 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, in GetVal() 1784 bool LLParser::PerFunctionState::SetInstName(int NameID, in SetInstName() 1843 BasicBlock *LLParser::PerFunctionState::GetBB(const std::string &Name, in GetBB() [all …]
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 132 class PerFunctionState; variable 136 PerFunctionState *BlockAddressPFS; 317 class PerFunctionState { 328 PerFunctionState(LLParser &p, Function &f, int FunctionNumber); 329 ~PerFunctionState(); 361 PerFunctionState *PFS); 364 bool ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS); 365 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in ParseValue() 370 PerFunctionState &PFS) { in ParseValue() 375 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS); [all …]
|
D | LLParser.cpp | 2079 PerFunctionState &PFS, bool IsMustTailCall, in ParseParameterList() 2141 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in ParseOptionalOperandBundles() 2441 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState 2451 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState() 2471 bool LLParser::PerFunctionState::FinishFunction() { in FinishFunction() 2487 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, Type *Ty, in GetVal() 2529 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, LocTy Loc) { in GetVal() 2571 bool LLParser::PerFunctionState::SetInstName(int NameID, in SetInstName() 2632 BasicBlock *LLParser::PerFunctionState::GetBB(const std::string &Name, in GetBB() 2638 BasicBlock *LLParser::PerFunctionState::GetBB(unsigned ID, LocTy Loc) { in GetBB() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.h | 136 class PerFunctionState; variable 140 PerFunctionState *BlockAddressPFS; 405 class PerFunctionState { 416 PerFunctionState(LLParser &p, Function &f, int functionNumber); 417 ~PerFunctionState(); 449 PerFunctionState *PFS, bool IsCall); 452 bool ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS); 453 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in ParseValue() 458 PerFunctionState &PFS) { in ParseValue() 463 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS); [all …]
|
D | LLParser.cpp | 2345 PerFunctionState &PFS, bool IsMustTailCall, in ParseParameterList() 2405 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in ParseOptionalOperandBundles() 2702 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState 2712 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState() 2732 bool LLParser::PerFunctionState::FinishFunction() { in FinishFunction() 2760 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, Type *Ty, in GetVal() 2803 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, LocTy Loc, in GetVal() 2847 bool LLParser::PerFunctionState::SetInstName(int NameID, in SetInstName() 2908 BasicBlock *LLParser::PerFunctionState::GetBB(const std::string &Name, in GetBB() 2914 BasicBlock *LLParser::PerFunctionState::GetBB(unsigned ID, LocTy Loc) { in GetBB() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | XRayExample.rst | 87 …7 LLParser.cpp:2692:0: llvm::LLParser::ParseValID(llvm::ValID&, llvm::LLParser::PerFunctionState*)
|