Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h330 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 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()
H A DTargetLowering.cpp1168 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 DSelectionDAG.cpp1004 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 DLegalizeTypes.cpp1085 TargetLowering::getExtendForContent(TLI.getBooleanContents(ValVT)); in PromoteTargetBoolean()
H A DLegalizeVectorOps.cpp896 TLI.getBooleanContents(Op1.getValueType()) != in ExpandVSELECT()
H A DDAGCombiner.cpp650 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 DLegalizeDAG.cpp3955 switch (TLI.getBooleanContents(Tmp1->getValueType(0))) { in ExpandNode()