Home
last modified time | relevance | path

Searched refs:EltName (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DItaniumMangle.cpp2342 const char *EltName = nullptr; in mangleNeonVectorType() local
2347 EltName = "poly8_t"; in mangleNeonVectorType()
2351 EltName = "poly16_t"; in mangleNeonVectorType()
2354 EltName = "poly64_t"; in mangleNeonVectorType()
2360 case BuiltinType::SChar: EltName = "int8_t"; break; in mangleNeonVectorType()
2361 case BuiltinType::UChar: EltName = "uint8_t"; break; in mangleNeonVectorType()
2362 case BuiltinType::Short: EltName = "int16_t"; break; in mangleNeonVectorType()
2363 case BuiltinType::UShort: EltName = "uint16_t"; break; in mangleNeonVectorType()
2364 case BuiltinType::Int: EltName = "int32_t"; break; in mangleNeonVectorType()
2365 case BuiltinType::UInt: EltName = "uint32_t"; break; in mangleNeonVectorType()
[all …]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp546 SmallString<16> EltName = Name; in unpackLoadToAggregate() local
547 EltName += ".elt"; in unpackLoadToAggregate()
557 auto *Ptr = IC.Builder->CreateInBoundsGEP(ST, Addr, makeArrayRef(Indices), EltName); in unpackLoadToAggregate()
950 SmallString<16> EltName = V->getName(); in unpackStoreToAggregate() local
951 EltName += ".elt"; in unpackStoreToAggregate()
963 auto *Val = IC.Builder->CreateExtractValue(V, i, EltName); in unpackStoreToAggregate()