HomeSort by relevance Sort by last modified time
    Searched refs:TypePromoteInteger (Results 1 - 25 of 26) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 101 TypePromoteInteger, // Replace this integer with a larger one.
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
CodeGenPrepare.cpp 824 TargetLowering::TypePromoteInteger)
827 TargetLowering::TypePromoteInteger)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 260 case TargetLowering::TypePromoteInteger:
452 == TargetLowering::TypePromoteInteger) {
611 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger &&
614 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger &&
631 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger)
633 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger)
674 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger)
676 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger)
685 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger)
687 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger)
    [all...]
LegalizeTypes.cpp 232 case TargetLowering::TypePromoteInteger:
289 case TargetLowering::TypePromoteInteger:
    [all...]
LegalizeTypesGeneric.cpp 51 case TargetLowering::TypePromoteInteger:
LegalizeVectorTypes.cpp 752 case TargetLowering::TypePromoteInteger:
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 382 TargetLowering::TypePromoteInteger)
385 TargetLowering::TypePromoteInteger)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 234 case TargetLowering::TypePromoteInteger:
285 case TargetLowering::TypePromoteInteger:
    [all...]
LegalizeIntegerTypes.cpp 219 case TargetLowering::TypePromoteInteger:
388 == TargetLowering::TypePromoteInteger) {
576 case TargetLowering::TypePromoteInteger:
    [all...]
LegalizeTypesGeneric.cpp 52 case TargetLowering::TypePromoteInteger:
LegalizeVectorTypes.cpp 528 case TargetLowering::TypePromoteInteger:
789 case TargetLowering::TypePromoteInteger: {
    [all...]
TargetLowering.cpp 790 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger);
818 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger);
840 // then return TypePromoteInteger on vector elements.
854 ValueTypeActions.setTypeAction(VT, TypePromoteInteger);
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 101 TypePromoteInteger, // Replace this integer with a larger one.
215 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 116 TypePromoteInteger, // Replace this integer with a larger one.
265 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 116 TypePromoteInteger, // Replace this integer with a larger one.
265 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 116 TypePromoteInteger, // Replace this integer with a larger one.
265 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 116 TypePromoteInteger, // Replace this integer with a larger one.
265 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 116 TypePromoteInteger, // Replace this integer with a larger one.
265 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 116 TypePromoteInteger, // Replace this integer with a larger one.
265 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 116 TypePromoteInteger, // Replace this integer with a larger one.
265 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 116 TypePromoteInteger, // Replace this integer with a larger one.
265 return TypePromoteInteger;
    [all...]

Completed in 4606 milliseconds

1 2