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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 240 case TargetLowering::TypeSoftenFloat:
289 case TargetLowering::TypeSoftenFloat:
    [all...]
LegalizeTypesGeneric.cpp 51 case TargetLowering::TypeSoftenFloat:
LegalizeVectorTypes.cpp 566 case TargetLowering::TypeSoftenFloat:
    [all...]
TargetLowering.cpp 807 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat);
822 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat);
    [all...]
LegalizeIntegerTypes.cpp 222 case TargetLowering::TypeSoftenFloat:
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 95 TypeSoftenFloat, // Convert this float to a same size integer type.
    [all...]

Completed in 558 milliseconds