Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h126 ArrayRef<Type> getTypes() const { in getTypes() function
H A DBuiltinTypes.cpp874 ArrayRef<Type> TupleType::getTypes() const { return getImpl()->getTypes(); } in getTypes() function in TupleType
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.h199 type_range getTypes() const { return {begin(), end()}; } in getTypes() function
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h173 const SPIRVDuplicatesTracker<Type> *getTypes() { return &TT; } in getTypes() function
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h212 const TypeList &getTypes() const { return Types; } in getTypes() function
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h212 const TypeList &getTypes() const { return Types; } in getTypes() function
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDFAEmitter.cpp209 SmallVector<std::string, 4> getTypes() { return Types; } in getTypes() function in __anon8900ab900211::Transition
/llvm-project-15.0.7/clang/utils/TableGen/
H A DSveEmitter.cpp190 ArrayRef<SVEType> getTypes() const { return Types; } in getTypes() function in __anon409da13d0111::Intrinsic
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h746 CodeGenTypes &getTypes() { return Types; } in getTypes() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1211 const SmallVectorImpl<Type *>& getTypes() const { return Types; } in getTypes() function