Home
last modified time | relevance | path

Searched refs:ScalarTypes (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp107 SmallVector<Type *> ScalarTypes; in replaceWithCallToVeclib() local
113 ScalarTypes.push_back(ArgType); in replaceWithCallToVeclib()
135 ScalarTypes.push_back(VectorArgTy->getElementType()); in replaceWithCallToVeclib()
144 ScalarName = Intrinsic::getName(IntrinsicID, ScalarTypes, CI.getModule()); in replaceWithCallToVeclib()
/llvm-project-15.0.7/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp158 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
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp971 std::map<std::string, std::unique_ptr<ScalarType>> ScalarTypes; member in __anondd1c47770111::EmitterBase
988 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()