HomeSort by relevance Sort by last modified time
    Searched refs:TypeLegal (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Target/
TargetLowering.h 95 TypeLegal, // The target natively supports this type.
309 case TypeLegal:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 225 case TargetLowering::TypeLegal:
276 case TargetLowering::TypeLegal:
    [all...]
LegalizeTypesGeneric.cpp 48 case TargetLowering::TypeLegal:
LegalizeTypes.h 73 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal;
    [all...]
LegalizeVectorTypes.cpp 605 case TargetLowering::TypeLegal:
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 215 case TargetLowering::TypeLegal:
578 case TargetLowering::TypeLegal:
    [all...]

Completed in 373 milliseconds