Searched defs:InstInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_instruction.c154 static const struct instruction_info InstInfo[MAX_OPCODE] = { variable in typeref:struct:instruction_info
260 ASSERT(opcode == InstInfo[opcode].Opcode);
261 ASSERT(OPCODE_XPD == InstInfo[OPCODE_XPD].Opcode);
262 return InstInfo[opcode].NumSrcRegs;
273 ASSERT(opcode == InstInfo[opcode].Opcode);
274 ASSERT(OPCODE_XPD == InstInfo[OPCODE_XPD].Opcode);
275 return InstInfo[opcode].NumDstRegs;
347 return InstInfo[opcode].Name;
/external/mesa3d/src/mesa/program/
H A Dprog_instruction.c154 static const struct instruction_info InstInfo[MAX_OPCODE] = { variable in typeref:struct:instruction_info
260 ASSERT(opcode == InstInfo[opcode].Opcode);
261 ASSERT(OPCODE_XPD == InstInfo[OPCODE_XPD].Opcode);
262 return InstInfo[opcode].NumSrcRegs;
273 ASSERT(opcode == InstInfo[opcode].Opcode);
274 ASSERT(OPCODE_XPD == InstInfo[OPCODE_XPD].Opcode);
275 return InstInfo[opcode].NumDstRegs;
347 return InstInfo[opcode].Name;
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp51 ParseInstructionInfo *InstInfo; member in class:__anon22444::X86AsmParser
559 : MCTargetAsmParser(), STI(sti), Parser(parser), InstInfo(0) {
1177 InstInfo->AsmRewrites->push_back(AsmRewrite(AOK_SizeDirective, Start,
1309 InstInfo->AsmRewrites->push_back(AsmRewrite(AOK_ImmPrefix,
1355 RewriteIntelBracExpression(InstInfo->AsmRewrites, SM.getSymName(),
1445 InstInfo->AsmRewrites->push_back(AsmRewrite(AOK_ImmPrefix,
1518 InstInfo->AsmRewrites->push_back(AsmRewrite(AOK_DotOperator, Loc, Len,
1542 InstInfo->AsmRewrites->push_back(AsmRewrite(AOK_Skip, OffsetOfLoc, 7));
1588 InstInfo->AsmRewrites->push_back(AsmRewrite(AOK_Imm, TypeLoc, Len, CVal));
1625 InstInfo
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1108 CodeGenInstruction &InstInfo = CDP.getTargetInfo().getInstruction(Operator); local
1111 unsigned NumDefsToAdd = InstInfo.Operands.NumDefs ? 1 : 0;
1114 if (InstInfo.HasOneImplicitDefWithKnownVT(CDP.getTargetInfo()) !=MVT::Other)
1620 CodeGenInstruction &InstInfo = local
1628 unsigned NumResultsToAdd = InstInfo.Operands.NumDefs ? 1 : 0;
1634 if (!InstInfo.ImplicitDefs.empty()) {
1640 InstInfo.HasOneImplicitDefWithKnownVT(CDP.getTargetInfo());
2566 static bool InferFromPattern(CodeGenInstruction &InstInfo, argument
2571 // Remember where InstInfo got its flags.
2572 if (InstInfo
2703 CodeGenInstruction &InstInfo = Target.getInstruction(Instrs[i]); local
2987 CodeGenInstruction &InstInfo = local
3022 CodeGenInstruction &InstInfo = Target.getInstruction(PatInstrs.front()); local
3039 CodeGenInstruction &InstInfo = *Revisit[i]; local
3052 CodeGenInstruction &InstInfo = *Revisit[i]; local
3083 const CodeGenInstruction &InstInfo = Target.getInstruction(Instrs[i]); local
3123 const CodeGenInstruction &InstInfo = Target.getInstruction(Instrs[i]); local
[all...]

Completed in 128 milliseconds