/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | MCInstrDescView.h | 58 struct Operand { struct 63 const llvm::MCOperandInfo *Info = nullptr; // Set for Explicit Op. argument 76 llvm::SmallVector<Operand, 8> Operands; argument
|
D | MCInstrDescView.cpp | 26 Operand Operand; in Instruction() local 40 Operand Operand; in Instruction() local 50 Operand Operand; in Instruction() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | instruction.h | 73 struct Operand { struct 74 using OperandData = utils::SmallVector<uint32_t, 2>; argument 75 Operand(spv_operand_type_t t, OperandData&& w) in Operand() argument 78 Operand(spv_operand_type_t t, const OperandData& w) : type(t), words(w) {} in Operand() argument 81 OperandData words; // Binary segments of this logical operand. argument 83 friend bool operator==(const Operand& o1, const Operand& o2) { argument
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instruction.h | 73 struct Operand { struct 74 using OperandData = utils::SmallVector<uint32_t, 2>; argument 75 Operand(spv_operand_type_t t, OperandData&& w) in Operand() function 78 Operand(spv_operand_type_t t, const OperandData& w) : type(t), words(w) {} in Operand() argument 81 OperandData words; // Binary segments of this logical operand. argument 83 friend bool operator==(const Operand& o1, const Operand& o2) { argument
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | PseudoLoweringEmitter.h | 23 enum MapKind { Operand, Imm, Reg }; enumerator 26 unsigned Operand; // Operand number mapped to. member
|
/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/v8/src/arm/ |
D | assembler-arm-inl.h | 205 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) : rmode_(rmode) { in Operand() function 211 Operand::Operand(const ExternalReference& f) in Operand() function 216 Operand::Operand(Smi* value) : rmode_(RelocInfo::NONE) { in Operand() function 220 Operand::Operand(Register rm) : rm_(rm), shift_op_(LSL), shift_imm_(0) {} in Operand() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 113 Value *Operand = II->getOperand(i); in runOnModule() local 205 Value *Operand = C->getOperand(i); in remapConstantVectorOrConstantAggregate() local 244 Value *Operand = C->getOperand(i); in remapConstantExpr() local
|
D | NVVMReflect.cpp | 139 const Value *Operand = cast<Constant>(Sym)->getOperand(0); in runOnFunction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.h | 299 PredicateInfo(unsigned Register, unsigned Operand, bool PredicatedTrue) in PredicateInfo() 303 unsigned Operand; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 125 for (unsigned Operand = 0; Operand < 2; ++Operand) { in extract() local 240 for (unsigned Operand = 0; Operand < 2; ++Operand) { in print() local
|
/external/vixl/src/aarch32/ |
D | operands-aarch32.h | 56 Operand(uint32_t immediate) // NOLINT(runtime/explicit) in Operand() function 62 Operand(int32_t immediate) // NOLINT(runtime/explicit) in Operand() function 73 Operand(Register rm) // NOLINT(runtime/explicit) in Operand() function 85 Operand(Register rm, Shift shift) in Operand() function 95 Operand(Register rm, Shift shift, uint32_t amount) in Operand() function 123 Operand(Register rm, Shift shift, Register rs) in Operand() function
|
/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() 220 static bool classof(const Operand *Operand) { in classof() 427 static bool classof(const Operand *Operand) { in classof() 466 static bool classof(const Operand *Operand) { in classof() 858 static bool classof(const Operand *Operand) { in classof() 966 static bool classof(const Operand *Operand) { in classof() 1023 static bool classof(const Operand *Operand) { in classof() 1178 static bool classof(const Operand *Operand) { in classof()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIPeepholeSDWA.cpp | 245 static raw_ostream& operator<<(raw_ostream &OS, const SDWAOperand &Operand) { in operator <<() 469 MachineOperand *Operand = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in convertToSDWA() local 849 if (auto Operand = matchSDWAOperand(MI)) { in matchSDWAOperands() local 1053 for (auto &Operand : SDWAOperands) { in convertToSDWA() local 1133 const auto &Operand = OperandPair.second; in runOnMachineFunction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/ |
D | FileAnalysis.cpp | 145 for (const auto &Operand : InstrMeta.Instruction) { in usesRegisterOperand() local 296 for (const auto &Operand : IndirectCF.Instruction) { in indirectCFOperandClobber() local 335 const auto Operand = NodeInstr.Instruction.getOperand(i); in indirectCFOperandClobber() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrBuilder.h | 94 unsigned Operand) { in getAddressFromInstr() 133 static inline void setDirectAddressInInstr(MachineInstr *MI, unsigned Operand, in setDirectAddressInInstr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroEarly.cpp | 67 Value *Operand = Intrin->getArgOperand(0); in lowerCoroPromise() local 92 Value *Operand = II->getArgOperand(0); in lowerCoroDone() local
|
/external/llvm/lib/CodeGen/ |
D | AggressiveAntiDepBreaker.h | 41 MachineOperand *Operand; member
|
D | RegUsageInfoPropagate.cpp | 116 MachineOperand &Operand = MI.getOperand(0); in runOnMachineFunction() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | AggressiveAntiDepBreaker.h | 43 MachineOperand *Operand; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 175 for (auto *Operand : Operands) in getMinBitWidth() local 190 for (auto *Operand : Operands) in getMinBitWidth() local
|
/external/capstone/bindings/java/capstone/ |
D | Mips.java | 37 public static class Operand extends Structure { class in Mips
|
D | Xcore.java | 34 public static class Operand extends Structure { class in Xcore
|
/external/vixl/src/aarch64/ |
D | operands-aarch64.cc | 292 Operand::Operand(int64_t immediate) in Operand() function in vixl::aarch64::Operand 300 Operand::Operand(Register reg, Shift shift, unsigned shift_amount) in Operand() function in vixl::aarch64::Operand 312 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand() function in vixl::aarch64::Operand
|