Searched defs:eltType (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangASTPropertiesEmitter.cpp | 333 } 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 D | SwiftCallingConv.cpp | 79 QualType eltType = arrayType->getElementType(); in addTypedData() local 87 auto eltType = complexType->getElementType(); in addTypedData() local
|
H A D | CGCall.cpp | 3311 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 D | CodeGenFunction.cpp | 2176 QualType eltType; emitArrayLength() local
|
H A D | CGExpr.cpp | 3944 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 D | CGFunctionInfo.h | 262 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 D | AMDGPULibCalls.cpp | 898 Type *eltType = FPOp->getType()->getScalarType(); fold_pow() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 9436 QualType eltType = LHSType->castAs<VectorType>()->getElementType(); SemaBuiltinShuffleVector() local
|
H A D | SemaExpr.cpp | 8233 breakDownVectorType(QualType type,uint64_t & len,QualType & eltType) breakDownVectorType() argument
|