/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | DXILResource.cpp | 67 ElementType ElementTy, uint32_t ElementCount, in SRV() 98 uint32_t UniqueID, ElementType ElementTy, in Texture2DMS() 111 ElementType ElementTy, uint32_t ElementCount, uint32_t SampleCount) { in Texture2DMSArray() 122 ElementType ElementTy, uint32_t ElementCount, in UAV() 167 ElementType ElementTy, uint32_t ElementCount, in RWTexture2DMS() 183 ElementType ElementTy, uint32_t ElementCount, in RWTexture2DMSArray()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | DXILResource.h | 55 dxil::ElementType ElementTy; member
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 222 llvm::Type *DirectTy = CGF.ConvertTypeForMem(ValueTy), *ElementTy = DirectTy; in emitVoidPtrVAArg() local 438 llvm::Type *ElementTy = CGF.ConvertTypeForMem(Ty); in 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 const CXXNewExpr *E, QualType ElementType, llvm::Type *ElementTy, in EmitNewArrayInitializer() 1317 QualType ElementType, llvm::Type *ElementTy, in EmitNewInitializer()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 299 bool isLegalBroadcastLoad(Type *ElementTy, ElementCount NumElements) const { in isLegalBroadcastLoad()
|
H A D | AArch64Arm64ECCallLowering.cpp | 346 Type *ElementTy = T->getArrayElementType(); in canonicalizeThunkType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPreLegalizer.cpp | 244 Type *ElementTy = toTypedPointer(GR->getDeducedGlobalValueType(Global)); in propagateSPIRVType() local 455 Type *ElementTy = getMDOperandAsType(MI.getOperand(2).getMetadata(), 0); in generateAssignInstrs() local
|
H A D | SPIRVGlobalRegistry.h | 200 Type *ElementTy = findDeducedElementType(Global); in getDeducedGlobalValueType() local
|
H A D | SPIRVUtils.cpp | 286 Type *ElementTy = cast<ValueAsMetadata>(N->getOperand(I))->getType(); in getMDOperandAsType() local
|
H A D | SPIRVCallLowering.cpp | 246 Type *ElementTy = in getArgSPIRVType() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState.h | 592 SVal ArrayToPointer(Loc Array, QualType ElementTy) { in ArrayToPointer()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AArch64.cpp | 662 llvm::Type *MemTy = CGF.ConvertTypeForMem(Ty), *ElementTy = MemTy; in EmitAAPCSVAArg() local
|
H A D | PPC.cpp | 488 llvm::Type *DirectTy = CGF.ConvertType(Ty), *ElementTy = DirectTy; in EmitVAArg() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 882 auto CallbackIdx = [&](Type *ElementTy) -> int { in InjectTraceForLoadsAndStores()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 1141 Type *ElementTy = getLoadStoreType(&I); in collectConstStrideAccesses() local
|
H A D | TargetTransformInfo.cpp | 478 bool TargetTransformInfo::isLegalBroadcastLoad(Type *ElementTy, in isLegalBroadcastLoad()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1172 QualType ElementTy = AT->getElementType(); in VisitCluster() local 2465 QualType ElementTy = AT->getElementType(); in bindArray() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2636 Type *ElementTy; member in __anondf5662880d11::AllocaSliceRewriter 4181 Type *ElementTy; in getTypePartition() local 4236 Type *ElementTy = STy->getElementType(Index); in getTypePartition() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 239 Type *ElementTy = FuncInfo.getParamByValType(ParamIdx); in setArgFlags() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1267 Type *ElementTy = Ty->getElementType(); in getArithmeticReductionCost() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 140 QualType ElementTy = in desugarForDiagnostic() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 288 bool isLegalBroadcastLoad(Type *ElementTy, ElementCount NumElements) const { in isLegalBroadcastLoad()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 1713 Type *ElementTy = VecTy ? VecTy->getElementType() : NewVecOp->getType(); in execute() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 189 RecTy *ElementTy; variable
|