Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/
Dselect-mask.ll3 ;; getBooleanContents on Sparc used to claim that no bits mattered
/external/llvm/test/CodeGen/SPARC/
Dselect-mask.ll3 ;; getBooleanContents on Sparc used to claim that no bits mattered
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td85 // ISD::SELECT requires its operand to conform to getBooleanContents, but
DWebAssemblyInstrFloat.td89 // ISD::SELECT requires its operand to conform to getBooleanContents, but
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td87 // ISD::SELECT requires its operand to conform to getBooleanContents, but
DWebAssemblyInstrFloat.td91 // ISD::SELECT requires its operand to conform to getBooleanContents, but
/external/llvm/include/llvm/Target/
DTargetLowering.h406 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents() function
412 BooleanContent getBooleanContents(EVT Type) const { in getBooleanContents() function
413 return getBooleanContents(Type.isVector(), Type.isFloatingPoint()); in getBooleanContents()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp326 TLI.getBooleanContents(false, false); in ScalarizeVecRes_VSELECT()
327 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false); in ScalarizeVecRes_VSELECT()
333 if (TLI.getBooleanContents(false, false) != in ScalarizeVecRes_VSELECT()
334 TLI.getBooleanContents(false, true)) { in ScalarizeVecRes_VSELECT()
339 ScalarBool = TLI.getBooleanContents(OpVT.getScalarType()); in ScalarizeVecRes_VSELECT()
340 VecBool = TLI.getBooleanContents(OpVT); in ScalarizeVecRes_VSELECT()
435 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in ScalarizeVecRes_SETCC()
583 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in ScalarizeVecOp_VSETCC()
DTargetLowering.cpp764 getBooleanContents(VT) == in SimplifyDemandedBits()
777 if (getBooleanContents(Op0.getValueType()) == in SimplifyDemandedBits()
1739 switch (getBooleanContents(N->getValueType(0))) { in isConstTrueVal()
1769 if (getBooleanContents(N->getValueType(0)) == UndefinedBooleanContent) in isConstFalseVal()
1780 TargetLowering::BooleanContent Cnt = getBooleanContents(VT); in isExtendedTrueVal()
2295 getBooleanContents(N0->getValueType(0)) == in SimplifySetCC()
2810 ISD::NodeType ExtendCode = getExtendForContent(getBooleanContents(OpVT)); in SimplifySetCC()
DLegalizeTypes.cpp1072 TargetLowering::getExtendForContent(TLI.getBooleanContents(ValVT)); in PromoteTargetBoolean()
DSelectionDAG.cpp1105 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc()
1172 switch (TLI->getBooleanContents(OpVT)) { in getBoolConstant()
2549 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in computeKnownBits()
2556 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in computeKnownBits()
2731 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in computeKnownBits()
2780 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in computeKnownBits()
3364 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in ComputeNumSignBits()
3370 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in ComputeNumSignBits()
DLegalizeVectorOps.cpp1001 TLI.getBooleanContents(Op1.getValueType()) != in ExpandVSELECT()
DDAGCombiner.cpp848 if (TLI.getBooleanContents(N.getValueType()) == in isSetCCEquivalent()
2225 TLI.getBooleanContents(V.getValueType()) == in getAsCarry()
2323 switch (TLI.getBooleanContents(VT)) { in flipBoolean()
2341 switch(TLI.getBooleanContents(VT)) { in isBooleanFlip()
6305 TLI.getBooleanContents(N00.getOperand(0).getValueType()) == in visitSHL()
7130 TLI.getBooleanContents(/*isVec*/false, /*isFloat*/true) == in foldSelectOfConstants()
7132 TLI.getBooleanContents(/*isVec*/false, /*isFloat*/false) == in foldSelectOfConstants()
8494 TLI.getBooleanContents(N00VT) == in visitSIGN_EXTEND()
17931 TLI.getBooleanContents(N0.getValueType()) == in SimplifySelectCC()
DLegalizeIntegerTypes.cpp1329 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(VT); in PromoteIntOp_ADDSUBCARRY()
1856 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(NVT); in ExpandIntRes_ADDSUB()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h583 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents() function
589 BooleanContent getBooleanContents(EVT Type) const { in getBooleanContents() function
590 return getBooleanContents(Type.isVector(), Type.isFloatingPoint()); in getBooleanContents()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1225 switch (getBooleanContents(N->getValueType(0))) { in isConstTrueVal()
1255 if (getBooleanContents(N->getValueType(0)) == UndefinedBooleanContent) in isConstFalseVal()
1266 TargetLowering::BooleanContent Cnt = getBooleanContents(VT); in isExtendedTrueVal()
1356 getBooleanContents(N0->getValueType(0)); in SimplifySetCC()
1698 getBooleanContents(N0->getValueType(0)) == in SimplifySetCC()
1979 switch (getBooleanContents(N0.getValueType())) { in SimplifySetCC()
DLegalizeVectorTypes.cpp290 TLI.getBooleanContents(false, false); in ScalarizeVecRes_VSELECT()
291 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false); in ScalarizeVecRes_VSELECT()
297 if (TLI.getBooleanContents(false, false) != in ScalarizeVecRes_VSELECT()
298 TLI.getBooleanContents(false, true)) { in ScalarizeVecRes_VSELECT()
303 ScalarBool = TLI.getBooleanContents(OpVT.getScalarType()); in ScalarizeVecRes_VSELECT()
304 VecBool = TLI.getBooleanContents(OpVT); in ScalarizeVecRes_VSELECT()
409 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in ScalarizeVecRes_VSETCC()
DLegalizeTypes.cpp1122 TargetLowering::getExtendForContent(TLI.getBooleanContents(ValVT)); in PromoteTargetBoolean()
DSelectionDAG.cpp1024 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc()
1085 switch (TLI->getBooleanContents(VT)) { in getLogicalNOT()
1901 TLI->getBooleanContents(N1->getValueType(0)); in FoldSetCC()
2136 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in computeKnownBits()
2143 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in computeKnownBits()
2627 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in ComputeNumSignBits()
2633 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in ComputeNumSignBits()
DLegalizeVectorOps.cpp952 TLI.getBooleanContents(Op1.getValueType()) != in ExpandVSELECT()
DDAGCombiner.cpp748 if (TLI.getBooleanContents(N.getValueType()) == in isSetCCEquivalent()
4424 TLI.getBooleanContents(N00.getOperand(0).getValueType()) == in visitSHL()
5099 TLI.getBooleanContents(false, false) == in visitSELECT()
5100 TLI.getBooleanContents(false, true) && in visitSELECT()
5101 TLI.getBooleanContents(false, false) == in visitSELECT()
6175 TLI.getBooleanContents(N0VT) == in visitSIGN_EXTEND()
14328 TLI.getBooleanContents(N0.getValueType()) == in SimplifySelectCC()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp1104 TargetLowering::getExtendForContent(TLI.getBooleanContents(VT.isVector())); in PromoteTargetBoolean()
DLegalizeVectorTypes.cpp289 TargetLowering::getExtendForContent(TLI.getBooleanContents(true)); in ScalarizeVecRes_VSETCC()
DSelectionDAG.cpp1744 if (TLI.getBooleanContents(Op.getValueType().isVector()) == in ComputeMaskedBits()
2179 if (TLI.getBooleanContents(Op.getValueType().isVector()) == in ComputeNumSignBits()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h184 BooleanContent getBooleanContents(bool isVec) const { in getBooleanContents() function

12