Home
last modified time | relevance | path

Searched defs:StructType (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-7.md341 #### Updating Existing Operations
354 #### Adding New `Toy` Operations
428 #### Optimizing Operations on `StructType`
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGVMaterializer.h26 class StructType; variable
H A DTypeFinder.h25 class StructType; variable
H A DDerivedTypes.h214 StructType(LLVMContext &C) : Type(C, StructTyID) {} in StructType() function
H A DModule.h51 class StructType; variable
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/Utils/
H A DLayoutUtils.h26 class StructType; variable
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h64 class StructType; variable
/llvm-project-15.0.7/clang/test/Sema/
H A Dinvalid-decl.c28 } StructType; typedef
/llvm-project-15.0.7/llvm/include/llvm/Linker/
H A DIRMover.h22 class StructType; variable
/llvm-project-15.0.7/llvm/unittests/IR/
H A DTypesTest.cpp16 TEST(TypesTest, StructType) { in TEST() argument
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h26 class StructType; variable
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h34 class StructType; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCRuntime.h30 class StructType; variable
H A DCodeGenTypes.h27 class StructType; variable
H A DCGRecordLayout.h19 class StructType; variable
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp237 Type *StructType = Arg->getParamByValType(); in adjustByValArgAlignment() local
315 Type *StructType = Arg->getParamByValType(); in handleByValParam() local
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-shared.cpp279 BasePtr StructType = BasePtr(new Base); in aliases() local
H A Dmake-unique.cpp506 BasePtr StructType = BasePtr(new Base); in aliases() local
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp513 auto *StructType = DICompositeType::getDistinct( in CreateOldFunctionBodyAndDI() local
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp243 Type *TypeMapTy::get(Type *Ty, SmallPtrSet<StructType *, 8> &Visited) { in get()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1578 for (const auto &StructType : StructTypes) { in endModule() local
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go612 func (c Context) StructType(elementTypes []Type, packed bool) (t Type) { func
626 func StructType(elementTypes []Type, packed bool) (t Type) { func