Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_instruction.c154 static const struct instruction_info InstInfo[MAX_OPCODE] = { variable
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1243 CodeGenInstruction &InstInfo = CDP.getTargetInfo().getInstruction(Operator); in GetNumNodeResults() local
1823 CodeGenInstruction &InstInfo = in ApplyTypeConstraints() local
2833 static bool InferFromPattern(CodeGenInstruction &InstInfo, in InferFromPattern()
3129 CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in ParseInstructions() local
3259 CodeGenInstruction &InstInfo = in InferInstructionFlags() local
3287 CodeGenInstruction &InstInfo = Target.getInstruction(PatInstrs.front()); in InferInstructionFlags() local
3346 const CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in VerifyInstructionFlags() local
3386 const CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in VerifyInstructionFlags() local
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp187 struct InstInfo { struct
188 MachineBasicBlock::iterator I;
189 unsigned SPAdjust;
190 bool BeforeFPSet;
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp62 ParseInstructionInfo *InstInfo; member in __anon720aab8e0111::X86AsmParser