HomeSort by relevance Sort by last modified time
    Searched refs:TypePromoteInteger (Results 1 - 25 of 32) 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...]
  /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:
  /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...]
  /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-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/darwin-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 117 TypePromoteInteger, // Replace this integer with a larger one.
278 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 117 TypePromoteInteger, // Replace this integer with a larger one.
278 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 123 TypePromoteInteger, // Replace this integer with a larger one.
284 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 123 TypePromoteInteger, // Replace this integer with a larger one.
284 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 123 TypePromoteInteger, // Replace this integer with a larger one.
284 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 123 TypePromoteInteger, // Replace this integer with a larger one.
284 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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 117 TypePromoteInteger, // Replace this integer with a larger one.
278 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 117 TypePromoteInteger, // Replace this integer with a larger one.
278 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 123 TypePromoteInteger, // Replace this integer with a larger one.
284 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 123 TypePromoteInteger, // Replace this integer with a larger one.
284 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 123 TypePromoteInteger, // Replace this integer with a larger one.
284 return TypePromoteInteger;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 123 TypePromoteInteger, // Replace this integer with a larger one.
284 return TypePromoteInteger;
    [all...]

Completed in 2186 milliseconds

1 2