Searched refs:getBooleanContents (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 290 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents() function 296 BooleanContent getBooleanContents(EVT Type) const { in getBooleanContents() function 297 return getBooleanContents(Type.isVector(), Type.isFloatingPoint()); in getBooleanContents()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 263 TLI.getBooleanContents(false, false); in ScalarizeVecRes_VSELECT() 264 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false); in ScalarizeVecRes_VSELECT() 270 if (TLI.getBooleanContents(false, false) != in ScalarizeVecRes_VSELECT() 271 TLI.getBooleanContents(false, true)) { in ScalarizeVecRes_VSELECT() 276 ScalarBool = TLI.getBooleanContents(OpVT.getScalarType()); in ScalarizeVecRes_VSELECT() 277 VecBool = TLI.getBooleanContents(OpVT); in ScalarizeVecRes_VSELECT() 380 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in ScalarizeVecRes_VSETCC()
|
D | TargetLowering.cpp | 1167 switch (getBooleanContents(N->getValueType(0))) { in isConstTrueVal() 1197 if (getBooleanContents(N->getValueType(0)) == UndefinedBooleanContent) in isConstFalseVal() 1219 getBooleanContents(N0->getValueType(0)); in SimplifySetCC() 1510 getBooleanContents(N0->getValueType(0)) == in SimplifySetCC() 1782 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() 1801 TLI->getBooleanContents(N1->getValueType(0)); in FoldSetCC() 2036 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in computeKnownBits() 2043 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in computeKnownBits() 2447 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in ComputeNumSignBits() 2453 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) == in ComputeNumSignBits()
|
D | LegalizeVectorOps.cpp | 863 TLI.getBooleanContents(Op1.getValueType()) != in ExpandVSELECT()
|
D | LegalizeTypes.cpp | 1074 TargetLowering::getExtendForContent(TLI.getBooleanContents(ValVT)); in PromoteTargetBoolean()
|
D | DAGCombiner.cpp | 3967 TLI.getBooleanContents(N00.getOperand(0).getValueType()) == in visitSHL() 4537 TLI.getBooleanContents(false, false) == in visitSELECT() 4538 TLI.getBooleanContents(false, true) && in visitSELECT() 4539 TLI.getBooleanContents(false, false) == in visitSELECT() 5093 TLI.getBooleanContents(N0VT) == in visitSIGN_EXTEND() 11278 TLI.getBooleanContents(N0.getValueType()) == in SimplifySelectCC()
|
D | LegalizeDAG.cpp | 3972 switch (TLI.getBooleanContents(Tmp1->getValueType(0))) { in ExpandNode()
|