Searched refs:ActiveFeatures (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMatInt.cpp | 52 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 D | RISCVMatInt.h | 34 InstSeq generateInstSeq(int64_t Val, const FeatureBitset &ActiveFeatures); 47 const FeatureBitset &ActiveFeatures,
|
| H A D | RISCVBaseInfo.h | 260 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 D | ARMBaseInfo.h | 199 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 D | AArch64BaseInfo.h | 345 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()
|