Home
last modified time | relevance | path

Searched defs:Operand (Results 1 – 25 of 228) sorted by relevance

12345678910

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.h58 struct Operand { struct
63 const llvm::MCOperandInfo *Info = nullptr; // Set for Explicit Op. argument
76 llvm::SmallVector<Operand, 8> Operands; argument
DMCInstrDescView.cpp26 Operand Operand; in Instruction() local
40 Operand Operand; in Instruction() local
50 Operand Operand; in Instruction() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.h73 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/
Dinstruction.h73 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/
DPseudoLoweringEmitter.h23 enum MapKind { Operand, Imm, Reg }; enumerator
26 unsigned Operand; // Operand number mapped to. member
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp117 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/
DOperand.java37 public interface Operand<T> { interface
/external/v8/src/arm/
Dassembler-arm-inl.h205 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/
DNVPTXGenericToNVVM.cpp113 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
DNVVMReflect.cpp139 const Value *Operand = cast<Constant>(Sym)->getOperand(0); in runOnFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h299 PredicateInfo(unsigned Register, unsigned Operand, bool PredicatedTrue) in PredicateInfo()
303 unsigned Operand; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp125 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/
Doperands-aarch32.h56 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/
DIceOperand.h113 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/
DSIPeepholeSDWA.cpp245 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/
DFileAnalysis.cpp145 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/
DX86InstrBuilder.h94 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/
DCoroEarly.cpp67 Value *Operand = Intrin->getArgOperand(0); in lowerCoroPromise() local
92 Value *Operand = II->getArgOperand(0); in lowerCoroDone() local
/external/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.h41 MachineOperand *Operand; member
DRegUsageInfoPropagate.cpp116 MachineOperand &Operand = MI.getOperand(0); in runOnMachineFunction() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAggressiveAntiDepBreaker.h43 MachineOperand *Operand; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp175 for (auto *Operand : Operands) in getMinBitWidth() local
190 for (auto *Operand : Operands) in getMinBitWidth() local
/external/capstone/bindings/java/capstone/
DMips.java37 public static class Operand extends Structure { class in Mips
DXcore.java34 public static class Operand extends Structure { class in Xcore
/external/vixl/src/aarch64/
Doperands-aarch64.cc292 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

12345678910