Searched refs:AllocatedType (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/IR/ |
D | Value.cpp | 623 Type *AllocatedType = AI->getAllocatedType(); in getPointerAlignment() local 624 if (AllocatedType->isSized()) in getPointerAlignment() 625 Align = DL.getPrefTypeAlignment(AllocatedType); in getPointerAlignment()
|
D | Instructions.cpp | 1268 AllocatedType(Ty) { in AllocaInst() 1278 AllocatedType(Ty) { in AllocaInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Value.cpp | 716 Type *AllocatedType = AI->getAllocatedType(); in getPointerAlignment() local 717 if (AllocatedType->isSized()) in getPointerAlignment() 718 return MaybeAlign(DL.getPrefTypeAlignment(AllocatedType)); in getPointerAlignment()
|
D | Instructions.cpp | 1232 AllocatedType(Ty) { in AllocaInst() 1243 AllocatedType(Ty) { in AllocaInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1170 Type *AllocatedType = AI->getAllocatedType(); in sanitizeFunction() local 1174 AllocatedType = ArrayType::get(AllocatedType, ArraySize); in sanitizeFunction() 1177 AllocatedType, ArrayType::get(Int8Ty, AlignedSize - Size)); in sanitizeFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 473 Type *AllocatedType = in alignAndPadAlloca() local 481 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 497 Type *AllocatedType = in alignAndPadAlloca() local 505 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1275 Type *AllocatedType = AI->getAllocatedType(); in sanitizeFunction() local 1279 AllocatedType = ArrayType::get(AllocatedType, ArraySize); in sanitizeFunction() 1282 AllocatedType, ArrayType::get(Int8Ty, AlignedSize - Size)); in sanitizeFunction()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 52 Type *AllocatedType; variable 97 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType() 100 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instructions.h | 62 Type *AllocatedType; variable 112 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType() 115 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 60 Type *AllocatedType; variable 105 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType() 108 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instructions.cpp | 1328 AllocatedType(Ty) { in AllocaInst() 1338 AllocatedType(Ty) { in AllocaInst()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 2589 QualType AllocatedType, in RebuildCXXNewExpr() argument 2599 AllocatedType, in RebuildCXXNewExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 3003 QualType AllocatedType, in RebuildCXXNewExpr() argument 3013 AllocatedType, in RebuildCXXNewExpr()
|