Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_instruction.c92 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()
3136 CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in ParseInstructions() local
3266 CodeGenInstruction &InstInfo = in InferInstructionFlags() local
3294 CodeGenInstruction &InstInfo = Target.getInstruction(PatInstrs.front()); in InferInstructionFlags() local
3353 const CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in VerifyInstructionFlags() local
3393 const CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in VerifyInstructionFlags() local
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp184 struct InstInfo { struct
185 MachineBasicBlock::iterator I;
186 unsigned SPAdjust;
187 bool BeforeFPSet;
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp1033 CodeGenInstruction &InstInfo = CDP.getTargetInfo().getInstruction(Operator); in GetNumNodeResults() local
1523 CodeGenInstruction &InstInfo = in ApplyTypeConstraints() local
2541 CodeGenInstruction &InstInfo = Target.getInstruction(Instrs[i]); in ParseInstructions() local
2821 CodeGenInstruction &InstInfo = in InferInstructionFlags() local
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp60 ParseInstructionInfo *InstInfo; member in __anon720aab8e0111::X86AsmParser