Searched refs:IsRVE (Results 1 – 2 of 2) sorted by relevance
42 bool IsRVE = FeatureBits[RISCV::FeatureStdExtE]; in computeTargetABI() local56 } else if (!IsRV64 && IsRVE && TargetABI != ABI_ILP32E && in computeTargetABI()62 } else if (IsRV64 && IsRVE && TargetABI != ABI_LP64E && in computeTargetABI()71 (TargetABI == ABI_Unknown && IsRVE && !IsRV64)) && in computeTargetABI()
74 bool IsRVE = Decoder->getSubtargetInfo().hasFeature(RISCV::FeatureStdExtE); in DecodeGPRRegisterClass() local76 if (RegNo >= 32 || (IsRVE && RegNo >= 16)) in DecodeGPRRegisterClass()