/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_target.h | 193 struct OpInfo struct 195 OpInfo *variants; argument 215 inline const OpInfo& getOpInfo(const Instruction *) const; argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | human_readable_profile_builder.h | 62 struct OpInfo { struct 84 std::vector<OpInfo> op_infos_; argument
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/ |
H A D | cc_op_gen.cc | 534 struct OpInfo { struct 549 string op_name; 550 std::vector<string> arg_types; 551 std::vector<string> arg_names; 552 std::vector<string> output_types; 553 std::vector<string> output_names; 554 std::vector<bool> is_list_output; 555 bool has_optional_attrs; 556 string comment; 558 const OpDef& graph_op_def; [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 58 void update(const TargetLowering::AsmOperandInfo &OpInfo) { in update() 82 GISelAsmOperandInfo &OpInfo, in getRegistersForValue() 154 static void chooseConstraint(TargetLowering::AsmOperandInfo &OpInfo, in chooseConstraint() 202 TargetLowering::AsmOperandInfo &OpInfo) { in computeConstraintToUse() 293 GISelAsmOperandInfo &OpInfo = ConstraintOperands.back(); in lowerInlineAsm() local 364 for (auto &OpInfo : ConstraintOperands) { in lowerInlineAsm() local 609 GISelAsmOperandInfo &OpInfo = OutputOperands[i]; in lowerInlineAsm() local
|
H A D | LegalizerInfo.cpp | 333 ArrayRef<MCOperandInfo> OpInfo = MI.getDesc().operands(); in getAction() local 383 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify() 390 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrAuditTrail.h | 108 struct OpInfo { struct 119 void getBoundsByClientID(skia_private::TArray<OpInfo>* outInfo, int clientID); argument
|
/aosp_15_r20/external/capstone/arch/MOS65XX/ |
H A D | MOS65XXDisassembler.c | 7 typedef struct OpInfo { struct 10 } OpInfo; argument
|
/aosp_15_r20/external/crosvm/metrics/src/ |
H A D | local_stats.rs | 435 pub struct OpInfo<Stats, OperationType> { struct 459 ) -> CallOnDrop<OpInfo<Stats, OperationType>, fn(&OpInfo<Stats, OperationType>)> { in collect_scoped_byte_latency_stat() argument 489 pub struct OpInfo {} struct 499 ) -> OpInfo { in collect_scoped_byte_latency_stat()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 65 struct OpInfo { struct 66 OpInfo(enum OperandTransfer TransferOperands) in OpInfo() argument 68 OpInfo() : TransferOperands(OT_NA) {} in OpInfo() function 71 TransferOperands; ///< Operands to transfer to the new instruction
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 65 struct OpInfo { struct 66 OpInfo(enum OperandTransfer TransferOperands) in OpInfo() function 68 OpInfo() : TransferOperands(OT_NA) {} in OpInfo() argument 71 TransferOperands; ///< Operands to transfer to the new instruction
|
/aosp_15_r20/external/capstone/bindings/java/capstone/ |
H A D | Mips.java | 80 public static class OpInfo extends Capstone.OpInfo { class in Mips 84 public OpInfo(UnionOpInfo e) { in OpInfo() method in Mips.OpInfo
|
H A D | Xcore.java | 76 public static class OpInfo extends Capstone.OpInfo { class in Xcore 79 public OpInfo(UnionOpInfo op_info) { in OpInfo() method in Xcore.OpInfo
|
H A D | Systemz.java | 81 public static class OpInfo extends Capstone.OpInfo { class in Systemz 86 public OpInfo(UnionOpInfo op_info) { in OpInfo() method in Systemz.OpInfo
|
H A D | Sparc.java | 80 public static class OpInfo extends Capstone.OpInfo { class in Sparc 86 public OpInfo(UnionOpInfo op_info) { in OpInfo() method in Sparc.OpInfo
|
H A D | Ppc.java | 95 public static class OpInfo extends Capstone.OpInfo { class in Ppc 102 public OpInfo(UnionOpInfo op_info) { in OpInfo() method in Ppc.OpInfo
|
H A D | M680x.java | 123 public static class OpInfo extends Capstone.OpInfo { class in M680x 127 public OpInfo(UnionOpInfo op_info) { in OpInfo() method in M680x.OpInfo
|
H A D | Arm64.java | 114 public static class OpInfo extends Capstone.OpInfo { class in Arm64 120 public OpInfo(UnionOpInfo op_info) { in OpInfo() method in Arm64.OpInfo
|
H A D | Arm.java | 128 public static class OpInfo extends Capstone.OpInfo { class in Arm 140 public OpInfo(UnionOpInfo op_info) { in OpInfo() method in Arm.OpInfo
|
H A D | X86.java | 117 public static class OpInfo extends Capstone.OpInfo { class in X86 142 public OpInfo(UnionOpInfo e) { in OpInfo() method in X86.OpInfo
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 482 const MCOperandInfo *OpInfo = MI.getDesc().OpInfo; in getAction() local 702 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify() 709 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1081 TTI::OperandValueInfo OpInfo, in getStoreImmCost() 1108 TTI::OperandValueInfo OpInfo, in getMemoryOpCost() 1324 [&](unsigned Operand, TTI::OperandValueInfo OpInfo) -> InstructionCost { in getArithmeticInstrCost()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.h | 704 const MCOperandInfo &OpInfo) const { in isInlineConstant() 752 const MCOperandInfo &OpInfo) const { in isLiteralConstant() 810 const MCOperandInfo &OpInfo = get(Opcode).OpInfo[OpNo]; in getOpSize() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 2424 AsmOperandInfo &OpInfo = ConstraintOperands.back(); in ParseConstraints() local 2515 AsmOperandInfo& OpInfo = ConstraintOperands[cIndex]; in ParseConstraints() local 2563 AsmOperandInfo& OpInfo = ConstraintOperands[cIndex]; in ParseConstraints() local 2702 static void ChooseConstraint(TargetLowering::AsmOperandInfo &OpInfo, in ChooseConstraint() 2752 void TargetLowering::ComputeConstraintToUse(AsmOperandInfo &OpInfo, in ComputeConstraintToUse()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/analysis/ |
H A D | analysis.proto | 19 message OpInfo { message
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | AsmWriterInst.cpp | 169 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo]; in AsmWriterInst() local
|