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 101 TypePromoteInteger, // Replace this integer with a larger one.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 382 TargetLowering::TypePromoteInteger)
385 TargetLowering::TypePromoteInteger)
    [all...]
  /external/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...]

Completed in 154 milliseconds