Searched refs:getT2SOImmValSplatVal (Results 1 – 2 of 2) sorted by relevance
261 inline int getT2SOImmValSplatVal(unsigned V) { in getT2SOImmValSplatVal() function307 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal()331 if (getT2SOImmValSplatVal(V) != -1) in isT2SOImmTwoPartVal()342 if (getT2SOImmValSplatVal(V & 0xff00ff00U) != -1) in isT2SOImmTwoPartVal()344 else if (getT2SOImmValSplatVal(V & 0x00ff00ffU) != -1) in isT2SOImmTwoPartVal()362 if (getT2SOImmValSplatVal(Imm & 0xff00ff00U) != -1) in getT2SOImmTwoPartFirst()366 assert (getT2SOImmValSplatVal(Imm & 0x00ff00ffU) != -1); in getT2SOImmTwoPartFirst()
455 (Val <= 0xffff || ARM_AM::getT2SOImmValSplatVal(Val) != -1)) in ConstantMaterializationCost()