Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h231 enum BooleanContent { enum
320 static ISD::NodeType getExtendForContent(BooleanContent Content) { in getExtendForContent()
847 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents()
853 BooleanContent getBooleanContents(EVT Type) const { in getBooleanContents()
2287 void setBooleanContents(BooleanContent Ty) { in setBooleanContents()
2294 void setBooleanContents(BooleanContent IntTy, BooleanContent FloatTy) { in setBooleanContents()
2301 void setBooleanVectorContents(BooleanContent Ty) { in setBooleanVectorContents()
3240 BooleanContent BooleanContents;
3244 BooleanContent BooleanFloatContents;
3248 BooleanContent BooleanVectorContents;
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp792 BooleanContent::ZeroOrNegativeOneBooleanContent) { in SimplifyMultipleUseDemandedBits()
1667 BooleanContent::ZeroOrNegativeOneBooleanContent) { in SimplifyDemandedBits()
3707 TargetLowering::BooleanContent Cnt = getBooleanContents(VT); in isExtendedTrueVal()
5261 BooleanContent BCont = getBooleanContents(MVT::i64); in LowerAsmOperandForConstraint()
H A DLegalizeIntegerTypes.cpp2982 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(NVT); in ExpandIntRes_ADDSUB()
5430 TargetLoweringBase::BooleanContent NOutBoolType = TLI.getBooleanContents(NOutVT); in PromoteIntRes_BUILD_VECTOR()
H A DLegalizeVectorTypes.cpp468 TargetLowering::BooleanContent ScalarBool = in ScalarizeVecRes_VSELECT()
470 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false); in ScalarizeVecRes_VSELECT()
H A DSelectionDAG.cpp1432 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp57236 BooleanContent BCont = getBooleanContents(MVT::i64); in LowerAsmOperandForConstraint()