Searched refs:ScalarTypes (Results 1 – 3 of 3) sorted by relevance
107 SmallVector<Type *> ScalarTypes; in replaceWithCallToVeclib() local113 ScalarTypes.push_back(ArgType); in replaceWithCallToVeclib()135 ScalarTypes.push_back(VectorArgTy->getElementType()); in replaceWithCallToVeclib()144 ScalarName = Intrinsic::getName(IntrinsicID, ScalarTypes, CI.getModule()); in replaceWithCallToVeclib()
158 ScalarTypes.assign({Type::getInt1Ty(Context), Type::getInt8Ty(Context), in Modifier()186 ScalarTypes.push_back(Ty); in Modifier()313 return ScalarTypes[getRandom() % ScalarTypes.size()]; in pickScalarType()328 std::vector<Type *> ScalarTypes; member
971 std::map<std::string, std::unique_ptr<ScalarType>> ScalarTypes; member in __anondd1c47770111::EmitterBase988 return ScalarTypes[std::string(Name)].get(); in getScalarType()1131 for (const auto &kv : ScalarTypes) { in getType()1143 for (const auto &kv : ScalarTypes) { in getType()1475 ScalarTypes[std::string(R->getName())] = std::make_unique<ScalarType>(R); in EmitterBase()1776 for (const auto &kv : ScalarTypes) { in EmitHeader()2040 for (const auto &kv : ScalarTypes) { in EmitHeader()