Home
last modified time | relevance | path

Searched refs:AllocatedType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILDataScalarization.cpp131 Type *AllocatedType = AI.getAllocatedType(); in visitAllocaInst() local
132 if (!isVectorOrArrayOfVectors(AllocatedType)) in visitAllocaInst()
136 Type *NewType = equivalentArrayTypeFromVector(AllocatedType); in visitAllocaInst()
314 Type *AllocatedType = Alloca->getAllocatedType(); in visitGetElementPtrInst() local
316 if (AllocatedType != OrigGEPType && isa<ArrayType>(AllocatedType)) { in visitGetElementPtrInst()
317 NewGEPType = AllocatedType; in visitGetElementPtrInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp235 Type *AllocatedType = in alignAndPadAlloca() local
242 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.cpp180 QualType AllocatedType = getDeclPtr().getFieldDesc()->getDataType(ASTCtx); in toAPValue() local
185 Base = APValue::LValueBase::getDynamicAlloc(DA, AllocatedType); in toAPValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h65 Type *AllocatedType; variable
121 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()
124 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1284 AllocatedType(Ty) { in AllocaInst()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3454 SourceRange TypeIdParens, QualType AllocatedType, in RebuildCXXNewExpr() argument
3463 AllocatedType, in RebuildCXXNewExpr()