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 762 ValueTypeActions.setTypeAction(ExpandedVT, TypeExpandInteger);
776 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger);
785 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat);
794 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat);
804 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger);
809 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat);
837 ValueTypeActions.setTypeAction(VT, TypePromoteInteger);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 270 void setTypeAction(EVT VT, LegalizeTypeAction Action) {
    [all...]

Completed in 178 milliseconds