Home
last modified time | relevance | path

Searched refs:BooleanContent (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h140 enum BooleanContent { enum
205 static ISD::NodeType getExtendForContent(BooleanContent Content) { in getExtendForContent()
598 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents()
604 BooleanContent getBooleanContents(EVT Type) const { in getBooleanContents()
1798 void setBooleanContents(BooleanContent Ty) { in setBooleanContents()
1805 void setBooleanContents(BooleanContent IntTy, BooleanContent FloatTy) { in setBooleanContents()
1812 void setBooleanVectorContents(BooleanContent Ty) { in setBooleanVectorContents()
2514 BooleanContent BooleanContents;
2518 BooleanContent BooleanFloatContents;
2522 BooleanContent BooleanVectorContents;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1438 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(VT); in PromoteIntOp_ADDSUBCARRY()
1994 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(NVT); in ExpandIntRes_ADDSUB()
H A DLegalizeVectorTypes.cpp399 TargetLowering::BooleanContent ScalarBool = in ScalarizeVecRes_VSELECT()
401 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false); in ScalarizeVecRes_VSELECT()
H A DTargetLowering.cpp812 BooleanContent::ZeroOrNegativeOneBooleanContent) { in SimplifyDemandedBits()
2032 TargetLowering::BooleanContent Cnt = getBooleanContents(VT); in isExtendedTrueVal()
H A DSelectionDAG.cpp1123 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc()