Searched defs:OpInfo (Results 1 - 25 of 42) sorted by relevance

12

/external/capstone/bindings/java/capstone/
H A DMips.java80 public static class OpInfo extends Capstone.OpInfo { class in class:Mips
84 public OpInfo(UnionOpInfo e) { method in class:Mips.OpInfo
H A DPpc.java95 public static class OpInfo extends Capstone.OpInfo { class in class:Ppc
102 public OpInfo(UnionOpInfo op_info) { method in class:Ppc.OpInfo
H A DSparc.java80 public static class OpInfo extends Capstone.OpInfo { class in class:Sparc
86 public OpInfo(UnionOpInfo op_info) { method in class:Sparc.OpInfo
H A DSystemz.java81 public static class OpInfo extends Capstone.OpInfo { class in class:Systemz
86 public OpInfo(UnionOpInfo op_info) { method in class:Systemz.OpInfo
H A DXcore.java76 public static class OpInfo extends Capstone.OpInfo { class in class:Xcore
79 public OpInfo(UnionOpInfo op_info) { method in class:Xcore.OpInfo
H A DArm64.java114 public static class OpInfo extends Capstone.OpInfo { class in class:Arm64
120 public OpInfo(UnionOpInfo op_info) { method in class:Arm64.OpInfo
H A DArm.java123 public static class OpInfo extends Capstone.OpInfo { class in class:Arm
135 public OpInfo(UnionOpInfo op_info) { method in class:Arm.OpInfo
H A DX86.java102 public static class OpInfo extends Capstone.OpInfo { class in class:X86
123 public OpInfo(UnionOpInfo e) { method in class:X86.OpInfo
/external/llvm/utils/TableGen/
H A DAsmWriterInst.cpp169 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo]; local
171 unsigned MIOp = OpInfo.MIOperandNo;
172 Operands.emplace_back(OpInfo.PrinterMethodName, MIOp, Modifier);
H A DInstrInfoEmitter.cpp58 const OperandInfoMapTy &OpInfo,
463 const OperandInfoMapTy &OpInfo,
544 OS << "OperandInfo" << OpInfo.find(OperandInfo)->second;
460 emitRecord(const CodeGenInstruction &Inst, unsigned Num, Record *InstrInfo, std::map<std::vector<Record*>, unsigned> &EmittedLists, const OperandInfoMapTy &OpInfo, raw_ostream &OS) argument
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DAsmWriterInst.cpp202 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo]; local
204 unsigned MIOp = OpInfo.MIOperandNo;
205 Operands.push_back(AsmWriterOperand(OpInfo.PrinterMethodName,
H A DInstrInfoEmitter.cpp255 const OperandInfoMapTy &OpInfo,
331 OS << "OperandInfo" << OpInfo.find(OperandInfo)->second;
252 emitRecord(const CodeGenInstruction &Inst, unsigned Num, Record *InstrInfo, std::map<std::vector<Record*>, unsigned> &EmittedLists, const OperandInfoMapTy &OpInfo, raw_ostream &OS) argument
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhuman_readable_profile_builder.h59 struct OpInfo { struct in class:xla::HumanReadableProfileBuilder
80 std::vector<OpInfo> op_infos_;
/external/capstone/
H A DMCInstrDesc.h133 MCOperandInfo *OpInfo; // 'NumOperands' entries about operands member in struct:MCInstrDesc
/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h175 void Add(const BitCodeAbbrevOp &OpInfo) { argument
176 OperandList.push_back(OpInfo);
/external/skia/include/private/
H A DGrAuditTrail.h106 struct OpInfo { struct in class:GrAuditTrail
117 void getBoundsByClientID(SkTArray<OpInfo>* outInfo, int clientID);
118 void getBoundsByOpListID(OpInfo* outInfo, int opListID);
149 void copyOutFromOpList(OpInfo* outOpInfo, int opListID);
/external/skqp/include/private/
H A DGrAuditTrail.h106 struct OpInfo { struct in class:GrAuditTrail
117 void getBoundsByClientID(SkTArray<OpInfo>* outInfo, int clientID);
118 void getBoundsByOpListID(OpInfo* outInfo, int opListID);
149 void copyOutFromOpList(OpInfo* outOpInfo, int opListID);
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
H A DBitCodes.h179 void Add(const BitCodeAbbrevOp &OpInfo) { argument
180 OperandList.push_back(OpInfo);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp385 TargetLowering::AsmOperandInfo &OpInfo = TargetConstraints[i]; local
388 TLI.ComputeConstraintToUse(OpInfo, SDValue());
392 if (OpInfo.CallOperandVal == OpVal &&
393 (OpInfo.ConstraintType != TargetLowering::C_Memory ||
394 !OpInfo.isIndirect))
/external/llvm/lib/Analysis/
H A DCostModel.cpp125 TargetTransformInfo::OperandValueKind OpInfo = local
130 OpInfo = TargetTransformInfo::OK_NonUniformConstantValue;
132 OpInfo = TargetTransformInfo::OK_UniformConstantValue;
135 return OpInfo;
/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h416 const MCOperandInfo &OpInfo = get(Opcode).OpInfo[OpNo]; local
418 if (OpInfo.RegClass == -1) {
420 assert(OpInfo.OperandType == MCOI::OPERAND_IMMEDIATE);
424 return RI.getRegClass(OpInfo.RegClass)->getSize();
454 /// definition \p OpInfo. Note this does not attempt to validate constant bus
457 const MCOperandInfo &OpInfo,
463 const MCOperandInfo &OpInfo,
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target.h185 struct OpInfo struct in class:nv50_ir::Target
187 OpInfo *variants;
207 inline const OpInfo& getOpInfo(const Instruction *) const;
208 inline const OpInfo& getOpInfo(const operation) const;
260 OpInfo opInfo[OP_LAST + 1];
263 const Target::OpInfo& Target::getOpInfo(const Instruction *insn) const
268 const Target::OpInfo& Target::getOpInfo(const operation op) const
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstrDesc.h145 const MCOperandInfo *OpInfo; // 'NumOperands' entries about operands member in class:llvm::MCInstrDesc
152 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
154 return (int)(OpInfo[OpNum].Constraints >> Pos) & 0xf;
307 if (OpInfo[i].isPredicate())
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp929 TargetLowering::AsmOperandInfo &OpInfo = TargetConstraints[i]; local
932 TLI->ComputeConstraintToUse(OpInfo, SDValue());
934 if (OpInfo.ConstraintType == TargetLowering::C_Memory &&
935 OpInfo.isIndirect) {
938 } else if (OpInfo.Type == InlineAsm::isInput)
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitCodes.h274 void Add(const NaClBitCodeAbbrevOp &OpInfo) { argument
275 OperandList.push_back(OpInfo);

Completed in 653 milliseconds

12