Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td111 // ISD::SELECT requires its operand to conform to getBooleanContents, but
DWebAssemblyInstrFloat.td111 // ISD::SELECT requires its operand to conform to getBooleanContents, but
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp272 if (TL.getBooleanContents(DstTy.isVector(), in computeKnownBitsImpl()
DMachineIRBuilder.cpp426 switch (TLI->getBooleanContents(IsVec, IsFP)) { in getBoolExtOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp431 TLI.getBooleanContents(false, false); in ScalarizeVecRes_VSELECT()
432 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false); in ScalarizeVecRes_VSELECT()
438 if (TLI.getBooleanContents(false, false) != in ScalarizeVecRes_VSELECT()
439 TLI.getBooleanContents(false, true)) { in ScalarizeVecRes_VSELECT()
444 ScalarBool = TLI.getBooleanContents(OpVT.getScalarType()); in ScalarizeVecRes_VSELECT()
445 VecBool = TLI.getBooleanContents(OpVT); in ScalarizeVecRes_VSELECT()
540 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in ScalarizeVecRes_SETCC()
734 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in ScalarizeVecOp_VSETCC()
2624 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in SplitVecOp_VSETCC()
4639 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in WidenVecOp_SETCC()
DTargetLowering.cpp731 getBooleanContents(Op0.getValueType()) == in SimplifyMultipleUseDemandedBits()
1301 getBooleanContents(Op0.getValueType()) == in SimplifyDemandedBits()
1314 if (getBooleanContents(Op0.getValueType()) == in SimplifyDemandedBits()
2789 switch (getBooleanContents(N->getValueType(0))) { in isConstTrueVal()
2819 if (getBooleanContents(N->getValueType(0)) == UndefinedBooleanContent) in isConstFalseVal()
2830 TargetLowering::BooleanContent Cnt = getBooleanContents(VT); in isExtendedTrueVal()
3451 getBooleanContents(N0.getOperand(0).getValueType()) == in SimplifySetCC()
3504 (getBooleanContents(XorLHS.getOperand(0).getValueType()) == in SimplifySetCC()
3506 getBooleanContents(XorRHS.getOperand(0).getValueType()) == in SimplifySetCC()
3989 ISD::NodeType ExtendCode = getExtendForContent(getBooleanContents(OpVT)); in SimplifySetCC()
[all …]
DLegalizeTypes.cpp987 TargetLowering::getExtendForContent(TLI.getBooleanContents(ValVT)); in PromoteTargetBoolean()
DSelectionDAG.cpp1165 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc()
1211 switch (TLI->getBooleanContents(OpVT)) { in getBoolConstant()
2854 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in computeKnownBits()
2864 if (TLI->getBooleanContents(Op.getOperand(OpNo).getValueType()) == in computeKnownBits()
3131 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in computeKnownBits()
3151 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in computeKnownBits()
3743 if (TLI->getBooleanContents(VT.isVector(), false) == in ComputeNumSignBits()
3752 if (TLI->getBooleanContents(Op.getOperand(OpNo).getValueType()) == in ComputeNumSignBits()
DLegalizeVectorOps.cpp1271 TLI.getBooleanContents(Op1.getValueType()) != in ExpandVSELECT()
DDAGCombiner.cpp830 if (TLI.getBooleanContents(N.getValueType()) == in isSetCCEquivalent()
2401 TLI.getBooleanContents(V.getValueType()) == in getAsCarry()
2474 TLI.getBooleanContents(VT) == TargetLowering::ZeroOrOneBooleanContent) { in visitADDLikeCommutative()
2540 switch (TLI.getBooleanContents(VT)) { in flipBoolean()
2576 switch(TLI.getBooleanContents(VT)) { in extractBooleanFlip()
3202 TLI.getBooleanContents(VT) == in visitSUB()
7472 TLI.getBooleanContents(N00.getOperand(0).getValueType()) == in visitSHL()
8489 TLI.getBooleanContents(/*isVec*/false, /*isFloat*/true) == in foldSelectOfConstants()
8491 TLI.getBooleanContents(/*isVec*/false, /*isFloat*/false) == in foldSelectOfConstants()
9743 TLI.getBooleanContents(N00VT) == in visitSIGN_EXTEND()
[all …]
DLegalizeDAG.cpp3644 switch (TLI.getBooleanContents(Tmp1.getValueType())) { in ExpandNode()
DLegalizeIntegerTypes.cpp2309 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(NVT); in ExpandIntRes_ADDSUB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h683 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents() function
689 BooleanContent getBooleanContents(EVT Type) const { in getBooleanContents() function
690 return getBooleanContents(Type.isVector(), Type.isFloatingPoint()); in getBooleanContents()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp46782 BooleanContent BCont = getBooleanContents(MVT::i64); in LowerAsmOperandForConstraint()