Home
last modified time | relevance | path

Searched defs:OpInfo (Results 1 – 25 of 46) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.h59 struct OpInfo { struct
80 std::vector<OpInfo> op_infos_; argument
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target.h185 struct OpInfo struct
187 OpInfo *variants; argument
207 inline const OpInfo& getOpInfo(const Instruction *) const; argument
/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen.cc493 struct OpInfo { struct
508 string op_name;
509 std::vector<string> arg_types;
510 std::vector<string> arg_names;
511 std::vector<string> output_types;
512 std::vector<string> output_names;
513 std::vector<bool> is_list_output;
514 bool has_optional_attrs;
515 string comment;
517 const OpDef& graph_op_def;
[all …]
/external/skia/include/private/
DGrAuditTrail.h106 struct OpInfo { struct
117 void getBoundsByClientID(SkTArray<OpInfo>* outInfo, int clientID); argument
/external/skqp/include/private/
DGrAuditTrail.h106 struct OpInfo { struct
117 void getBoundsByClientID(SkTArray<OpInfo>* outInfo, int clientID); argument
/external/capstone/bindings/java/capstone/
DMips.java80 public static class OpInfo extends Capstone.OpInfo { class in Mips
84 public OpInfo(UnionOpInfo e) { in OpInfo() method in Mips.OpInfo
DXcore.java76 public static class OpInfo extends Capstone.OpInfo { class in Xcore
79 public OpInfo(UnionOpInfo op_info) { in OpInfo() method in Xcore.OpInfo
DSystemz.java81 public static class OpInfo extends Capstone.OpInfo { class in Systemz
86 public OpInfo(UnionOpInfo op_info) { in OpInfo() method in Systemz.OpInfo
DSparc.java80 public static class OpInfo extends Capstone.OpInfo { class in Sparc
86 public OpInfo(UnionOpInfo op_info) { in OpInfo() method in Sparc.OpInfo
DPpc.java95 public static class OpInfo extends Capstone.OpInfo { class in Ppc
102 public OpInfo(UnionOpInfo op_info) { in OpInfo() method in Ppc.OpInfo
DArm64.java114 public static class OpInfo extends Capstone.OpInfo { class in Arm64
120 public OpInfo(UnionOpInfo op_info) { in OpInfo() method in Arm64.OpInfo
DArm.java123 public static class OpInfo extends Capstone.OpInfo { class in Arm
135 public OpInfo(UnionOpInfo op_info) { in OpInfo() method in Arm.OpInfo
DX86.java102 public static class OpInfo extends Capstone.OpInfo { class in X86
123 public OpInfo(UnionOpInfo e) { in OpInfo() method in X86.OpInfo
/external/tensorflow/tensorflow/contrib/tensorboard/plugins/trace/
Dtrace_info.proto25 message OpInfo { message
/external/llvm/utils/TableGen/
DAsmWriterInst.cpp169 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo]; in AsmWriterInst() local
/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmWriterInst.cpp202 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo]; in AsmWriterInst() local
DInstrInfoEmitter.cpp255 const OperandInfoMapTy &OpInfo, in emitRecord()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_performance_data.proto29 message OpInfo { message
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitCodes.h179 void Add(const BitCodeAbbrevOp &OpInfo) { in Add()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2816 AsmOperandInfo &OpInfo = ConstraintOperands.back(); in ParseConstraints() local
2905 AsmOperandInfo& OpInfo = ConstraintOperands[cIndex]; in ParseConstraints() local
2953 AsmOperandInfo& OpInfo = ConstraintOperands[cIndex]; in ParseConstraints() local
3093 static void ChooseConstraint(TargetLowering::AsmOperandInfo &OpInfo, in ChooseConstraint()
3144 void TargetLowering::ComputeConstraintToUse(AsmOperandInfo &OpInfo, in ComputeConstraintToUse()
/external/capstone/
DMCInstrDesc.h133 MCOperandInfo *OpInfo; // 'NumOperands' entries about operands member
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DAddrModeMatcher.cpp385 TargetLowering::AsmOperandInfo &OpInfo = TargetConstraints[i]; in IsOperandAMemoryOperand() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2424 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()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h145 const MCOperandInfo *OpInfo; // 'NumOperands' entries about operands variable
/external/llvm/include/llvm/MC/
DMCInstrDesc.h149 const MCOperandInfo *OpInfo; // 'NumOperands' entries about operands variable

12