Searched refs:shouldTreatInstructionLikeSelect (Results 1 – 6 of 6) sorted by relevance
422 bool shouldTreatInstructionLikeSelect(const Instruction *I);
4400 bool AArch64TTIImpl::shouldTreatInstructionLikeSelect(const Instruction *I) { in shouldTreatInstructionLikeSelect() function in AArch64TTIImpl4409 return BaseT::shouldTreatInstructionLikeSelect(I); in shouldTreatInstructionLikeSelect()
971 bool shouldTreatInstructionLikeSelect(const Instruction *I) const;1955 virtual bool shouldTreatInstructionLikeSelect(const Instruction *I) = 0;2516 bool shouldTreatInstructionLikeSelect(const Instruction *I) override { in shouldTreatInstructionLikeSelect() function2517 return Impl.shouldTreatInstructionLikeSelect(I); in shouldTreatInstructionLikeSelect()
401 bool shouldTreatInstructionLikeSelect(const Instruction *I) { in shouldTreatInstructionLikeSelect() function
633 bool TargetTransformInfo::shouldTreatInstructionLikeSelect( in shouldTreatInstructionLikeSelect() function in TargetTransformInfo635 return TTIImpl->shouldTreatInstructionLikeSelect(I); in shouldTreatInstructionLikeSelect()
784 if (!TTI->shouldTreatInstructionLikeSelect(I)) in collectSelectGroups()