Searched refs:getBooleanContents (Results 1 – 8 of 8) sorted by relevance
673 TLI.getBooleanContents(true) != in ExpandVSELECT()
1082 TargetLowering::getExtendForContent(TLI.getBooleanContents(VT.isVector())); in PromoteTargetBoolean()
254 TargetLowering::BooleanContent ScalarBool = TLI.getBooleanContents(false); in ScalarizeVecRes_VSELECT()255 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true); in ScalarizeVecRes_VSELECT()342 TargetLowering::getExtendForContent(TLI.getBooleanContents(true)); in ScalarizeVecRes_VSETCC()
1358 getBooleanContents(false) == ZeroOrOneBooleanContent)) { in SimplifySetCC()1615 switch (getBooleanContents(N0.getValueType().isVector())) { in SimplifySetCC()
1805 if (TLI->getBooleanContents(Op.getValueType().isVector()) == in ComputeMaskedBits()2213 if (TLI->getBooleanContents(Op.getValueType().isVector()) == in ComputeNumSignBits()
4161 TLI.getBooleanContents(false) == in visitSELECT()4552 TLI.getBooleanContents(true) == in visitSIGN_EXTEND()9940 TLI.getBooleanContents(N0.getValueType().isVector()) == in SimplifySelectCC()
3626 switch (TLI.getBooleanContents(VT.isVector())) { in ExpandNode()
226 BooleanContent getBooleanContents(bool isVec) const { in getBooleanContents() function