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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 244 case TargetLowering::TypeLegal:
309 case TargetLowering::TypeLegal:
LegalizeTypesGeneric.cpp 49 case TargetLowering::TypeLegal:
LegalizeVectorTypes.cpp 1172 case TargetLowering::TypeLegal:
3773 case TargetLowering::TypeLegal:
4272 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal)
4280 while (TLI.getTypeAction(Ctx, CondVT) != TargetLowering::TypeLegal)
5166 if ((Action == TargetLowering::TypeLegal ||
5190 if ((Action == TargetLowering::TypeLegal ||
LegalizeTypes.h 68 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal;
LegalizeDAG.cpp 969 TargetLowering::TypeLegal &&
974 TargetLowering::TypeLegal ||
LegalizeIntegerTypes.cpp 344 case TargetLowering::TypeLegal:
1231 case TargetLowering::TypeLegal:
SelectionDAGBuilder.cpp 3273 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 938 assert((LA == TypeLegal || LA == TypeSoftenFloat ||
1024 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal)
1050 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal)
1540 } while (LK.first != TypeLegal);
1826 if (LK.first == TypeLegal)
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 206 TypeLegal, // The target natively supports this type.
903 TypeLegal);
948 case TypeLegal:
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 1182 return TypeLegal;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 2223 while (getTypeAction(Context, LegalVT) != TypeLegal)
5314 while (getTypeAction(Context, VT) != TypeLegal)
    [all...]

Completed in 61 milliseconds