| /external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
| D | MCInstrDescView.h | 66 struct Operand { struct 88 const MCOperandInfo *Info = nullptr; // Set for Explicit Op. argument 89 Optional<uint8_t> TiedToIndex; // Set for Reg&Explicit Op. 90 const MCPhysReg *ImplicitReg = nullptr; // Set for Implicit Op. 91 Optional<uint8_t> VariableIndex; // Set for Explicit Op.
|
| D | MCInstrDescView.cpp | 94 SmallVector<Operand, 8> Operands, in Instruction() 115 Operand Operand; in create() local 133 Operand Operand; in create() local 142 Operand Operand; in create() local
|
| /external/llvm-project/lldb/include/lldb/Core/ |
| D | Disassembler.h | 181 struct Operand { struct 190 std::vector<Operand> m_children; argument 198 static Operand BuildRegister(ConstString &r); argument
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
| D | instruction.h | 78 struct Operand { struct 79 using OperandData = utils::SmallVector<uint32_t, 2>; argument 80 Operand(spv_operand_type_t t, OperandData&& w) in Operand() argument 83 Operand(spv_operand_type_t t, const OperandData& w) : type(t), words(w) {} in Operand() argument 86 OperandData words; // Binary segments of this logical operand. argument 89 const char* AsCString() const { in AsCString() 114 friend bool operator==(const Operand& o1, const Operand& o2) { argument
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | instruction.h | 76 struct Operand { struct 77 using OperandData = utils::SmallVector<uint32_t, 2>; argument 78 Operand(spv_operand_type_t t, OperandData&& w) in Operand() function 81 Operand(spv_operand_type_t t, const OperandData& w) : type(t), words(w) {} in Operand() argument 84 OperandData words; // Binary segments of this logical operand. argument 87 const char* AsCString() const { in AsCString() 112 friend bool operator==(const Operand& o1, const Operand& o2) { argument
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | instruction.h | 76 struct Operand { struct 77 using OperandData = utils::SmallVector<uint32_t, 2>; argument 78 Operand(spv_operand_type_t t, OperandData&& w) in Operand() argument 81 Operand(spv_operand_type_t t, const OperandData& w) : type(t), words(w) {} in Operand() function 84 OperandData words; // Binary segments of this logical operand. argument 87 const char* AsCString() const { in AsCString() 112 friend bool operator==(const Operand& o1, const Operand& o2) { argument
|
| /external/llvm-project/flang/include/flang/Evaluate/ |
| D | expression.h | 121 template <int J> using Operand = std::tuple_element_t<J, OperandTypes>; variable 211 using Operand = SomeKind<FROMCAT>; member 220 using Operand = A; member 227 using Operand = A; member 237 using Operand = Type<TypeCategory::Complex, KIND>; member 252 using Operand = Result; member 276 using Operand = A; member 283 using Operand = A; member 290 using Operand = A; member 297 using Operand = A; member [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/grammar/ |
| D | grammar.go | 40 type Operand struct { struct 41 Kind string `json:"kind"` 42 Name string `json:"name"` 43 Quantifier Quantifier `json:"quantifier"`
|
| /external/deqp-deps/SPIRV-Tools/utils/vscode/src/grammar/ |
| D | grammar.go | 40 type Operand struct { struct 41 Kind string `json:"kind"` 42 Name string `json:"name"` 43 Quantifier Quantifier `json:"quantifier"`
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/grammar/ |
| D | grammar.go | 40 type Operand struct { struct 41 Kind string `json:"kind"` 42 Name string `json:"name"` 43 Quantifier Quantifier `json:"quantifier"`
|
| /external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCELFStreamer.cpp | 141 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); in emitGOTToPCRelReloc() local 176 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); in emitGOTToPCRelLabel() local 211 const MCOperand &Operand = Inst.getOperand(LastOp); in isPartOfGOTToPCRelPair() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFExpression.cpp | 133 for (unsigned Operand = 0; Operand < 2; ++Operand) { in extract() local 257 for (unsigned Operand = 0; Operand < 2; ++Operand) { in print() local 320 for (unsigned Operand = 0; Operand < 2; ++Operand) { in verify() local
|
| /external/vixl/src/aarch64/ |
| D | operands-aarch64.cc | 148 Operand::Operand(int64_t immediate) in Operand() function in vixl::aarch64::Operand 155 Operand::Operand(IntegerOperand immediate) in Operand() function in vixl::aarch64::Operand 162 Operand::Operand(Register reg, Shift shift, unsigned shift_amount) in Operand() function in vixl::aarch64::Operand 174 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand() function in vixl::aarch64::Operand
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXGenericToNVVM.cpp | 117 Value *Operand = II->getOperand(i); in runOnModule() local 255 Value *Operand = C->getOperand(i); in remapConstantVectorOrConstantAggregate() local 294 Value *Operand = C->getOperand(i); in remapConstantExpr() local 373 MDNode *Operand = N->getOperand(i); in remapNamedMDNode() local
|
| /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
| D | Operand.java | 37 public interface Operand<T> { interface
|
| /external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFExpression.cpp | 130 for (unsigned Operand = 0; Operand < 2; ++Operand) { in extract() local 208 unsigned Operand) { in prettyPrintBaseTypeRef() 279 for (unsigned Operand = 0; Operand < 2; ++Operand) { in print() local 350 for (unsigned Operand = 0; Operand < 2; ++Operand) { in verify() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVPTXGenericToNVVM.cpp | 112 Value *Operand = II->getOperand(i); in runOnModule() local 204 Value *Operand = C->getOperand(i); in remapConstantVectorOrConstantAggregate() local 243 Value *Operand = C->getOperand(i); in remapConstantExpr() local
|
| /external/llvm-project/llvm/lib/Target/NVPTX/ |
| D | NVPTXGenericToNVVM.cpp | 112 Value *Operand = II->getOperand(i); in runOnModule() local 204 Value *Operand = C->getOperand(i); in remapConstantVectorOrConstantAggregate() local 243 Value *Operand = C->getOperand(i); in remapConstantExpr() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCInstrInfo.h | 298 PredicateInfo(unsigned Register, unsigned Operand, bool PredicatedTrue) in PredicateInfo() 302 unsigned Operand; variable
|
| /external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCInstrInfo.h | 325 PredicateInfo(unsigned Register, unsigned Operand, bool PredicatedTrue) in PredicateInfo() 329 unsigned Operand; variable
|
| /external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | simd_mat4.inl | 175 __m128 Operand = _mm_set_ps1(s); local 188 __m128 Operand = _mm_set_ps1(s); local 201 __m128 Operand = _mm_set_ps1(s); local 214 __m128 Operand = _mm_div_ps(one, _mm_set_ps1(s)); local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | CloneModule.cpp | 193 for (const auto* Operand : NewNMD->operands()) in CloneModule() local 195 for (const auto* Operand : NMD.operands()) { in CloneModule() local
|
| /external/llvm-project/llvm/lib/Transforms/Utils/ |
| D | CloneModule.cpp | 193 for (const auto* Operand : NewNMD->operands()) in CloneModule() local 195 for (const auto* Operand : NMD.operands()) { in CloneModule() local
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/parser/ |
| D | parser.go | 788 type Operand struct { struct 789 Name string // name of the operand 790 Kind *schema.OperandKind // kind of the operand 791 Tokens []*Token // all the tokens that make up the operand 792 Parameters []*Operand // all the parameters for the operand
|
| /external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/ |
| D | parser.go | 788 type Operand struct { struct 789 Name string // name of the operand 790 Kind *schema.OperandKind // kind of the operand 791 Tokens []*Token // all the tokens that make up the operand 792 Parameters []*Operand // all the parameters for the operand
|