Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Part

54 /// as part of its processing.  For example, if a target does not support a
547 // If the original load is NON_EXTLOAD, the hi part load must be ZEXTLOAD.
1291 // special case should be done as part of making LegalizeDAG non-recursive.
1498 // Store the value to a temporary stack slot, then LOAD the returned part.
1540 SDValue Part = Op.getOperand(1);
1544 // Store the value to a temporary stack slot, then LOAD the returned part.
1555 // Then store the inserted part.
1569 Ch = DAG.getStore(Ch, dl, Part, SubStackPtr,
1643 /// Bitcast a floating-point value to an integer value. Only bitcast the part
1660 // Store the float to memory, then load the sign part out as an integer.
1701 // Override the part containing the sign bit in the value stored on the stack.
2192 // does not fit into a register, return the lo part and set the hi part to the
2194 // and leave the Hi part unset.
3637 // The high part is obtained by SRA'ing all but one of the bits of low
3638 // part.