Searched refs:getBooleanContents (Results 1 – 18 of 18) sorted by relevance
/external/llvm/test/CodeGen/SPARC/ |
D | select-mask.ll | 3 ;; getBooleanContents on Sparc used to claim that no bits mattered
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInteger.td | 85 // ISD::SELECT requires its operand to conform to getBooleanContents, but
|
D | WebAssemblyInstrFloat.td | 89 // ISD::SELECT requires its operand to conform to getBooleanContents, but
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 406 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/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1225 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()
|
D | LegalizeVectorTypes.cpp | 290 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()
|
D | LegalizeTypes.cpp | 1122 TargetLowering::getExtendForContent(TLI.getBooleanContents(ValVT)); in PromoteTargetBoolean()
|
D | SelectionDAG.cpp | 1024 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()
|
D | LegalizeVectorOps.cpp | 952 TLI.getBooleanContents(Op1.getValueType()) != in ExpandVSELECT()
|
D | DAGCombiner.cpp | 748 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()
|
D | LegalizeIntegerTypes.cpp | 1766 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(NVT); in ExpandIntRes_ADDSUB()
|
D | LegalizeDAG.cpp | 3571 switch (TLI.getBooleanContents(Tmp1->getValueType(0))) { in ExpandNode()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 184 BooleanContent getBooleanContents(bool isVec) const { in getBooleanContents() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 1104 TargetLowering::getExtendForContent(TLI.getBooleanContents(VT.isVector())); in PromoteTargetBoolean()
|
D | LegalizeVectorTypes.cpp | 289 TargetLowering::getExtendForContent(TLI.getBooleanContents(true)); in ScalarizeVecRes_VSETCC()
|
D | SelectionDAG.cpp | 1744 if (TLI.getBooleanContents(Op.getValueType().isVector()) == in ComputeMaskedBits() 2179 if (TLI.getBooleanContents(Op.getValueType().isVector()) == in ComputeNumSignBits()
|
D | TargetLowering.cpp | 2196 getBooleanContents(false) == ZeroOrOneBooleanContent)) { in SimplifySetCC()
|
D | DAGCombiner.cpp | 3762 TLI.getBooleanContents(false) == TargetLowering::ZeroOrOneBooleanContent)) && in visitSELECT() 7594 TLI.getBooleanContents(N0.getValueType().isVector()) == in SimplifySelectCC()
|