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 93 TypePromoteInteger, // Replace this integer with a larger one.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 408 TargetLowering::TypePromoteInteger)
411 TargetLowering::TypePromoteInteger)
    [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 789 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger);
817 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger);
839 // then return TypePromoteInteger on vector elements.
    [all...]
LegalizeVectorTypes.cpp 565 case TargetLowering::TypePromoteInteger:
    [all...]
SelectionDAG.cpp     [all...]

Completed in 291 milliseconds