HomeSort by: relevance | last modified time | path
    Searched refs:getBooleanContents (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Utils.cpp 971 switch (TLI.getBooleanContents(IsVector, IsFP)) {
984 switch (TLI.getBooleanContents(IsVector, IsFP)) {
GISelKnownBits.cpp 355 if (TL.getBooleanContents(DstTy.isVector(),
MachineIRBuilder.cpp 433 switch (TLI->getBooleanContents(IsVec, IsFP)) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 1006 /// of which conform to getBooleanContents.
1013 TargetLowering::getExtendForContent(TLI.getBooleanContents(ValVT));
LegalizeVectorTypes.cpp 456 TLI.getBooleanContents(false, false);
457 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false);
463 if (TLI.getBooleanContents(false, false) !=
464 TLI.getBooleanContents(false, true)) {
469 ScalarBool = TLI.getBooleanContents(OpVT.getScalarType());
470 VecBool = TLI.getBooleanContents(OpVT);
580 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT));
782 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT));
2901 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT));
5023 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT))
    [all...]
TargetLowering.cpp 780 getBooleanContents(Op0.getValueType()) ==
1422 getBooleanContents(Op0.getValueType()) ==
1435 if (getBooleanContents(Op0.getValueType()) ==
3085 switch (getBooleanContents(N->getValueType(0))) {
3115 if (getBooleanContents(N->getValueType(0)) == UndefinedBooleanContent)
3126 TargetLowering::BooleanContent Cnt = getBooleanContents(VT);
3784 getBooleanContents(N0.getOperand(0).getValueType()) ==
3836 (getBooleanContents(XorLHS.getOperand(0).getValueType()) ==
3838 getBooleanContents(XorRHS.getOperand(0).getValueType()) ==
4080 getBooleanContents(N0.getValueType()) == ZeroOrOneBooleanContent) &
    [all...]
LegalizeVectorOps.cpp 1188 TLI.getBooleanContents(Op1.getValueType()) !=
SelectionDAG.cpp 1285 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT);
1337 switch (TLI->getBooleanContents(OpVT)) {
3079 // The boolean result conforms to getBooleanContents.
3083 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) ==
3093 if (TLI->getBooleanContents(Op.getOperand(OpNo).getValueType()) ==
3324 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) ==
3347 if (TLI->getBooleanContents(Op.getOperand(0).getValueType()) ==
3533 // The boolean result conforms to getBooleanContents.
3537 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) ==
3903 // The boolean result conforms to getBooleanContents. Fall through
    [all...]
DAGCombiner.cpp 915 if (TLI.getBooleanContents(N.getValueType()) ==
2610 TLI.getBooleanContents(V.getValueType()) ==
2683 TLI.getBooleanContents(VT) == TargetLowering::ZeroOrOneBooleanContent) {
2767 switch(TLI.getBooleanContents(VT)) {
3497 TLI.getBooleanContents(VT) ==
8200 TLI.getBooleanContents(N00.getOperand(0).getValueType()) ==
9351 TLI.getBooleanContents(/*isVec*/false, /*isFloat*/true) ==
9353 TLI.getBooleanContents(/*isVec*/false, /*isFloat*/false) ==
10914 TLI.getBooleanContents(N00VT) ==
10944 // getBooleanContents()
    [all...]
LegalizeDAG.cpp 3612 switch (TLI.getBooleanContents(Tmp1.getValueType())) {
LegalizeIntegerTypes.cpp 2608 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(NVT);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 822 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
828 BooleanContent getBooleanContents(EVT Type) const {
829 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
2081 /// boolean values from i1 to a wider type. See getBooleanContents.
2088 /// boolean values from i1 to a wider type. See getBooleanContents.
2095 /// vector of i1 to a wider type. See getBooleanContents.
2887 /// a type wider than i1. See getBooleanContents.
2891 /// a type wider than i1. See getBooleanContents.
2895 /// when the element type is wider than i1. See getBooleanContents.
3526 /// from getBooleanContents()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 61 milliseconds