Searched refs:getT2SOImmValSplatVal (Results 1 – 5 of 5) sorted by relevance
269 static inline int getT2SOImmValSplatVal(unsigned V) { in getT2SOImmValSplatVal() function315 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal()339 if (getT2SOImmValSplatVal(V) != -1) in isT2SOImmTwoPartVal()350 if (getT2SOImmValSplatVal(V & 0xff00ff00U) != -1) in isT2SOImmTwoPartVal()352 else if (getT2SOImmValSplatVal(V & 0x00ff00ffU) != -1) in isT2SOImmTwoPartVal()370 if (getT2SOImmValSplatVal(Imm & 0xff00ff00U) != -1) in getT2SOImmTwoPartFirst()374 assert (getT2SOImmValSplatVal(Imm & 0x00ff00ffU) != -1); in getT2SOImmTwoPartFirst()
293 static inline int getT2SOImmValSplatVal(unsigned V) in getT2SOImmValSplatVal() function343 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal()373 if (getT2SOImmValSplatVal(V) != -1) in isT2SOImmTwoPartVal()384 if (getT2SOImmValSplatVal(V & 0xff00ff00U) != -1) in isT2SOImmTwoPartVal()386 else if (getT2SOImmValSplatVal(V & 0x00ff00ffU) != -1) in isT2SOImmTwoPartVal()405 if (getT2SOImmValSplatVal(Imm & 0xff00ff00U) != -1) in getT2SOImmTwoPartFirst()
270 static inline int getT2SOImmValSplatVal(unsigned V) { in getT2SOImmValSplatVal() function316 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal()340 if (getT2SOImmValSplatVal(V) != -1) in isT2SOImmTwoPartVal()351 if (getT2SOImmValSplatVal(V & 0xff00ff00U) != -1) in isT2SOImmTwoPartVal()353 else if (getT2SOImmValSplatVal(V & 0x00ff00ffU) != -1) in isT2SOImmTwoPartVal()371 if (getT2SOImmValSplatVal(Imm & 0xff00ff00U) != -1) in getT2SOImmTwoPartFirst()375 assert (getT2SOImmValSplatVal(Imm & 0x00ff00ffU) != -1); in getT2SOImmTwoPartFirst()
260 inline int getT2SOImmValSplatVal(unsigned V) { in getT2SOImmValSplatVal() function306 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal()330 if (getT2SOImmValSplatVal(V) != -1) in isT2SOImmTwoPartVal()341 if (getT2SOImmValSplatVal(V & 0xff00ff00U) != -1) in isT2SOImmTwoPartVal()343 else if (getT2SOImmValSplatVal(V & 0x00ff00ffU) != -1) in isT2SOImmTwoPartVal()361 if (getT2SOImmValSplatVal(Imm & 0xff00ff00U) != -1) in getT2SOImmTwoPartFirst()365 assert (getT2SOImmValSplatVal(Imm & 0x00ff00ffU) != -1); in getT2SOImmTwoPartFirst()
455 (Val <= 0xffff || ARM_AM::getT2SOImmValSplatVal(Val) != -1)) in ConstantMaterializationCost()