Home
last modified time | relevance | path

Searched refs:AllocaType (Results 1 – 19 of 19) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DSimplifyConstant.cpp470 static void promote(GlobalVariable* GV, IGCLLVM::FixedVectorType* AllocaType, bool IsSigned, in promote() argument
473 unsigned VS = int_cast<unsigned>(AllocaType->getNumElements()); in promote()
475 Type* VEltTy = AllocaType->getElementType(); in promote()
671 IGCLLVM::FixedVectorType* AllocaType = nullptr; in runOnFunction() local
673 if (!checkSize(GV, AllocaType, IsSigned)) in runOnFunction()
676 IGC_ASSERT(AllocaType); in runOnFunction()
677 promote(GV, AllocaType, IsSigned, &F); in runOnFunction()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp644 const Type *AllocaType = Old->getType(); in ConvertScalar_InsertValue() local
647 if (const VectorType *VTy = dyn_cast<VectorType>(AllocaType)) { in ConvertScalar_InsertValue()
654 return Builder.CreateBitCast(SV, AllocaType, "tmp"); in ConvertScalar_InsertValue()
694 unsigned DestWidth = TD.getTypeSizeInBits(AllocaType); in ConvertScalar_InsertValue()
696 unsigned DestStoreWidth = TD.getTypeStoreSizeInBits(AllocaType); in ConvertScalar_InsertValue()
704 if (SV->getType() != AllocaType) { in ConvertScalar_InsertValue()
706 AllocaType->getPrimitiveSizeInBits()) in ConvertScalar_InsertValue()
707 SV = Builder.CreateZExt(SV, AllocaType, "tmp"); in ConvertScalar_InsertValue()
711 SV = Builder.CreateTrunc(SV, AllocaType, "tmp"); in ConvertScalar_InsertValue()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DInlineFunction.cpp1937 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
1938 uint64_t AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DInlineFunction.cpp1928 Type *AllocaType = AI->getAllocatedType();
1929 uint64_t AllocaTypeSize = DL.getTypeAllocSize(AllocaType);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2070 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
2071 TypeSize AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1997 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
1998 uint64_t AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2063 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
2064 uint64_t AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DInlineFunction.cpp1997 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
1998 uint64_t AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2089 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
2090 TypeSize AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DInlineFunction.cpp2063 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
2064 uint64_t AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1997 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
1998 uint64_t AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2089 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
2090 TypeSize AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DInlineFunction.cpp1973 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
1974 uint64_t AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2215 Type *AllocaType = AI->getAllocatedType();
2216 TypeSize AllocaTypeSize = DL.getTypeAllocSize(AllocaType);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DInlineFunction.cpp2215 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
2216 TypeSize AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2215 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
2216 TypeSize AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2218 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
2219 TypeSize AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2215 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
2216 TypeSize AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2215 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
2216 TypeSize AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()