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

  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 97 TypeLegal, // The target natively supports this type.
421 TypeLegal);
466 case TypeLegal:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 225 case TargetLowering::TypeLegal:
284 case TargetLowering::TypeLegal:
418 // A value type is illegal if its TypeAction is not TypeLegal,
420 // For example, the x86_64 target has f128 that is not TypeLegal,
    [all...]
LegalizeTypesGeneric.cpp 50 case TargetLowering::TypeLegal:
LegalizeTypes.h 72 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal;
    [all...]
LegalizeVectorTypes.cpp 746 case TargetLowering::TypeLegal:
    [all...]
LegalizeIntegerTypes.cpp 253 case TargetLowering::TypeLegal:
695 case TargetLowering::TypeLegal:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 1188 milliseconds