/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicExtent.cpp | 74 QualType ElementTy) { in getDynamicElementCount() argument 108 QualType ElementTy) { in getDynamicElementCountWithOffset() argument
|
H A D | RegionStore.cpp | 1172 QualType ElementTy = AT->getElementType(); VisitCluster() local 2465 QualType ElementTy = AT->getElementType(); bindArray() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 222 llvm::Type *DirectTy = CGF.ConvertTypeForMem(ValueTy), *ElementTy = DirectTy; emitVoidPtrVAArg() local 403 llvm::Type *ElementTy = CGF.ConvertTypeForMem(Ty); EmitVAArgInstr() local
|
H A D | CGRecordLayoutBuilder.cpp | 1182 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD)); in ComputeRecordLayout() local
|
H A D | CGExprCXX.cpp | 996 EmitNewArrayInitializer(const CXXNewExpr * E,QualType ElementType,llvm::Type * ElementTy,Address BeginPtr,llvm::Value * NumElements,llvm::Value * AllocSizeWithoutCookie) EmitNewArrayInitializer() argument 1317 EmitNewInitializer(CodeGenFunction & CGF,const CXXNewExpr * E,QualType ElementType,llvm::Type * ElementTy,Address NewPtr,llvm::Value * NumElements,llvm::Value * AllocSizeWithoutCookie) EmitNewInitializer() argument
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SizeofExpressionCheck.cpp | 336 const auto *ElementTy = Result.Nodes.getNodeAs<Type>("elem-type"); check() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 299 isLegalBroadcastLoad(Type * ElementTy,ElementCount NumElements) isLegalBroadcastLoad() argument
|
H A D | AArch64Arm64ECCallLowering.cpp | 339 Type *ElementTy = T->getArrayElementType(); canonicalizeThunkType() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPreLegalizer.cpp | 227 Type *ElementTy = GR->getDeducedGlobalValueType(Global); propagateSPIRVType() local 438 Type *ElementTy = getMDOperandAsType(MI.getOperand(2).getMetadata(), 0); generateAssignInstrs() local
|
H A D | SPIRVGlobalRegistry.h | 186 Type *ElementTy = findDeducedElementType(Global); getDeducedGlobalValueType() local
|
H A D | SPIRVUtils.cpp | 286 Type *ElementTy = cast<ValueAsMetadata>(N->getOperand(I))->getType(); getMDOperandAsType() local
|
H A D | SPIRVCallLowering.cpp | 246 Type *ElementTy = getArgSPIRVType() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState.h | 592 ArrayToPointer(Loc Array,QualType ElementTy) ArrayToPointer() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ExprInspectionChecker.cpp | 352 QualType ElementTy; in analyzerDumpElementCount() local
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AArch64.cpp | 679 llvm::Type *MemTy = CGF.ConvertTypeForMem(Ty), *ElementTy = MemTy; EmitAAPCSVAArg() local
|
H A D | PPC.cpp | 488 llvm::Type *DirectTy = CGF.ConvertType(Ty), *ElementTy = DirectTy; EmitVAArg() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 1113 Type *ElementTy = getLoadStoreType(&I); collectConstStrideAccesses() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 882 __anon543601890702(Type *ElementTy) InjectTraceForLoadsAndStores() argument
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1246 Type *ElementTy = Ty->getElementType(); getArithmeticReductionCost() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 231 Type *ElementTy = FuncInfo.getParamByValType(ParamIdx); setArgFlags() local [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2636 Type *ElementTy; global() member in __anonc91f7afb0d11::AllocaSliceRewriter 4181 Type *ElementTy; getTypePartition() local 4236 Type *ElementTy = STy->getElementType(Index); getTypePartition() local [all...] |
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 635 value llvm_array_type(value ElementTy, value Count) { in llvm_array_type() argument 653 value llvm_vector_type(value ElementTy, value Count) { in llvm_vector_type() argument 1066 llvm_const_array(value ElementTy,value ElementVals) llvm_const_array() argument
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 1624 Type *ElementTy = VecTy ? VecTy->getElementType() : NewVecOp->getType(); execute() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | InstructionsTest.cpp | 873 Type *ElementTy = Builder.getInt8Ty(); TEST() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 286 isLegalBroadcastLoad(Type * ElementTy,ElementCount NumElements) isLegalBroadcastLoad() argument
|