Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h340 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/
DLegalizeVectorTypes.cpp282 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()
DTargetLowering.cpp1177 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()
DSelectionDAG.cpp1020 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()
DLegalizeTypes.cpp1104 TargetLowering::getExtendForContent(TLI.getBooleanContents(ValVT)); in PromoteTargetBoolean()
DLegalizeVectorOps.cpp903 TLI.getBooleanContents(Op1.getValueType()) != in ExpandVSELECT()
DDAGCombiner.cpp673 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()
DLegalizeDAG.cpp3863 switch (TLI.getBooleanContents(Tmp1->getValueType(0))) { in ExpandNode()