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

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 775 ValueTypeActions.setTypeAction(ExpandedVT, TypeExpandInteger);
789 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger);
798 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat);
807 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat);
817 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger);
822 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 241 void setTypeAction(EVT VT, LegalizeTypeAction Action) {
    [all...]

Completed in 64 milliseconds