/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/ |
D | select-mask.ll | 3 ;; getBooleanContents on Sparc used to claim that no bits mattered
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInteger.td | 87 // ISD::SELECT requires its operand to conform to getBooleanContents, but
|
D | WebAssemblyInstrFloat.td | 91 // 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 326 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()
|
D | TargetLowering.cpp | 764 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()
|
D | LegalizeTypes.cpp | 1072 TargetLowering::getExtendForContent(TLI.getBooleanContents(ValVT)); in PromoteTargetBoolean()
|
D | SelectionDAG.cpp | 1105 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()
|
D | LegalizeVectorOps.cpp | 1001 TLI.getBooleanContents(Op1.getValueType()) != in ExpandVSELECT()
|
D | DAGCombiner.cpp | 848 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()
|
D | LegalizeIntegerTypes.cpp | 1329 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/ |
D | TargetLowering.h | 583 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/ |
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()
|
/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()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 184 BooleanContent getBooleanContents(bool isVec) const { in getBooleanContents() function
|