Home
last modified time | relevance | path

Searched defs:getType (Results 1 – 25 of 150) sorted by relevance

123456

/llvm-project/mlir/lib/IR/
H A DValueRange.cpp21 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 DInputElement.h64 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 DDynamicTypeInfo.h34 QualType getType() const { return DynTy; } in getType() function
/llvm-project/clang/include/clang/AST/
H A DLocInfoType.h44 QualType getType() const { return getCanonicalTypeInternal(); } in getType() function
H A DAPValue.h51 const Type *getType() const { return T; } in getType() function
/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h72 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 DSymbolManager.cpp328 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 DMCSectionMachO.h57 MachO::SectionType getType() const { in getType() function
H A DMCSymbolCOFF.h36 uint16_t getType() const { in getType() function
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp38 CVType TypeTableCollection::getType(TypeIndex Index) { getType() function in TypeTableCollection
H A DAppendingTypeTableBuilder.cpp45 CVType AppendingTypeTableBuilder::getType(TypeIndex Index){ getType() function in AppendingTypeTableBuilder
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h80 Type getType() const { return Kind; } in getType() function
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRAttr.cpp79 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 DM68kELFObjectWriter.cpp48 getType(unsigned Kind, MCSymbolRefExpr::VariantKind &Modifier, bool &IsPCRel) { in getType() function
/llvm-project/flang/lib/Lower/
H A DHostAssociations.cpp155 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 DPass.cpp27 StringRef PassOption::getType() const { return def->getValueAsString("type"); } in getType() function in PassOption
/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp40 static SymbolRef::Type getType(const Symbol *Sym) { getType() function
/llvm-project/clang/include/clang/InstallAPI/
H A DHeaderFile.h78 HeaderType getType() const { return Type; } in getType() function
/llvm-project/mlir/include/mlir/IR/
H A DValue.h63 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 DMLIRGen.cpp432 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 DMLIRGen.cpp436 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 DMLIRGen.cpp432 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 DMLIRGen.cpp436 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 DMLIRGen.cpp436 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 DAddress.h71 llvm::PointerType *getType() const { getType() function
176 llvm::PointerType *getType() const { getType() function

123456