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 776 ValueTypeActions.setTypeAction(ExpandedVT, TypeExpandInteger);
790 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger);
799 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat);
808 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat);
818 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger);
823 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat);
854 ValueTypeActions.setTypeAction(VT, TypePromoteInteger);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 250 void setTypeAction(EVT VT, LegalizeTypeAction Action) {
    [all...]

Completed in 230 milliseconds