Home
last modified time | relevance | path

Searched refs:FeatureBitStack (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp37 SmallVector<FeatureBitset, 4> FeatureBitStack; member in __anon571544da0111::LoongArchAsmParser
115 FeatureBitStack.push_back(getSTI().getFeatureBits()); in pushFeatureBits()
119 if (FeatureBitStack.empty()) in popFeatureBits()
122 FeatureBitset FeatureBits = FeatureBitStack.pop_back_val(); in popFeatureBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp79 SmallVector<FeatureBitset, 4> FeatureBitStack; member in __anon2f54132e0111::RISCVAsmParser
264 assert(FeatureBitStack.size() == ParserOptionsStack.size() && in pushFeatureBits()
266 FeatureBitStack.push_back(getSTI().getFeatureBits()); in pushFeatureBits()
271 assert(FeatureBitStack.size() == ParserOptionsStack.size() && in popFeatureBits()
273 if (FeatureBitStack.empty()) in popFeatureBits()
276 FeatureBitset FeatureBits = FeatureBitStack.pop_back_val(); in popFeatureBits()