Home | History | Annotate | Download | only in radeon

Lines Matching refs:IT

61   // it later. This function does the conversions if required.
84 // don't support it.
87 // don't support it.
103 // If the alignment is set incorrectly, it can produce really inefficient
104 // code. This checks for this scenario and fixes it if possible.
116 // on it's sub-types.
119 size_t getTypeSize(IntegerType * const IT, bool dereferencePtr = false);
259 // Change the function name for the atomic if it is required
700 // following transformation can occur. For signed integers, it turns into the
702 // integers, it turns into the function call dst =
733 // If the first operand is not a shift instruction, then we can return as it
1001 // expand it to the following:
1092 && "expanding accurate divide can only happen if it is expandable!");
1228 size_t AMDGPUPeepholeOpt::getTypeSize(IntegerType * const IT,
1230 return IT ? (IT->getBitWidth() >> 3) : 0;