Searched defs:TypeLegal (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetLowering.h100 TypeLegal, // The target natively supports this type. enumerator in enum:llvm::TargetLowering::LegalizeTypeAction
289 case TypeLegal:
1823 (!(NVT.isSimple() && LA != TypeLegal) ||
1895 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal)
1915 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal)
1930 return LegalizeKind(TypeLegal, VT);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h100 TypeLegal, // The target natively supports this type.
471 TypeLegal); local
516 case TypeLegal:

Completed in 115 milliseconds