Home
last modified time | relevance | path

Searched defs:eltType (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp326 } else if (auto eltType = type.getArrayElementType()) { in validateType() local
475 } else if (auto eltType = type.getArrayElementType()) { in emitBasicReaderWriterMethodSuffix() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp78 QualType eltType = arrayType->getElementType(); in addTypedData() local
86 auto eltType = complexType->getElementType(); in addTypedData() local
H A DCGCall.cpp3446 llvm::Type *eltType = coercionType->getElementType(i); in EmitFunctionProlog() local
5655 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local
6076 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local
H A DCodeGenFunction.cpp2360 QualType eltType; in emitArrayLength() local
H A DCGExpr.cpp4213 QualType eltType; in getFixedSizeElementType() local
4285 QualType eltType, bool inbounds, in emitArraySubscriptGEP()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h274 for (auto eltType : coerceToType->elements()) { in getCoerceAndExpand() local
294 static bool isPaddingForCoerceAndExpand(llvm::Type *eltType) { in isPaddingForCoerceAndExpand()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp733 QualType eltType; in getFixedSizeElementType() local
756 QualType eltType, mlir::Value idx, in emitArraySubscriptPtr()
1373 QualType eltType = e->getType()->castAsArrayTypeUnsafe()->getElementType(); in emitArrayToPointerDecay() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp908 Type *eltType = FPOp->getType()->getScalarType(); in fold_pow() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5491 QualType eltType = LHSType->castAs<VectorType>()->getElementType(); in BuiltinShuffleVector() local
H A DSemaExpr.cpp7582 QualType &eltType) { in breakDownVectorType()