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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 100 TypeLegal, // The target natively supports this type.
289 case TypeLegal:
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 100 TypeLegal, // The target natively supports this type.
471 TypeLegal);
516 case TypeLegal:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 115 TypeLegal, // The target natively supports this type.
596 TypeLegal);
641 case TypeLegal:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 115 TypeLegal, // The target natively supports this type.
596 TypeLegal);
641 case TypeLegal:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 115 TypeLegal, // The target natively supports this type.
596 TypeLegal);
641 case TypeLegal:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 115 TypeLegal, // The target natively supports this type.
596 TypeLegal);
641 case TypeLegal:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 115 TypeLegal, // The target natively supports this type.
596 TypeLegal);
641 case TypeLegal:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 115 TypeLegal, // The target natively supports this type.
596 TypeLegal);
641 case TypeLegal:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 115 TypeLegal, // The target natively supports this type.
596 TypeLegal);
641 case TypeLegal:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 115 TypeLegal, // The target natively supports this type.
596 TypeLegal);
641 case TypeLegal:
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [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 69 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal;
    [all...]
LegalizeVectorTypes.cpp 751 case TargetLowering::TypeLegal:
    [all...]
LegalizeIntegerTypes.cpp 258 case TargetLowering::TypeLegal:
700 case TargetLowering::TypeLegal:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 227 case TargetLowering::TypeLegal:
280 case TargetLowering::TypeLegal:
    [all...]
LegalizeTypes.h 73 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal;
    [all...]
LegalizeTypesGeneric.cpp 51 case TargetLowering::TypeLegal:
LegalizeVectorTypes.cpp 527 case TargetLowering::TypeLegal:
780 case TargetLowering::TypeLegal: {
    [all...]
LegalizeIntegerTypes.cpp 217 case TargetLowering::TypeLegal:
572 case TargetLowering::TypeLegal:
    [all...]
LegalizeDAG.cpp     [all...]

Completed in 566 milliseconds