Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/Core/
H A DMCPlusBuilder.cpp392 const MCInstrDesc &InstInfo = Info->get(Inst.getOpcode()); in getClobberedRegs() local
407 const MCInstrDesc &InstInfo = Info->get(Inst.getOpcode()); in getTouchedRegs() local
425 const MCInstrDesc &InstInfo = Info->get(Inst.getOpcode()); in getWrittenRegs() local
440 const MCInstrDesc &InstInfo = Info->get(Inst.getOpcode()); in getUsedRegs() local
472 const MCInstrDesc &InstInfo = Info->get(Inst.getOpcode()); in getSrcRegs() local
483 const MCInstrDesc &InstInfo = Info->get(MI.getOpcode()); in hasDefOfPhysReg() local
488 const MCInstrDesc &InstInfo = Info->get(MI.getOpcode()); in hasUseOfPhysReg() local
/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp167 json::Array InstInfo; in toJSON() local
/llvm-project/bolt/include/bolt/Passes/
H A DLivenessAnalysis.h138 const MCInstrDesc &InstInfo = BC.MII->get(Point.getOpcode()); in computeNext() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNVOPDUtils.cpp77 auto InstInfo = in checkVOPDRegConstraints() local
H A DGCNCreateVOPD.cpp88 auto InstInfo = doReplace() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1891 CodeGenInstruction &InstInfo = CDP.getTargetInfo().getInstruction(Operator); GetNumNodeResults() local
2551 CodeGenInstruction &InstInfo = ApplyTypeConstraints() local
3639 InferFromPattern(CodeGenInstruction & InstInfo,const InstAnalyzer & PatInfo,Record * PatDef) InferFromPattern() argument
3972 CodeGenInstruction &InstInfo = Target.getInstruction(Instr); ParseInstructions() local
4091 CodeGenInstruction &InstInfo = Target.getInstruction(PatInstrs.front()); InferInstructionFlags() local
4108 CodeGenInstruction *InstInfo = InferInstructionFlags() local
4122 CodeGenInstruction *InstInfo = InferInstructionFlags() local
4152 const CodeGenInstruction &InstInfo = Target.getInstruction(Instr); VerifyInstructionFlags() local
4193 const CodeGenInstruction &InstInfo = Target.getInstruction(Instr); VerifyInstructionFlags() local
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp599 struct InstInfo { global() struct
600 I__anonf2508f1a0111::StackAdjustingInsts::InstInfo global() argument
601 SPAdjust__anonf2508f1a0111::StackAdjustingInsts::InstInfo global() argument
602 BeforeFPSet__anonf2508f1a0111::StackAdjustingInsts::InstInfo global() argument
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h809 InstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY) InstInfo() function
812 InstInfo(const ComponentInfo &OprInfoX, const ComponentInfo &OprInfoY) InstInfo() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp134 DenseMap<Instruction *, InstInfoType> InstInfo; member in __anondb19ab130111::AggressiveDeadCodeElimination
/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1017 CmpInstInfo InstInfo = [&]() -> CmpInstInfo { EmitCompare() local
/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp295 if (!InstInfo.Operands.NumDefs) in getInstResultType() local
/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp87 ParseInstructionInfo *InstInfo; global() member in __anon56d446ff0111::X86AsmParser
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3813 const auto &InstInfo = getVOPDInstInfo(Opcode, &MII); validateVOPDRegBankConstraints() local
8882 const auto &InstInfo = getVOPDInstInfo(Inst.getOpcode(), &MII); cvtVOPD() local