Searched refs:getBooleanContents (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetLowering.h | 330 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents() function 336 BooleanContent getBooleanContents(EVT Type) const { in getBooleanContents() function 337 return getBooleanContents(Type.isVector(), Type.isFloatingPoint()); in getBooleanContents()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A 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()
|
| H A D | TargetLowering.cpp | 1168 switch (getBooleanContents(N->getValueType(0))) { in isConstTrueVal() 1198 if (getBooleanContents(N->getValueType(0)) == UndefinedBooleanContent) in isConstFalseVal() 1220 getBooleanContents(N0->getValueType(0)); in SimplifySetCC() 1528 getBooleanContents(N0->getValueType(0)) == in SimplifySetCC() 1800 switch (getBooleanContents(N0.getValueType())) { in SimplifySetCC()
|
| H A D | SelectionDAG.cpp | 1004 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc() 1062 switch (TLI->getBooleanContents(VT)) { in getLogicalNOT() 1798 TLI->getBooleanContents(N1->getValueType(0)); in FoldSetCC() 2032 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in computeKnownBits() 2039 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in computeKnownBits() 2442 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in ComputeNumSignBits() 2448 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in ComputeNumSignBits()
|
| H A D | LegalizeTypes.cpp | 1085 TargetLowering::getExtendForContent(TLI.getBooleanContents(ValVT)); in PromoteTargetBoolean()
|
| H A D | LegalizeVectorOps.cpp | 896 TLI.getBooleanContents(Op1.getValueType()) != in ExpandVSELECT()
|
| H A D | DAGCombiner.cpp | 650 if (TLI.getBooleanContents(N.getValueType()) == in isSetCCEquivalent() 4065 TLI.getBooleanContents(N00.getOperand(0).getValueType()) == in visitSHL() 4683 TLI.getBooleanContents(false, false) == in visitSELECT() 4684 TLI.getBooleanContents(false, true) && in visitSELECT() 4685 TLI.getBooleanContents(false, false) == in visitSELECT() 5429 TLI.getBooleanContents(N0VT) == in visitSIGN_EXTEND() 12168 TLI.getBooleanContents(N0.getValueType()) == in SimplifySelectCC()
|
| H A D | LegalizeDAG.cpp | 3955 switch (TLI.getBooleanContents(Tmp1->getValueType(0))) { in ExpandNode()
|