HomeSort by relevance Sort by last modified time
    Searched full:opinfo (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 139 struct OpInfo
141 OpInfo *variants;
161 inline const OpInfo& getOpInfo(const Instruction *) const;
162 inline const OpInfo& getOpInfo(const operation) const;
210 OpInfo opInfo[OP_LAST + 1];
213 const Target::OpInfo& Target::getOpInfo(const Instruction *insn) const
215 return opInfo[MIN2(insn->op, OP_LAST)];
218 const Target::OpInfo& Target::getOpInfo(const operation op) const
220 return opInfo[op]
    [all...]
nv50_ir_target_nv50.cpp 140 opInfo[i].variants = NULL;
141 opInfo[i].op = (operation)i;
142 opInfo[i].srcTypes = 1 << (int)TYPE_F32;
143 opInfo[i].dstTypes = 1 << (int)TYPE_F32;
144 opInfo[i].immdBits = 0xffffffff;
145 opInfo[i].srcNr = operationSrcNr[i];
147 for (j = 0; j < opInfo[i].srcNr; ++j) {
148 opInfo[i].srcMods[j] = 0;
149 opInfo[i].srcFiles[j] = 1 << (int)FILE_GPR;
151 opInfo[i].dstMods = 0
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 139 struct OpInfo
141 OpInfo *variants;
161 inline const OpInfo& getOpInfo(const Instruction *) const;
162 inline const OpInfo& getOpInfo(const operation) const;
210 OpInfo opInfo[OP_LAST + 1];
213 const Target::OpInfo& Target::getOpInfo(const Instruction *insn) const
215 return opInfo[MIN2(insn->op, OP_LAST)];
218 const Target::OpInfo& Target::getOpInfo(const operation op) const
220 return opInfo[op]
    [all...]
nv50_ir_target_nv50.cpp 140 opInfo[i].variants = NULL;
141 opInfo[i].op = (operation)i;
142 opInfo[i].srcTypes = 1 << (int)TYPE_F32;
143 opInfo[i].dstTypes = 1 << (int)TYPE_F32;
144 opInfo[i].immdBits = 0xffffffff;
145 opInfo[i].srcNr = operationSrcNr[i];
147 for (j = 0; j < opInfo[i].srcNr; ++j) {
148 opInfo[i].srcMods[j] = 0;
149 opInfo[i].srcFiles[j] = 1 << (int)FILE_GPR;
151 opInfo[i].dstMods = 0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 285 opInfo[i].variants = NULL;
286 opInfo[i].op = (operation)i;
287 opInfo[i].srcTypes = 1 << (int)TYPE_F32;
288 opInfo[i].dstTypes = 1 << (int)TYPE_F32;
289 opInfo[i].immdBits = 0;
290 opInfo[i].srcNr = operationSrcNr[i];
292 for (j = 0; j < opInfo[i].srcNr; ++j) {
293 opInfo[i].srcMods[j] = 0;
294 opInfo[i].srcFiles[j] = 1 << (int)FILE_GPR;
296 opInfo[i].dstMods = 0
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 285 opInfo[i].variants = NULL;
286 opInfo[i].op = (operation)i;
287 opInfo[i].srcTypes = 1 << (int)TYPE_F32;
288 opInfo[i].dstTypes = 1 << (int)TYPE_F32;
289 opInfo[i].immdBits = 0;
290 opInfo[i].srcNr = operationSrcNr[i];
292 for (j = 0; j < opInfo[i].srcNr; ++j) {
293 opInfo[i].srcMods[j] = 0;
294 opInfo[i].srcFiles[j] = 1 << (int)FILE_GPR;
296 opInfo[i].dstMods = 0
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
OperatorInfo.java 141 OperatorInfo opInfo = new OperatorInfo(
146 return opInfo;
  /external/llvm/lib/MC/
MCInstrAnalysis.cpp 16 Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL)
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/mksh/src/
expr.c 42 /* The order of these enums is constrained by the order of opinfo[] */
67 /* things that don't appear in the opinfo[] table */
90 struct opinfo { struct
100 static const struct opinfo opinfo[] = { variable in typeref:struct:opinfo
276 s = opinfo[(int)es->tok].name;
354 for (op = es->tok; IS_BINOP(op) && opinfo[(int)op].prec == prec;
600 for (i = 0; (n0 = opinfo[i].name[0]); i++)
601 if (c == n0 && strncmp(cp, opinfo[i].name,
602 (size_t)opinfo[i].len) == 0)
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterInst.cpp 203 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo];
205 unsigned MIOp = OpInfo.MIOperandNo;
206 Operands.push_back(AsmWriterOperand(OpInfo.PrinterMethodName,
AsmMatcherEmitter.cpp     [all...]
FixedLenDecoderEmitter.cpp 458 const OperandInfo &OpInfo) const;
    [all...]
InstrInfoEmitter.cpp 58 const OperandInfoMapTy &OpInfo,
438 const OperandInfoMapTy &OpInfo,
515 OS << "OperandInfo" << OpInfo.find(OperandInfo)->second;
  /external/llvm/lib/Analysis/
CostModel.cpp 92 TargetTransformInfo::OperandValueKind OpInfo =
99 OpInfo = TargetTransformInfo::OK_UniformConstantValue;
103 OpInfo = TargetTransformInfo::OK_UniformConstantValue;
105 return OpInfo;
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 639 BinOpInfo OpInfo;
644 OpInfo.Ty = E->getComputationResultType();
647 assert(OpInfo.Ty->isAnyComplexType());
648 assert(CGF.getContext().hasSameUnqualifiedType(OpInfo.Ty,
650 OpInfo.RHS = Visit(E->getRHS());
657 OpInfo.LHS = EmitComplexToComplexCast(LHSVal, LHSTy, OpInfo.Ty);
660 OpInfo.LHS = EmitScalarToComplexCast(LHSVal, LHSTy, OpInfo.Ty);
664 ComplexPairTy Result = (this->*Func)(OpInfo);
    [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 181 void Add(const BitCodeAbbrevOp &OpInfo) {
182 OperandList.push_back(OpInfo);
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 147 const MCOperandInfo *OpInfo; // 'NumOperands' entries about operands
154 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
156 return (int)(OpInfo[OpNum].Constraints >> Pos) & 0xf;
567 if (OpInfo[i].isPredicate())
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 143 if (Info->get(Inst.getOpcode()).OpInfo[LblOperand].OperandType
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 730 if (i < NumOps && MCID.OpInfo[i].isOptionalDef())
732 if (SkipPred && MCID.OpInfo[i].isPredicate())
766 if (MCID.OpInfo[i].isPredicate())
776 !MCID.OpInfo[i].isPredicate()) {
826 if (i < NumOps && MCID.OpInfo[i].isOptionalDef())
836 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate());
    [all...]
ARMCodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/R600/MCTargetDesc/
SIMCCodeEmitter.cpp 77 unsigned RegClass = Desc.OpInfo[OpNo].RegClass;
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 45 short RegClass = MCID.OpInfo[OpNum].RegClass;
46 if (MCID.OpInfo[OpNum].isLookupPtrRegClass())
225 if (MCID.OpInfo[i].isPredicate()) {

Completed in 1329 milliseconds

1 2 3