Searched refs:shouldExpandCmpUsingSelects (Results 1 – 7 of 7) sorted by relevance
531 bool shouldExpandCmpUsingSelects(EVT VT) const override { return true; } in shouldExpandCmpUsingSelects() function
417 bool shouldExpandCmpUsingSelects(EVT VT) const override;
28529 bool AArch64TargetLowering::shouldExpandCmpUsingSelects(EVT VT) const { in shouldExpandCmpUsingSelects() function in AArch64TargetLowering
2861 if (TLI->shouldExpandCmpUsingSelects(VT)) { in getTypeBasedIntrinsicInstrCost()
3499 virtual bool shouldExpandCmpUsingSelects(EVT VT) const { return false; } in shouldExpandCmpUsingSelects() function
8184 if (TLI.shouldExpandCmpUsingSelects(getApproximateEVTForLLT(SrcTy, Ctx)) || in lowerThreewayCompare()
10953 if (shouldExpandCmpUsingSelects(VT) || BoolVT.getScalarSizeInBits() == 1 || in expandCMP()