Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp333 } else if (auto eltType = type.getArrayElementType()) { in validateType() local
482 } else if (auto eltType = type.getArrayElementType()) { in emitBasicReaderWriterMethodSuffix() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp79 QualType eltType = arrayType->getElementType(); in addTypedData() local
87 auto eltType = complexType->getElementType(); in addTypedData() local
H A DCGCall.cpp3311 llvm::Type *eltType = coercionType->getElementType(i); EmitFunctionProlog() local
5416 llvm::Type *eltType = coercionType->getElementType(i); EmitCall() local
5785 llvm::Type *eltType = coercionType->getElementType(i); EmitCall() local
H A DCodeGenFunction.cpp2176 QualType eltType; emitArrayLength() local
H A DCGExpr.cpp3944 QualType eltType; getFixedSizeElementType() local
4016 emitArraySubscriptGEP(CodeGenFunction & CGF,Address addr,ArrayRef<llvm::Value * > indices,QualType eltType,bool inbounds,bool signedIndices,SourceLocation loc,QualType * arrayType=nullptr,const Expr * Base=nullptr,const llvm::Twine & name="arrayidx") emitArraySubscriptGEP() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h262 for (auto eltType : coerceToType->elements()) { in getCoerceAndExpand() local
286 static bool isPaddingForCoerceAndExpand(llvm::Type *eltType) { in isPaddingForCoerceAndExpand() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp898 Type *eltType = FPOp->getType()->getScalarType(); fold_pow() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9436 QualType eltType = LHSType->castAs<VectorType>()->getElementType(); SemaBuiltinShuffleVector() local
H A DSemaExpr.cpp8233 breakDownVectorType(QualType type,uint64_t & len,QualType & eltType) breakDownVectorType() argument