/llvm-project/mlir/lib/IR/ |
H A D | ValueRange.cpp | 21 TypeRangeRange OperandRangeRange::getType() const { return getTypes(); } in getType() function in OperandRangeRange 30 OperandRange::type_range OperandRange::getType() const { return getTypes(); } in getType() function in OperandRange 39 ResultRange::type_range ResultRange::getType() const { return getTypes(); } in getType() function in ResultRange 46 ValueRange::type_range ValueRange::getType() const { return getTypes(); } in getType() function in ValueRange
|
/llvm-project/lld/wasm/ |
H A D | InputElement.h | 64 const WasmGlobalType &getType() const { return type; } in getType() function 91 const WasmTableType &getType() const { return type; } in getType() function
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | DynamicTypeInfo.h | 34 QualType getType() const { return DynTy; } in getType() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | LocInfoType.h | 44 QualType getType() const { return getCanonicalTypeInternal(); } in getType() function
|
H A D | APValue.h | 51 const Type *getType() const { return T; } in getType() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 72 Type *getType() const { return V->getType(); } in getType() function 89 Type *getType() const { return Ty; } in getType() function 119 Type *getType() const { return Ty; } in getType() function 283 Type *getType() const { return Ty; } in getType() function 297 Type *getType() const { return getOperand(0)->getType(); } in getType() function 326 Type *getType() const { getType() function 357 Type *getType() const { return getStart()->getType(); } getType() function 443 Type *getType() const { return getOperand(0)->getType(); } getType() function 537 Type *getType() const { return getOperand(0)->getType(); } getType() function 599 Type *getType() const { return getValPtr()->getType(); } getType() function [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SymbolManager.cpp | 328 QualType SymbolConjured::getType() const { getType() function in SymbolConjured 332 QualType SymbolDerived::getType() const { getType() function in SymbolDerived 336 QualType SymbolExtent::getType() const { getType() function in SymbolExtent 341 QualType SymbolMetadata::getType() const { getType() function in SymbolMetadata 345 QualType SymbolRegionValue::getType() const { getType() function in SymbolRegionValue
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionMachO.h | 57 MachO::SectionType getType() const { in getType() function
|
H A D | MCSymbolCOFF.h | 36 uint16_t getType() const { in getType() function
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeTableCollection.cpp | 38 CVType TypeTableCollection::getType(TypeIndex Index) { getType() function in TypeTableCollection
|
H A D | AppendingTypeTableBuilder.cpp | 45 CVType AppendingTypeTableBuilder::getType(TypeIndex Index){ getType() function in AppendingTypeTableBuilder
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SymbolRewriter.h | 80 Type getType() const { return Kind; } in getType() function
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIRAttr.cpp | 79 mlir::Type getType() const { return value; } in getType() function 94 mlir::Type fir::ExactTypeAttr::getType() const { return getImpl()->getType(); } in getType() function in fir::ExactTypeAttr 100 mlir::Type fir::SubclassAttr::getType() const { return getImpl()->getType(); } in getType() function in fir::SubclassAttr
|
/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kELFObjectWriter.cpp | 48 getType(unsigned Kind, MCSymbolRefExpr::VariantKind &Modifier, bool &IsPCRel) { in getType() function
|
/llvm-project/flang/lib/Lower/ |
H A D | HostAssociations.cpp | 155 static mlir::Type getType(Fortran::lower::AbstractConverter &converter, in getType() function in __anon0ab1a3360111::CapturedSimpleScalars 183 static mlir::Type getType(Fortran::lower::AbstractConverter &converter, in getType() function in __anon0ab1a3360111::CapturedProcedure 219 static mlir::Type getType(Fortran::lower::AbstractConverter &converter, in getType() function in __anon0ab1a3360111::CapturedCharacterScalars 257 static mlir::Type getType(Fortran::lower::AbstractConverter &converter, in getType() function in __anon0ab1a3360111::CapturedPolymorphicScalar 316 static mlir::Type getType(Fortran::lower::AbstractConverter &converter, in getType() function in __anon0ab1a3360111::CapturedAllocatableAndPointer 381 static mlir::Type getType(Fortran::lower::AbstractConverter &converter, in getType() function in __anon0ab1a3360111::CapturedArrays
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Pass.cpp | 27 StringRef PassOption::getType() const { return def->getValueAsString("type"); } in getType() function in PassOption
|
/llvm-project/llvm/lib/Object/ |
H A D | TapiFile.cpp | 40 static SymbolRef::Type getType(const Symbol *Sym) { getType() function
|
/llvm-project/clang/include/clang/InstallAPI/ |
H A D | HeaderFile.h | 78 HeaderType getType() const { return Type; } in getType() function
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | Value.h | 63 Type getType() const { return typeAndKind.getPointer(); } in getType() function 129 Type getType() const { return impl->getType(); } in getType() function 450 Ty getType() const { return llvm::cast<Ty>(Value::getType()); } in getType() function
|
/llvm-project/mlir/examples/toy/Ch3/mlir/ |
H A D | MLIRGen.cpp | 432 mlir::Type getType(ArrayRef<int64_t> shape) { in getType() function in __anonc306b16d0111::MLIRGenImpl 443 mlir::Type getType(const VarType &type) { return getType(type.shape); } in getType() function in __anonc306b16d0111::MLIRGenImpl
|
/llvm-project/mlir/examples/toy/Ch5/mlir/ |
H A D | MLIRGen.cpp | 436 mlir::Type getType(ArrayRef<int64_t> shape) { in getType() function in __anon9f32f5af0111::MLIRGenImpl 447 mlir::Type getType(const VarType &type) { return getType(type.shape); } in getType() function in __anon9f32f5af0111::MLIRGenImpl
|
/llvm-project/mlir/examples/toy/Ch2/mlir/ |
H A D | MLIRGen.cpp | 432 mlir::Type getType(ArrayRef<int64_t> shape) { in getType() function in __anond4f08f4c0111::MLIRGenImpl 443 mlir::Type getType(const VarType &type) { return getType(type.shape); } in getType() function in __anond4f08f4c0111::MLIRGenImpl
|
/llvm-project/mlir/examples/toy/Ch6/mlir/ |
H A D | MLIRGen.cpp | 436 mlir::Type getType(ArrayRef<int64_t> shape) { in getType() function in __anon8d4917d00111::MLIRGenImpl 447 mlir::Type getType(const VarType &type) { return getType(type.shape); } in getType() function in __anon8d4917d00111::MLIRGenImpl
|
/llvm-project/mlir/examples/toy/Ch4/mlir/ |
H A D | MLIRGen.cpp | 436 mlir::Type getType(ArrayRef<int64_t> shape) { in getType() function in __anonb11cd38e0111::MLIRGenImpl 447 mlir::Type getType(const VarType &type) { return getType(type.shape); } in getType() function in __anonb11cd38e0111::MLIRGenImpl
|
/llvm-project/clang/lib/CodeGen/ |
H A D | Address.h | 71 llvm::PointerType *getType() const { getType() function 176 llvm::PointerType *getType() const { getType() function
|