Home
last modified time | relevance | path

Searched refs:structPtrTy (Results 1 – 25 of 25) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp465 Type structPtrTy = in sizeBasePtr() local
469 builder.create<LLVM::BitcastOp>(loc, structPtrTy, memRefDescPtr); in sizeBasePtr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp465 Type structPtrTy = in sizeBasePtr() local
469 builder.create<LLVM::BitcastOp>(loc, structPtrTy, memRefDescPtr); in sizeBasePtr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp465 Type structPtrTy = in sizeBasePtr() local
469 builder.create<LLVM::BitcastOp>(loc, structPtrTy, memRefDescPtr); in sizeBasePtr()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp465 Type structPtrTy = in sizeBasePtr() local
469 builder.create<LLVM::BitcastOp>(loc, structPtrTy, memRefDescPtr); in sizeBasePtr()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1716 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction() local
1720 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
1724 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
1903 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction() local
1907 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGBlocks.cpp1960 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction() local
1964 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
1968 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
2148 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction() local
2152 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp1960 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction() local
1964 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
1968 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
2148 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction() local
2152 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp1965 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction() local
1969 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
1973 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
2162 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction() local
2166 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1966 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction() local
1970 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
1974 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
2163 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction() local
2167 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGBlocks.cpp1977 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(DefaultAS); in GenerateCopyHelperFunction() local
1981 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
1985 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
2174 llvm::Type *structPtrTy = in GenerateDestroyHelperFunction() local
2180 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2039 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction() local
2043 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
2047 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
2234 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction() local
2238 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp1960 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction() local
1964 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
1968 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
2148 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction() local
2152 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2041 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction() local
2045 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
2049 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
2236 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction() local
2240 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp1965 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction() local
1969 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
1973 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
2162 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction() local
2166 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1960 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction() local
1964 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
1968 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
2148 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction() local
2152 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2039 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction() local
2043 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
2047 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
2234 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction() local
2238 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp1965 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction() local
1969 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
1973 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
2162 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction() local
2166 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp1960 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction() local
1964 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
1968 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
2148 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction() local
2152 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2048 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction() local
2052 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
2056 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
2241 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction() local
2245 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGBlocks.cpp1960 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction() local
1964 src = Builder.CreateBitCast(src, structPtrTy, "block.source"); in GenerateCopyHelperFunction()
1968 dst = Builder.CreateBitCast(dst, structPtrTy, "block.dest"); in GenerateCopyHelperFunction()
2148 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction() local
2152 src = Builder.CreateBitCast(src, structPtrTy, "block"); in GenerateDestroyHelperFunction()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Pipeline/
H A DSpirvShader.cpp2324 auto &structPtrTy = getType(getObject(structPtrId).type); in EmitArrayLength() local
2325 auto &structTy = getType(structPtrTy.element); in EmitArrayLength()
2332 ApplyDecorationsForIdMember(&structDecorations, structPtrTy.element, arrayFieldIdx); in EmitArrayLength()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Pipeline/
H A DSpirvShader.cpp2374 auto &structPtrTy = getType(getObject(structPtrId)); in EmitArrayLength() local
2375 auto &structTy = getType(structPtrTy.element); in EmitArrayLength()
2382 ApplyDecorationsForIdMember(&structDecorations, structPtrTy.element, arrayFieldIdx); in EmitArrayLength()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/StandardToLLVM/
H A DStandardToLLVM.cpp938 Type structPtrTy = in sizeBasePtr() local
942 builder.create<LLVM::BitcastOp>(loc, structPtrTy, memRefDescPtr); in sizeBasePtr()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/StandardToLLVM/
H A DStandardToLLVM.cpp938 Type structPtrTy = in sizeBasePtr() local
942 builder.create<LLVM::BitcastOp>(loc, structPtrTy, memRefDescPtr); in sizeBasePtr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/StandardToLLVM/
H A DStandardToLLVM.cpp953 LLVM::LLVMType structPtrTy = in sizeBasePtr() local
957 builder.create<LLVM::BitcastOp>(loc, structPtrTy, memRefDescPtr); in sizeBasePtr()