Searched refs:getBooleanContents (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 340 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents() function 346 BooleanContent getBooleanContents(EVT Type) const { in getBooleanContents() function 347 return getBooleanContents(Type.isVector(), Type.isFloatingPoint()); in getBooleanContents()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 282 TLI.getBooleanContents(false, false); in ScalarizeVecRes_VSELECT() 283 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false); in ScalarizeVecRes_VSELECT() 289 if (TLI.getBooleanContents(false, false) != in ScalarizeVecRes_VSELECT() 290 TLI.getBooleanContents(false, true)) { in ScalarizeVecRes_VSELECT() 295 ScalarBool = TLI.getBooleanContents(OpVT.getScalarType()); in ScalarizeVecRes_VSELECT() 296 VecBool = TLI.getBooleanContents(OpVT); in ScalarizeVecRes_VSELECT() 399 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in ScalarizeVecRes_VSETCC()
|
D | TargetLowering.cpp | 1177 switch (getBooleanContents(N->getValueType(0))) { in isConstTrueVal() 1207 if (getBooleanContents(N->getValueType(0)) == UndefinedBooleanContent) in isConstFalseVal() 1229 getBooleanContents(N0->getValueType(0)); in SimplifySetCC() 1537 getBooleanContents(N0->getValueType(0)) == in SimplifySetCC() 1809 switch (getBooleanContents(N0.getValueType())) { in SimplifySetCC()
|
D | SelectionDAG.cpp | 1020 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc() 1078 switch (TLI->getBooleanContents(VT)) { in getLogicalNOT() 1843 TLI->getBooleanContents(N1->getValueType(0)); in FoldSetCC() 2077 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in computeKnownBits() 2084 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in computeKnownBits() 2502 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in ComputeNumSignBits() 2508 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in ComputeNumSignBits()
|
D | LegalizeTypes.cpp | 1104 TargetLowering::getExtendForContent(TLI.getBooleanContents(ValVT)); in PromoteTargetBoolean()
|
D | LegalizeVectorOps.cpp | 903 TLI.getBooleanContents(Op1.getValueType()) != in ExpandVSELECT()
|
D | DAGCombiner.cpp | 673 if (TLI.getBooleanContents(N.getValueType()) == in isSetCCEquivalent() 4162 TLI.getBooleanContents(N00.getOperand(0).getValueType()) == in visitSHL() 4781 TLI.getBooleanContents(false, false) == in visitSELECT() 4782 TLI.getBooleanContents(false, true) && in visitSELECT() 4783 TLI.getBooleanContents(false, false) == in visitSELECT() 5692 TLI.getBooleanContents(N0VT) == in visitSIGN_EXTEND() 12832 TLI.getBooleanContents(N0.getValueType()) == in SimplifySelectCC()
|
D | LegalizeDAG.cpp | 3863 switch (TLI.getBooleanContents(Tmp1->getValueType(0))) { in ExpandNode()
|