Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DFormatGen.h185 template <FormatElement::Kind ElementKind>
190 return ElementKind == el->getKind(); in classof()
195 FormatElementBase() : FormatElement(ElementKind) {} in FormatElementBase()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp4106 BuiltinType::Kind ElementKind = ElTy->castAs<BuiltinType>()->getKind(); in EmitCompare() local
4112 ID = GetIntrinsic(VCMPEQ, ElementKind); in EmitCompare()
4116 ID = GetIntrinsic(VCMPEQ, ElementKind); in EmitCompare()
4120 ID = GetIntrinsic(VCMPGT, ElementKind); in EmitCompare()
4125 ID = GetIntrinsic(VCMPGT, ElementKind); in EmitCompare()
4128 if (ElementKind == BuiltinType::Float) { in EmitCompare()
4135 ID = GetIntrinsic(VCMPGT, ElementKind); in EmitCompare()
4139 if (ElementKind == BuiltinType::Float) { in EmitCompare()
4145 ID = GetIntrinsic(VCMPGT, ElementKind); in EmitCompare()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp13393 unsigned ElementKind) { in checkObjCCollectionLiteralElement() argument
13409 << ElementType << ElementKind << TargetElementType in checkObjCCollectionLiteralElement()