Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Option/
H A DArg.h117 SmallVectorImpl<const char *> &getValues() { return Values; } in getValues() function
118 const SmallVectorImpl<const char *> &getValues() const { return Values; } in getValues() function
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineStructures.h417 inline void getValues(unsigned start, unsigned end, in getValues() function
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.h205 ValueRange getValues() const { return ValueRange(begin(), end()); }; in getValues() function
/llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/
H A DAST.h90 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
107 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h205 ArrayRef<DbgValueLoc> getValues() const { return Values; } in getValues() function
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/
H A DAST.h88 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
/llvm-project-15.0.7/mlir/examples/toy/Ch2/include/toy/
H A DAST.h88 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
/llvm-project-15.0.7/mlir/examples/toy/Ch3/include/toy/
H A DAST.h88 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
/llvm-project-15.0.7/mlir/examples/toy/Ch1/include/toy/
H A DAST.h88 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
/llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/
H A DAST.h88 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
/llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/
H A DAST.h88 llvm::ArrayRef<std::unique_ptr<ExprAST>> getValues() { return values; } in getValues() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h66 ArrayRef<DWARFFormValue> getValues() const { return Values; } in getValues() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp288 ArrayRef<Value *> getValues() const { return Values; } in getValues() function in __anon7f9656e30111::ModelledPHI
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h671 StringRef getValues() const { in getValues() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h359 iterator_range<location_op_iterator> getValues() const { in getValues() function
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h743 ArrayRef<Init*> getValues() const { in getValues() function
1646 ArrayRef<RecordVal> getValues() const { return Values; } in getValues() function
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DSparseTensorUtils.cpp466 void getValues(std::vector<V> **out) final { *out = &values; } in getValues() function in __anon2f09016c0111::SparseTensorStorage
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp733 bool getValues(AllocaInst &Array, Instruction &Before) { in getValues() function