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 242 case TargetLowering::TypeSoftenFloat:
293 case TargetLowering::TypeSoftenFloat:
    [all...]
LegalizeTypesGeneric.cpp 54 case TargetLowering::TypeSoftenFloat:
LegalizeVectorTypes.cpp 529 case TargetLowering::TypeSoftenFloat:
    [all...]
TargetLowering.cpp 808 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat);
823 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat);
    [all...]
LegalizeIntegerTypes.cpp 224 case TargetLowering::TypeSoftenFloat:
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 103 TypeSoftenFloat, // Convert this float to a same size integer type.
    [all...]

Completed in 963 milliseconds