/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | instruction.h | 80 struct Operand { struct 81 using OperandData = utils::SmallVector<uint32_t, 2>; argument 82 Operand(spv_operand_type_t t, OperandData&& w) in Operand() argument 85 Operand(spv_operand_type_t t, const OperandData& w) : type(t), words(w) {} in Operand() function 88 Operand(spv_operand_type_t t, InputIt firstOperandData, in Operand() function 93 OperandData words; // Binary segments of this logical operand. argument 95 uint32_t AsId() const { in AsId() 102 std::string AsString() const { in AsString() 127 friend bool operator==(const Operand& o1, const Operand& o2) { argument
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instruction.h | 80 struct Operand { struct 81 using OperandData = utils::SmallVector<uint32_t, 2>; argument 82 Operand(spv_operand_type_t t, OperandData&& w) in Operand() function 85 Operand(spv_operand_type_t t, const OperandData& w) : type(t), words(w) {} in Operand() function 88 Operand(spv_operand_type_t t, InputIt firstOperandData, in Operand() function 93 OperandData words; // Binary segments of this logical operand. argument 95 uint32_t AsId() const { in AsId() 102 std::string AsString() const { in AsString() 127 friend bool operator==(const Operand& o1, const Operand& o2) { argument
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | instruction.h | 80 struct Operand { struct 81 using OperandData = utils::SmallVector<uint32_t, 2>; argument 82 Operand(spv_operand_type_t t, OperandData&& w) in Operand() argument 85 Operand(spv_operand_type_t t, const OperandData& w) : type(t), words(w) {} in Operand() argument 88 OperandData words; // Binary segments of this logical operand. argument 113 friend bool operator==(const Operand& o1, const Operand& o2) { argument
|
/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/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/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/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/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/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/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/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/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
D | Operand.java | 37 public interface Operand<T> { interface
|
/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/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
|
/external/deqp-deps/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
|
/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/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/android-nn-driver/1.1/ |
D | HalPolicy.hpp | 24 using Operand = V1_0::Operand; typedef in armnn_driver::hal_1_1::HalPolicy
|
/external/android-nn-driver/1.0/ |
D | HalPolicy.hpp | 22 using Operand = V1_0::Operand; typedef in armnn_driver::hal_1_0::HalPolicy
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIPeepholeSDWA.cpp | 470 MachineOperand *Operand = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in convertToSDWA() local 849 static raw_ostream& operator<<(raw_ostream &OS, const SDWAOperand &Operand) { in operator <<() 857 if (auto Operand = matchSDWAOperand(MI)) { in matchSDWAOperands() local 1145 for (auto &Operand : SDWAOperands) { in convertToSDWA() local 1228 const auto &Operand = OperandPair.second; in runOnMachineFunction() local 1241 const auto &Operand = OperandPair.second; in runOnMachineFunction() local
|
/external/vixl/src/aarch32/ |
D | operands-aarch32.h | 56 Operand(uint32_t immediate) // NOLINT(runtime/explicit) in Operand() function 58 Operand(int32_t immediate) // NOLINT(runtime/explicit) in Operand() function 65 Operand(Register rm) // NOLINT(runtime/explicit) in Operand() function 73 Operand(Register rm, Shift shift) in Operand() function 83 Operand(Register rm, Shift shift, uint32_t amount) in Operand() function 111 Operand(Register rm, Shift shift, Register rs) in Operand() function
|
/external/android-nn-driver/1.3/ |
D | HalPolicy.hpp | 27 using Operand = V1_3::Operand; typedef in armnn_driver::hal_1_3::HalPolicy
|
/external/android-nn-driver/1.2/ |
D | HalPolicy.hpp | 26 using Operand = V1_2::Operand; typedef in armnn_driver::hal_1_2::HalPolicy
|
/external/swiftshader/third_party/subzero/src/ |
D | IceOperand.h | 113 Operand(OperandKind Kind, Type Ty) : Ty(Ty), Kind(Kind) { in Operand() function 150 static bool classof(const Operand *Operand) { in classof() 215 static bool classof(const Operand *Operand) { in classof() 404 static bool classof(const Operand *Operand) { in classof() 443 static bool classof(const Operand *Operand) { in classof() 836 static bool classof(const Operand *Operand) { in classof() 944 static bool classof(const Operand *Operand) { in classof() 1001 static bool classof(const Operand *Operand) { in classof() 1156 static bool classof(const Operand *Operand) { in classof()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroEarly.cpp | 66 Value *Operand = Intrin->getArgOperand(0); in lowerCoroPromise() local 91 Value *Operand = II->getArgOperand(0); in lowerCoroDone() local
|