Home
last modified time | relevance | path

Searched refs:getBooleanContents (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp378 if (TL.getBooleanContents(DstTy.isVector(), in computeKnownBitsImpl()
584 if (TL.getBooleanContents(DstTy.isVector(), false) == in computeKnownBitsImpl()
711 if (TL.getBooleanContents(DstTy.isVector(), false) == in computeNumSignBits()
723 auto BC = TL.getBooleanContents(DstTy.isVector(), IsFP); in computeNumSignBits()
H A DUtils.cpp1465 switch (TLI.getBooleanContents(IsVector, IsFP)) { in isConstTrueVal()
1478 switch (TLI.getBooleanContents(IsVector, IsFP)) { in isConstFalseVal()
1490 switch (TLI.getBooleanContents(IsVector, IsFP)) { in getICmpTrueVal()
H A DMachineIRBuilder.cpp492 switch (TLI->getBooleanContents(IsVec, IsFP)) { in getBoolExtOp()
514 switch (TLI->getBooleanContents(IsVector, IsFP)) { in buildBoolExtInReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td115 // ISD::SELECT requires its operand to conform to getBooleanContents, but
H A DWebAssemblyInstrInteger.td119 // ISD::SELECT requires its operand to conform to getBooleanContents, but
H A DWebAssemblyInstrSIMD.td846 // ISD::SELECT requires its operand to conform to getBooleanContents, but
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp807 getBooleanContents(Op0.getValueType()) == in SimplifyMultipleUseDemandedBits()
1703 getBooleanContents(Op0.getValueType()) == in SimplifyDemandedBits()
1716 if (getBooleanContents(Op0.getValueType()) == in SimplifyDemandedBits()
3856 switch (getBooleanContents(N.getValueType())) { in isConstTrueVal()
3897 TargetLowering::BooleanContent Cnt = getBooleanContents(VT); in isExtendedTrueVal()
4729 getBooleanContents(N0.getOperand(0).getValueType()) == in SimplifySetCC()
5495 BooleanContent BCont = getBooleanContents(MVT::i64); in LowerAsmOperandForConstraint()
7708 if (getBooleanContents(HiLoVT) == in expandDIVREMByConstant()
9926 getBooleanContents(VT) == ZeroOrNegativeOneBooleanContent) { in expandIntMINMAX()
10053 if (getBooleanContents(VT) == ZeroOrNegativeOneBooleanContent) { in expandAddSubSat()
[all …]
H A DLegalizeVectorTypes.cpp505 TLI.getBooleanContents(false, false); in ScalarizeVecRes_VSELECT()
512 if (TLI.getBooleanContents(false, false) != in ScalarizeVecRes_VSELECT()
513 TLI.getBooleanContents(false, true)) { in ScalarizeVecRes_VSELECT()
518 ScalarBool = TLI.getBooleanContents(OpVT.getScalarType()); in ScalarizeVecRes_VSELECT()
519 VecBool = TLI.getBooleanContents(OpVT); in ScalarizeVecRes_VSELECT()
629 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in ScalarizeVecRes_SETCC()
653 TargetLowering::getExtendForContent(TLI.getBooleanContents(ArgVT)); in ScalarizeVecRes_IS_FPCLASS()
858 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in ScalarizeVecOp_VSETCC()
3951 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in SplitVecOp_VSETCC()
6239 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in WidenVecOp_IS_FPCLASS()
[all …]
H A DSelectionDAG.cpp1518 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc()
1591 switch (TLI->getBooleanContents(OpVT)) { in getBoolConstant()
2492 TLI->getBooleanContents(OpVT) == in FoldSetCC()
3426 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in computeKnownBits()
3437 if (TLI->getBooleanContents(Op.getOperand(OpNo).getValueType()) == in computeKnownBits()
3734 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in computeKnownBits()
3766 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in computeKnownBits()
3987 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in computeKnownBits()
4523 if (TLI->getBooleanContents(VT.isVector(), false) == in ComputeNumSignBits()
4533 if (TLI->getBooleanContents(Op.getOperand(OpNo).getValueType()) == in ComputeNumSignBits()
[all …]
H A DLegalizeIntegerTypes.cpp2464 switch (TLI.getBooleanContents(InVT)) { in PromoteIntOp_VECREDUCE()
2483 switch (TLI.getBooleanContents(InVT)) { in PromoteIntOp_VECREDUCE()
3255 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(NVT); in ExpandIntRes_ADDSUB()
5685 TargetLoweringBase::BooleanContent NOutBoolType = TLI.getBooleanContents(NOutVT); in PromoteIntRes_BUILD_VECTOR()
H A DLegalizeVectorOps.cpp1442 auto BoolContents = TLI.getBooleanContents(Op1.getValueType()); in ExpandVSELECT()
H A DDAGCombiner.cpp1117 if (TLI.getBooleanContents(N.getValueType()) == in isSetCCEquivalent()
3106 TLI.getBooleanContents(V.getValueType()) == in getAsCarry()
3201 TLI.getBooleanContents(VT) == TargetLowering::ZeroOrOneBooleanContent) { in visitADDLikeCommutative()
3285 switch(TLI.getBooleanContents(VT)) { in extractBooleanFlip()
4059 TLI.getBooleanContents(VT) == in visitSUB()
6341 if (TLI.getBooleanContents(CondVT) != in combineSelectAsExtAnd()
9874 TLI.getBooleanContents(N00.getOperand(0).getValueType()) == in visitSHL()
11343 TLI.getBooleanContents(/*isVec*/false, /*isFloat*/true) == in foldSelectOfConstants()
11345 TLI.getBooleanContents(/*isVec*/false, /*isFloat*/false) == in foldSelectOfConstants()
13265 TLI.getBooleanContents(N00VT) == in foldSextSetcc()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h942 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents() function
948 BooleanContent getBooleanContents(EVT Type) const { in getBooleanContents() function
949 return getBooleanContents(Type.isVector(), Type.isFloatingPoint()); in getBooleanContents()
962 ISD::NodeType ExtendCode = getExtendForContent(getBooleanContents(ValVT)); in promoteTargetBoolean()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp57042 BooleanContent BCont = getBooleanContents(MVT::i64); in LowerAsmOperandForConstraint()