Home
last modified time | relevance | path

Searched defs:getTypes (Results 1 – 14 of 14) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DValueRange.cpp17 TypeRangeRange OperandRangeRange::getTypes() const { in getTypes() function in OperandRangeRange
26 OperandRange::type_range OperandRange::getTypes() const { in getTypes() function in OperandRange
35 ResultRange::type_range ResultRange::getTypes() const { in getTypes() function in ResultRange
44 ValueRange::type_range ValueRange::getTypes() const { return {begin(), end()}; } in getTypes() function in ValueRange
H A DTypeDetail.h130 ArrayRef<Type> getTypes() const { in getTypes() function
H A DBuiltinTypes.cpp851 ArrayRef<Type> TupleType::getTypes() const { return getImpl()->getTypes(); } getTypes() function in TupleType
/llvm-project/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.h205 type_range getTypes() const { return {begin(), end()}; } in getTypes() function
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h303 const LVTypes &getTypes() const { return Types; } in getTypes() function
H A DLVScope.h209 const LVTypes *getTypes() const { return Types.get(); } in getTypes() function
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h212 const TypeList &getTypes() const { return Types; } in getTypes() function
/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h212 const TypeList &getTypes() const { return Types; } in getTypes() function
/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp187 SmallVector<std::string, 4> getTypes() { return Types; } getTypes() function in __anonf9eb8c730211::Transition
/llvm-project/mlir/lib/Bytecode/Writer/
H A DIRNumbering.h161 auto getTypes() { return llvm::make_pointee_range(orderedTypes); } in getTypes() function
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h290 const SPIRVDuplicatesTracker<Type> *getTypes() { return &TT; } getTypes() function
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h783 CodeGenTypes &getTypes() { return Types; } getTypes() function
/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp222 ArrayRef<SVEType> getTypes() const { return Types; } getTypes() function in __anoncee49e800111::Intrinsic
/llvm-project/clang/include/clang/AST/
H A DASTContext.h1233 const SmallVectorImpl<Type *>& getTypes() const { return Types; } getTypes() function