Home
last modified time | relevance | path

Searched defs:OperandInfo (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIterator.h117 struct TORCH_API OperandInfo { struct
119 OperandInfo() = default; argument
120 C10_ALWAYS_INLINE explicit OperandInfo(c10::MaybeOwned<TensorBase>&& t) { in OperandInfo() function
131 C10_ALWAYS_INLINE OperandInfo& operator=(const OperandInfo&) = default; argument
133 C10_ALWAYS_INLINE OperandInfo& operator=(OperandInfo&&) noexcept = default; argument
138 void* data = nullptr;
141 StrideVector stride_bytes;
150 std::optional<Device> device = std::nullopt;
151 ScalarType target_dtype = ScalarType::Undefined;
156 ScalarType current_dtype = ScalarType::Undefined;
[all …]
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h64 struct OperandInfo { struct
67 Record *Rec;
71 std::string Name;
75 std::string PrinterMethodName;
99 /// MIOperandInfo - Default MI operand type. Note an operand may be made argument
101 DagInit *MIOperandInfo; argument
107 OperandInfo(Record *R, const std::string &N, const std::string &PMN, in OperandInfo() argument
137 std::vector<OperandInfo> OperandList; argument
H A DFixedLenDecoderEmitter.cpp45 struct OperandInfo { struct
46 std::vector<EncodingField> Fields;
47 std::string Decoder;
48 bool HasCompleteDecoder;
50 OperandInfo(std::string D, bool HCD) in OperandInfo() function
53 void addField(unsigned Base, unsigned Width, unsigned Offset) { in addField()
57 unsigned numFields() const { return Fields.size(); } in numFields()
59 typedef std::vector<EncodingField>::const_iterator const_iterator;
61 const_iterator begin() const { return Fields.begin(); } in begin()
62 const_iterator end() const { return Fields.end(); } in end()
H A DInstrInfoEmitter.cpp181 std::vector<std::string> OperandInfo = GetOperandInfo(*Inst); in EmitOperandInfo() local
540 std::vector<std::string> OperandInfo = GetOperandInfo(Inst); in emitRecord() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp386 auto &OperandInfo = getOrCreateValueInfo(Op); in addInfoFor() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp343 auto &OperandInfo = getOrCreateValueInfo(Op); in addInfoFor() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4050 FunctionOperandInfo OperandInfo = {Func, 0, 0, 0}; in parseFunctionRecord() local