/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | instruction.h | 51 struct Operand { struct 52 Operand(spv_operand_type_t t, std::vector<uint32_t>&& w) in Operand() argument 55 Operand(spv_operand_type_t t, const std::vector<uint32_t>& w) in Operand() function 72 using iterator = std::vector<Operand>::iterator; argument
|
/third_party/skia/third_party/externals/spirv-tools/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() function 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
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/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() function 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
|
/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() 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
|
/third_party/skia/third_party/externals/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"`
|
/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"`
|
/third_party/skia/third_party/externals/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"`
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|
D | NVVMReflect.cpp | 143 const Value *Operand = cast<Constant>(Sym)->getOperand(0); in runOnFunction() local
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | operand.cc | 42 Operand::Operand(Kind kind) : kind_(kind) {} in Operand() function in tint::writer::spirv::Operand
|
/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
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrBuilder.h | 93 unsigned Operand) { in getAddressFromInstr() 132 static inline void setDirectAddressInInstr(MachineInstr *MI, unsigned Operand, in setDirectAddressInInstr()
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 174 for (auto *Operand : Operands) in getMinBitWidth() local 189 for (auto *Operand : Operands) in getMinBitWidth() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AggressiveAntiDepBreaker.h | 45 MachineOperand *Operand; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | IVUsers.cpp | 129 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue() 300 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser()
|
/third_party/spirv-tools/tools/sva/src/ |
D | ast.js | 94 class Operand { class
|