Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp108 SmallVector<Type *> ScalarTypes; in replaceWithCallToVeclib() local
114 ScalarTypes.push_back(ArgType); in replaceWithCallToVeclib()
136 ScalarTypes.push_back(VectorArgTy->getElementType()); in replaceWithCallToVeclib()
145 ScalarName = Intrinsic::getName(IntrinsicID, ScalarTypes, CI.getModule()); in replaceWithCallToVeclib()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp311 static std::vector<Type*> ScalarTypes; in pickScalarType() local
312 if (ScalarTypes.empty()) { in pickScalarType()
313 ScalarTypes.assign({ in pickScalarType()
322 llvm::append_range(ScalarTypes, AdditionalScalarTypes); in pickScalarType()
325 return ScalarTypes[getRandom() % ScalarTypes.size()]; in pickScalarType()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp973 std::map<std::string, std::unique_ptr<ScalarType>> ScalarTypes; member in __anonb7c02cfb0111::EmitterBase
990 return ScalarTypes[std::string(Name)].get(); in getScalarType()
1133 for (const auto &kv : ScalarTypes) { in getType()
1145 for (const auto &kv : ScalarTypes) { in getType()
1469 ScalarTypes[std::string(R->getName())] = std::make_unique<ScalarType>(R); in EmitterBase()
1771 for (const auto &kv : ScalarTypes) { in EmitHeader()
2035 for (const auto &kv : ScalarTypes) { in EmitHeader()