• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/

Lines Matching refs:PerFunctionState

2505                                   PerFunctionState &PFS, bool IsMustTailCall,
2596 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) {
2918 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f,
2928 LLParser::PerFunctionState::~PerFunctionState() {
2948 bool LLParser::PerFunctionState::FinishFunction() {
2963 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, Type *Ty,
2998 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, LocTy Loc,
3034 bool LLParser::PerFunctionState::SetInstName(int NameID,
3095 BasicBlock *LLParser::PerFunctionState::GetBB(const std::string &Name,
3101 BasicBlock *LLParser::PerFunctionState::GetBB(unsigned ID, LocTy Loc) {
3109 BasicBlock *LLParser::PerFunctionState::DefineBB(const std::string &Name,
3158 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) {
5173 bool LLParser::ParseMetadataAsValue(Value *&V, PerFunctionState &PFS) {
5188 PerFunctionState *PFS) {
5212 bool LLParser::ParseMetadata(Metadata *&MD, PerFunctionState *PFS) {
5255 PerFunctionState *PFS, bool IsCall) {
5399 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) {
5406 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) {
5413 PerFunctionState &PFS) {
5663 bool LLParser::PerFunctionState::resolveForwardRefBlockAddresses() {
5709 PerFunctionState PFS(*this, Fn, FunctionNumber);
5715 SaveAndRestore<PerFunctionState *> ScopeExit(BlockAddressPFS, &PFS);
5738 bool LLParser::ParseBasicBlock(PerFunctionState &PFS) {
5814 PerFunctionState &PFS) {
6019 PerFunctionState &PFS) {
6049 bool LLParser::ParseBr(Instruction *&Inst, PerFunctionState &PFS) {
6078 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) {
6123 bool LLParser::ParseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) {
6163 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) {
6259 bool LLParser::ParseResume(Instruction *&Inst, PerFunctionState &PFS) {
6270 PerFunctionState &PFS) {
6303 bool LLParser::ParseCleanupRet(Instruction *&Inst, PerFunctionState &PFS) {
6332 bool LLParser::ParseCatchRet(Instruction *&Inst, PerFunctionState &PFS) {
6352 bool LLParser::ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) {
6402 bool LLParser::ParseCatchPad(Instruction *&Inst, PerFunctionState &PFS) {
6424 bool LLParser::ParseCleanupPad(Instruction *&Inst, PerFunctionState &PFS) {
6454 bool LLParser::ParseUnaryOp(Instruction *&Inst, PerFunctionState &PFS,
6474 bool LLParser::ParseCallBr(Instruction *&Inst, PerFunctionState &PFS) {
6594 bool LLParser::ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS,
6614 bool LLParser::ParseLogical(Instruction *&Inst, PerFunctionState &PFS,
6632 bool LLParser::ParseCompare(Instruction *&Inst, PerFunctionState &PFS,
6665 bool LLParser::ParseCast(Instruction *&Inst, PerFunctionState &PFS,
6687 bool LLParser::ParseSelect(Instruction *&Inst, PerFunctionState &PFS) {
6706 bool LLParser::ParseVA_Arg(Instruction *&Inst, PerFunctionState &PFS) {
6724 bool LLParser::ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS) {
6741 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) {
6760 bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) {
6779 int LLParser::ParsePHI(Instruction *&Inst, PerFunctionState &PFS) {
6829 bool LLParser::ParseLandingPad(Instruction *&Inst, PerFunctionState &PFS) {
6874 bool LLParser::ParseFreeze(Instruction *&Inst, PerFunctionState &PFS) {
6893 bool LLParser::ParseCall(Instruction *&Inst, PerFunctionState &PFS,
7007 int LLParser::ParseAlloc(Instruction *&Inst, PerFunctionState &PFS) {
7074 int LLParser::ParseLoad(Instruction *&Inst, PerFunctionState &PFS) {
7127 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS) {
7177 int LLParser::ParseCmpXchg(Instruction *&Inst, PerFunctionState &PFS) {
7235 int LLParser::ParseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) {
7321 int LLParser::ParseFence(Instruction *&Inst, PerFunctionState &PFS) {
7338 int LLParser::ParseGetElementPtr(Instruction *&Inst, PerFunctionState &PFS) {
7402 int LLParser::ParseExtractValue(Instruction *&Inst, PerFunctionState &PFS) {
7421 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) {
7548 bool LLParser::ParseUseListOrder(PerFunctionState *PFS) {