Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Simple

2254   // fold (sdiv X, pow2) -> simple ops after legalize
2491 MVT Simple = VT.getSimpleVT();
2492 unsigned SimpleSize = Simple.getSizeInBits();
2527 MVT Simple = VT.getSimpleVT();
2528 unsigned SimpleSize = Simple.getSizeInBits();
2605 MVT Simple = VT.getSimpleVT();
2606 unsigned SimpleSize = Simple.getSizeInBits();
2636 MVT Simple = VT.getSimpleVT();
2637 unsigned SimpleSize = Simple.getSizeInBits();
10620 /// \pre LI is a simple load (i.e., not an atomic or volatile load).
10749 // This only handles simple types.
11091 // the simple case of BASE + OFFSET.
13219 // Handle only simple case where vector being inserted and vector
13692 // Simple case where 'CurrentVec' is UNDEF.
14716 // If it's an adding a simple constant then integrate the offset.