/llvm-project/mlir/lib/IR/ |
H A D | ValueRange.cpp | 17 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 D | TypeDetail.h | 130 ArrayRef<Type> getTypes() const { in getTypes() function
|
H A D | BuiltinTypes.cpp | 851 ArrayRef<Type> TupleType::getTypes() const { return getImpl()->getTypes(); } getTypes() function in TupleType
|
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | InferTypeOpInterface.h | 205 type_range getTypes() const { return {begin(), end()}; } in getTypes() function
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVReader.h | 303 const LVTypes &getTypes() const { return Types; } in getTypes() function
|
H A D | LVScope.h | 209 const LVTypes *getTypes() const { return Types.get(); } in getTypes() function
|
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.h | 212 const TypeList &getTypes() const { return Types; } in getTypes() function
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.h | 212 const TypeList &getTypes() const { return Types; } in getTypes() function
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DFAEmitter.cpp | 187 SmallVector<std::string, 4> getTypes() { return Types; } getTypes() function in __anonf9eb8c730211::Transition
|
/llvm-project/mlir/lib/Bytecode/Writer/ |
H A D | IRNumbering.h | 161 auto getTypes() { return llvm::make_pointee_range(orderedTypes); } in getTypes() function
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVDuplicatesTracker.h | 290 const SPIRVDuplicatesTracker<Type> *getTypes() { return &TT; } getTypes() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.h | 783 CodeGenTypes &getTypes() { return Types; } getTypes() function
|
/llvm-project/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 222 ArrayRef<SVEType> getTypes() const { return Types; } getTypes() function in __anoncee49e800111::Intrinsic
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 1233 const SmallVectorImpl<Type *>& getTypes() const { return Types; } getTypes() function
|