Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp143 json::Array InstInfo; in toJSON() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1860 CodeGenInstruction &InstInfo = CDP.getTargetInfo().getInstruction(Operator); in GetNumNodeResults() local
2512 CodeGenInstruction &InstInfo = in ApplyTypeConstraints() local
3578 static bool InferFromPattern(CodeGenInstruction &InstInfo, in InferFromPattern()
3903 CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in ParseInstructions() local
4023 CodeGenInstruction &InstInfo = Target.getInstruction(PatInstrs.front()); in InferInstructionFlags() local
4040 CodeGenInstruction *InstInfo = in InferInstructionFlags() local
4054 CodeGenInstruction *InstInfo = in InferInstructionFlags() local
4085 const CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in VerifyInstructionFlags() local
4125 const CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in VerifyInstructionFlags() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp304 struct InstInfo { struct
305 MachineBasicBlock::iterator I;
306 unsigned SPAdjust;
307 bool BeforeFPSet;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DADCE.cpp130 DenseMap<Instruction *, InstInfoType> InstInfo; member in __anon535d972b0111::AggressiveDeadCodeElimination
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp972 CmpInstInfo InstInfo = [&]() -> CmpInstInfo { in EmitCompare() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp85 ParseInstructionInfo *InstInfo; member in __anon301d74170111::X86AsmParser