Home
last modified time | relevance | path

Searched defs:getValues (Results 1 – 24 of 24) sorted by relevance

/llvm-project/llvm/include/llvm/Option/
H A DArg.h129 SmallVectorImpl<const char *> &getValues() { return Values; } in getValues() function
130 const SmallVectorImpl<const char *> &getValues() const { return Values; } in getValues() function
/llvm-project/llvm/include/llvm/DWARFLinker/
H A DIndexedValuesMap.h32 const SmallVector<T> &getValues() const { return Values; } getValues() function
/llvm-project/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.h211 ValueRange getValues() const { return ValueRange(begin(), end()); }; in getValues() function
/llvm-project/mlir/tools/tblgen-to-irdl/
H A DOpDefinitionsGen.cpp107 auto getValues = [&](tblgen::Operator::const_value_range namedCons) { createIRDLOperation() local
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DAST.h91 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
108 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h147 template <typename T = AccelTableData *> auto getValues() const { in getValues() function
/llvm-project/mlir/include/mlir/Analysis/
H A DFlatLinearValueConstraints.h332 inline void getValues(unsigned start, unsigned end, in getValues() function
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h223 ArrayRef<DbgValueLoc> getValues() const { return Values; } getValues() function
/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/llvm-project/mlir/examples/toy/Ch3/include/toy/
H A DAST.h89 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
/llvm-project/mlir/examples/toy/Ch6/include/toy/
H A DAST.h89 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
/llvm-project/mlir/examples/toy/Ch5/include/toy/
H A DAST.h89 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
/llvm-project/mlir/examples/toy/Ch4/include/toy/
H A DAST.h89 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
/llvm-project/mlir/examples/toy/Ch2/include/toy/
H A DAST.h89 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
/llvm-project/mlir/examples/toy/Ch1/include/toy/
H A DAST.h89 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DStorage.h285 void getValues(std::vector<V> **out) final { in getValues() function
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h83 ArrayRef<DWARFFormValue> getValues() const { return Values; } in getValues() function
/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h719 StringRef getValues() const { getValues() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp315 ArrayRef<Value *> getValues() const { return Values; } getValues() function in __anon3afcf1460111::ModelledPHI
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h794 ArrayRef<Init*> getValues() const { getValues() function
1755 ArrayRef<RecordVal> getValues() const { return Values; } getValues() function
/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h465 iterator_range<location_op_iterator> getValues() const { getValues() function
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/
H A DTransformInterfaces.cpp1160 transform::TransformResults::getValues(unsigned resultNumber) const { getValues() function in transform::TransformResults
/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp871 bool getValues(AllocaInst &Array, Instruction &Before) { getValues() function