Home | History | Annotate | Download | only in R600

Lines Matching refs:isZExtFree

448 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const {
456 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const {
464 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
465 return isZExtFree(Val.getValueType(), VT2);