Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp673 TLI.getBooleanContents(true) != in ExpandVSELECT()
DLegalizeTypes.cpp1082 TargetLowering::getExtendForContent(TLI.getBooleanContents(VT.isVector())); in PromoteTargetBoolean()
DLegalizeVectorTypes.cpp254 TargetLowering::BooleanContent ScalarBool = TLI.getBooleanContents(false); in ScalarizeVecRes_VSELECT()
255 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true); in ScalarizeVecRes_VSELECT()
342 TargetLowering::getExtendForContent(TLI.getBooleanContents(true)); in ScalarizeVecRes_VSETCC()
DTargetLowering.cpp1358 getBooleanContents(false) == ZeroOrOneBooleanContent)) { in SimplifySetCC()
1615 switch (getBooleanContents(N0.getValueType().isVector())) { in SimplifySetCC()
DSelectionDAG.cpp1805 if (TLI->getBooleanContents(Op.getValueType().isVector()) == in ComputeMaskedBits()
2213 if (TLI->getBooleanContents(Op.getValueType().isVector()) == in ComputeNumSignBits()
DDAGCombiner.cpp4161 TLI.getBooleanContents(false) == in visitSELECT()
4552 TLI.getBooleanContents(true) == in visitSIGN_EXTEND()
9940 TLI.getBooleanContents(N0.getValueType().isVector()) == in SimplifySelectCC()
DLegalizeDAG.cpp3626 switch (TLI.getBooleanContents(VT.isVector())) { in ExpandNode()
/external/llvm/include/llvm/Target/
DTargetLowering.h226 BooleanContent getBooleanContents(bool isVec) const { in getBooleanContents() function