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

  /external/llvm/include/llvm/Target/
TargetLowering.h 96 TypePromoteInteger, // Replace this integer with a larger one.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 232 case TargetLowering::TypePromoteInteger:
281 case TargetLowering::TypePromoteInteger:
    [all...]
LegalizeIntegerTypes.cpp 217 case TargetLowering::TypePromoteInteger:
390 == TargetLowering::TypePromoteInteger) {
582 case TargetLowering::TypePromoteInteger:
    [all...]
LegalizeTypesGeneric.cpp 49 case TargetLowering::TypePromoteInteger:
TargetLowering.cpp 776 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger);
804 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger);
837 ValueTypeActions.setTypeAction(VT, TypePromoteInteger);
    [all...]
LegalizeVectorTypes.cpp 606 case TargetLowering::TypePromoteInteger:
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 464 TargetLowering::TypePromoteInteger)
467 TargetLowering::TypePromoteInteger)
    [all...]

Completed in 281 milliseconds