/llvm-project/bolt/lib/Core/ |
H A D | MCPlusBuilder.cpp | 392 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 D | InstructionInfoView.cpp | 167 json::Array InstInfo; in toJSON() local
|
/llvm-project/bolt/include/bolt/Passes/ |
H A D | LivenessAnalysis.h | 138 const MCInstrDesc &InstInfo = BC.MII->get(Point.getOpcode()); in computeNext() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNVOPDUtils.cpp | 77 auto InstInfo = in checkVOPDRegConstraints() local
|
H A D | GCNCreateVOPD.cpp | 88 auto InstInfo = doReplace() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 1891 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 D | ARMFrameLowering.cpp | 599 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 D | AMDGPUBaseInfo.h | 809 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 D | ADCE.cpp | 134 DenseMap<Instruction *, InstInfoType> InstInfo; member in __anondb19ab130111::AggressiveDeadCodeElimination
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 1017 CmpInstInfo InstInfo = [&]() -> CmpInstInfo { EmitCompare() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 295 if (!InstInfo.Operands.NumDefs) in getInstResultType() local
|
/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 87 ParseInstructionInfo *InstInfo; global() member in __anon56d446ff0111::X86AsmParser
|
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 3813 const auto &InstInfo = getVOPDInstInfo(Opcode, &MII); validateVOPDRegBankConstraints() local 8882 const auto &InstInfo = getVOPDInstInfo(Inst.getOpcode(), &MII); cvtVOPD() local
|