Lines Matching refs:getFeatureBits
183 if (!(getSTI().getFeatureBits()[Feature])) { in setFeatureBits()
190 bool getFeatureBits(uint64_t Feature) { in getFeatureBits() function in __anon4b8be85e0111::RISCVAsmParser
191 return getSTI().getFeatureBits()[Feature]; in getFeatureBits()
195 if (getSTI().getFeatureBits()[Feature]) { in clearFeatureBits()
205 FeatureBitStack.push_back(getSTI().getFeatureBits()); in pushFeatureBits()
244 setAvailableFeatures(ComputeAvailableFeatures(STI.getFeatureBits())); in RISCVAsmParser()
248 !getSTI().getFeatureBits()[RISCV::FeatureStdExtF]) { in RISCVAsmParser()
253 !getSTI().getFeatureBits()[RISCV::FeatureStdExtD]) { in RISCVAsmParser()
261 RISCVABI::computeTargetABI(STI.getTargetTriple(), STI.getFeatureBits(), in RISCVAsmParser()
1097 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction()
1494 if (!SysReg->haveRequiredFeatures(getSTI().getFeatureBits())) { in parseCSRSystemRegister()
1965 if (getSTI().getFeatureBits()[RISCV::FeatureRelax]) { in ParseInstruction()
2308 RISCVMatInt::generateInstSeq(Value, getSTI().getFeatureBits()); in emitLoadImm()