Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp985 switch (TLI.getBooleanContents(IsVector, IsFP)) { in isConstTrueVal()
998 switch (TLI.getBooleanContents(IsVector, IsFP)) { in getICmpTrueVal()
H A DGISelKnownBits.cpp370 if (TL.getBooleanContents(DstTy.isVector(), in computeKnownBitsImpl()
H A DMachineIRBuilder.cpp431 switch (TLI->getBooleanContents(IsVec, IsFP)) { in getBoolExtOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td111 // 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.td802 // ISD::SELECT requires its operand to conform to getBooleanContents, but
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp457 TLI.getBooleanContents(false, false); in ScalarizeVecRes_VSELECT()
458 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false); in ScalarizeVecRes_VSELECT()
464 if (TLI.getBooleanContents(false, false) != in ScalarizeVecRes_VSELECT()
465 TLI.getBooleanContents(false, true)) { in ScalarizeVecRes_VSELECT()
470 ScalarBool = TLI.getBooleanContents(OpVT.getScalarType()); in ScalarizeVecRes_VSELECT()
471 VecBool = TLI.getBooleanContents(OpVT); in ScalarizeVecRes_VSELECT()
581 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in ScalarizeVecRes_SETCC()
783 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in ScalarizeVecOp_VSETCC()
2905 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in SplitVecOp_VSETCC()
5033 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in WidenVecOp_SETCC()
H A DTargetLowering.cpp771 getBooleanContents(Op0.getValueType()) == in SimplifyMultipleUseDemandedBits()
1413 getBooleanContents(Op0.getValueType()) == in SimplifyDemandedBits()
1426 if (getBooleanContents(Op0.getValueType()) == in SimplifyDemandedBits()
3110 switch (getBooleanContents(N->getValueType(0))) { in isConstTrueVal()
3140 if (getBooleanContents(N->getValueType(0)) == UndefinedBooleanContent) in isConstFalseVal()
3151 TargetLowering::BooleanContent Cnt = getBooleanContents(VT); in isExtendedTrueVal()
3809 getBooleanContents(N0.getOperand(0).getValueType()) == in SimplifySetCC()
3861 (getBooleanContents(XorLHS.getOperand(0).getValueType()) == in SimplifySetCC()
4552 BooleanContent BCont = getBooleanContents(MVT::i64); in LowerAsmOperandForConstraint()
8056 if (getBooleanContents(VT) == ZeroOrNegativeOneBooleanContent) { in expandAddSubSat()
[all …]
H A DLegalizeTypes.cpp1013 TargetLowering::getExtendForContent(TLI.getBooleanContents(ValVT)); in PromoteTargetBoolean()
H A DSelectionDAG.cpp1286 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc()
1338 switch (TLI->getBooleanContents(OpVT)) { in getBoolConstant()
3080 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in computeKnownBits()
3090 if (TLI->getBooleanContents(Op.getOperand(OpNo).getValueType()) == in computeKnownBits()
3321 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in computeKnownBits()
3344 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in computeKnownBits()
3534 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in computeKnownBits()
3904 if (TLI->getBooleanContents(VT.isVector(), false) == in ComputeNumSignBits()
3913 if (TLI->getBooleanContents(Op.getOperand(OpNo).getValueType()) == in ComputeNumSignBits()
H A DLegalizeVectorOps.cpp1192 auto BoolContents = TLI.getBooleanContents(Op1.getValueType()); in ExpandVSELECT()
H A DDAGCombiner.cpp917 if (TLI.getBooleanContents(N.getValueType()) == in isSetCCEquivalent()
2622 TLI.getBooleanContents(V.getValueType()) == in getAsCarry()
2695 TLI.getBooleanContents(VT) == TargetLowering::ZeroOrOneBooleanContent) { in visitADDLikeCommutative()
2779 switch(TLI.getBooleanContents(VT)) { in extractBooleanFlip()
3521 TLI.getBooleanContents(VT) == in visitSUB()
8238 TLI.getBooleanContents(N00.getOperand(0).getValueType()) == in visitSHL()
9432 TLI.getBooleanContents(/*isVec*/false, /*isFloat*/true) == in foldSelectOfConstants()
9434 TLI.getBooleanContents(/*isVec*/false, /*isFloat*/false) == in foldSelectOfConstants()
10933 TLI.getBooleanContents(N00VT) == in foldSextSetcc()
22635 TLI.getBooleanContents(CmpOpVT) == in SimplifySelectCC()
H A DLegalizeDAG.cpp3599 switch (TLI.getBooleanContents(Tmp1.getValueType())) { in ExpandNode()
H A DLegalizeIntegerTypes.cpp2645 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(NVT); in ExpandIntRes_ADDSUB()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h827 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents() function
833 BooleanContent getBooleanContents(EVT Type) const { in getBooleanContents() function
834 return getBooleanContents(Type.isVector(), Type.isFloatingPoint()); in getBooleanContents()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52001 BooleanContent BCont = getBooleanContents(MVT::i64); in LowerAsmOperandForConstraint()