Searched refs:ElementKind (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp184 unsigned ElementKind; member in struct:__anon2707::AArch64Operand::VectorListOp
951 !VectorList.ElementKind;
954 template <unsigned NumRegs, unsigned NumElements, char ElementKind>
960 if (VectorList.ElementKind != ElementKind)
1651 char ElementKind, SMLoc S, SMLoc E, MCContext &Ctx) {
1656 Op->VectorList.ElementKind = ElementKind;
1930 char &ElementKind) {
1933 ElementKind
1650 CreateVectorList(unsigned RegNum, unsigned Count, unsigned NumElements, char ElementKind, SMLoc S, SMLoc E, MCContext &Ctx) argument
1929 parseValidVectorKind(StringRef Name, unsigned &NumElements, char &ElementKind) argument
3071 char ElementKind = 0; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2866 BuiltinType::Kind ElementKind = BTy->getKind(); local
2872 ID = GetIntrinsic(VCMPEQ, ElementKind);
2876 ID = GetIntrinsic(VCMPEQ, ElementKind);
2880 ID = GetIntrinsic(VCMPGT, ElementKind);
2885 ID = GetIntrinsic(VCMPGT, ElementKind);
2888 if (ElementKind == BuiltinType::Float) {
2895 ID = GetIntrinsic(VCMPGT, ElementKind);
2899 if (ElementKind == BuiltinType::Float) {
2905 ID = GetIntrinsic(VCMPGT, ElementKind);

Completed in 170 milliseconds