Searched refs:EltName (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp3168 const char *EltName = nullptr; local
3173 EltName = "poly8_t";
3177 EltName = "poly16_t";
3181 EltName = "poly64_t";
3187 case BuiltinType::SChar: EltName = "int8_t"; break;
3188 case BuiltinType::UChar: EltName = "uint8_t"; break;
3189 case BuiltinType::Short: EltName = "int16_t"; break;
3190 case BuiltinType::UShort: EltName = "uint16_t"; break;
3191 case BuiltinType::Int: EltName = "int32_t"; break;
3192 case BuiltinType::UInt: EltName
3213 Out << BaseName << EltName; local
3270 StringRef EltName; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1159 SmallString<16> EltName = V->getName(); local
1160 EltName += ".elt";
1174 auto *Val = IC.Builder.CreateExtractValue(V, i, EltName);
1205 SmallString<16> EltName = V->getName(); local
1206 EltName += ".elt";
1222 auto *Val = IC.Builder.CreateExtractValue(V, i, EltName);
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp308 uint64_t encodeEltType(StringRef EltName) { argument
309 auto It = EltTypes.find(EltName);

Completed in 160 milliseconds