/llvm-project/mlir/docs/Tutorials/Toy/ |
H A D | Ch-7.md | 341 #### Updating Existing Operations 354 #### Adding New `Toy` Operations 428 #### Optimizing Operations on `StructType`
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | GVMaterializer.h | 26 class StructType; variable
|
H A D | TypeFinder.h | 25 class StructType; variable
|
H A D | DerivedTypes.h | 217 StructType(LLVMContext &C) : Type(C, StructTyID) {} StructType() function [all...] |
H A D | Module.h | 51 class StructType; variable
|
/llvm-project/mlir/include/mlir/Dialect/SPIRV/Utils/ |
H A D | LayoutUtils.h | 26 class StructType; variable
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 64 class StructType; global() variable
|
/llvm-project/clang/test/Sema/ |
H A D | invalid-decl.c | 27 } StructType; typedef
|
/llvm-project/llvm/include/llvm/Linker/ |
H A D | IRMover.h | 22 class StructType; variable
|
/llvm-project/llvm/unittests/IR/ |
H A D | TypesTest.cpp | 17 TEST(TypesTest, StructType) { in TEST() argument [all...] |
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SCCPSolver.h | 35 class StructType; variable
|
/llvm-project/clang/include/clang/CodeGen/ |
H A D | SwiftCallingConv.h | 26 class StructType; variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.h | 52 class StructType; variable
|
H A D | CGObjCRuntime.h | 30 class StructType; variable
|
H A D | CodeGenTypes.h | 27 class StructType; variable
|
H A D | CGRecordLayout.h | 19 class StructType; variable
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerArgs.cpp | 330 Type *StructType = Arg->getParamByValType(); adjustByValArgAlignment() local 417 Type *StructType = Arg->getParamByValType(); handleByValParam() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | make-shared.cpp | 279 BasePtr StructType = BasePtr(new Base); in aliases() local
|
H A D | make-unique.cpp | 506 BasePtr StructType = BasePtr(new Base); in aliases() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | CloningTest.cpp | 515 auto *StructType = DICompositeType::getDistinct( CreateOldFunctionBodyAndDI() local
|
/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 247 get(Type * Ty,SmallPtrSet<StructType *,8> & Visited) get() argument [all...] |
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 1629 for (const auto &StructType : StructTypes) { endModule() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.cpp | 1973 SPIRVType *StructType = GR->getSPIRVTypeForVReg(TypeReg); buildNDRange() local
|