Home
last modified time | relevance | path

Searched refs:ActiveFeatures (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp52 const FeatureBitset &ActiveFeatures, in generateInstSeqImpl() argument
54 bool IsRV64 = ActiveFeatures[RISCV::Feature64Bit]; in generateInstSeqImpl()
115 generateInstSeqImpl(Hi52, ActiveFeatures, Res); in generateInstSeqImpl()
126 generateInstSeqImpl(Val, ActiveFeatures, Res); in generateInstSeq()
131 assert(ActiveFeatures[RISCV::Feature64Bit] && in generateInstSeq()
141 generateInstSeqImpl(ShiftedVal, ActiveFeatures, TmpSeq); in generateInstSeq()
155 generateInstSeqImpl(ShiftedVal, ActiveFeatures, TmpSeq); in generateInstSeq()
168 if (LeadingZeros == 32 && ActiveFeatures[RISCV::FeatureExtZba]) { in generateInstSeq()
172 generateInstSeqImpl(LeadingOnesVal, ActiveFeatures, TmpSeq); in generateInstSeq()
189 const FeatureBitset &ActiveFeatures, in getIntMatCost() argument
[all …]
H A DRISCVMatInt.h34 InstSeq generateInstSeq(int64_t Val, const FeatureBitset &ActiveFeatures);
47 const FeatureBitset &ActiveFeatures,
H A DRISCVBaseInfo.h260 bool haveRequiredFeatures(const FeatureBitset &ActiveFeatures) const { in haveRequiredFeatures()
262 if (isRV32Only && ActiveFeatures[RISCV::Feature64Bit]) in haveRequiredFeatures()
267 return (FeaturesRequired & ActiveFeatures) == FeaturesRequired; in haveRequiredFeatures()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h199 bool hasRequiredFeatures(FeatureBitset ActiveFeatures) const { in hasRequiredFeatures()
200 return (FeaturesRequired & ActiveFeatures) == FeaturesRequired; in hasRequiredFeatures()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h345 bool haveFeatures(FeatureBitset ActiveFeatures) const { in haveFeatures()
346 return (FeaturesRequired & ActiveFeatures) == FeaturesRequired; in haveFeatures()
579 bool haveFeatures(FeatureBitset ActiveFeatures) const { in haveFeatures()
580 return (FeaturesRequired & ActiveFeatures) == FeaturesRequired; in haveFeatures()