Searched refs:IsMipsIsaRevGreaterThanEqual2 (Results 1 – 3 of 3) sorted by relevance
64 bool IsMipsIsaRevGreaterThanEqual2() const { in IsMipsIsaRevGreaterThanEqual2() function
2432 bool has_ins_rotr = codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2(); in HandleShift()3893 const bool is_r2_or_newer = codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2(); in DivRemByPowerOfTwo()9408 bool isR2OrNewer = codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2(); in VisitAbs()9693 bool has_sign_extension = codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2(); in VisitTypeConversion()
50 return codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2(); in IsR2OrNewer()