Home
last modified time | relevance | path

Searched defs:MCI (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCInstrInfo.cpp89 MCInst const &MCI) { in addConstExtender()
104 MCInst const &MCI) { in bundleInstructions()
111 HexagonMCInstrInfo::bundleInstructions(MCInst const &MCI) { in bundleInstructions()
116 size_t HexagonMCInstrInfo::bundleSize(MCInst const &MCI) { in bundleSize()
236 MCInst const &MCI) { in extendIfNeeded()
242 MCInst const &MCI) { in getMemAccessSize()
249 MCInst const &MCI) { in getAddrMode()
256 MCInst const &MCI) { in getDesc()
317 MCInst const &MCI) { in getExtendableOp()
324 MCInst const &MCI) { in getExtendableOperand()
[all …]
HDHexagonMCInstrInfo.h204 bool inRange(MCInst const &MCI, size_t Index) { in inRange()
208 bool inSRange(MCInst const &MCI, size_t Index) { in inSRange()
211 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange()
HDHexagonMCCompound.cpp350 MCInst &MCI) { in lookForCompound()
402 MCContext &Context, MCInst &MCI) { in tryCompound()
HDHexagonInstPrinter.cpp41 MCInst const &MCI = *I.getInst(); in printInst() local
HDHexagonMCELFStreamer.cpp75 MCInst *MCI = const_cast<MCInst *>(I.getInst()); in emitInstruction() local
HDHexagonMCDuplexInfo.cpp189 unsigned HexagonMCInstrInfo::getDuplexCandidateGroup(MCInst const &MCI) { in getDuplexCandidateGroup()
HDHexagonMCChecker.cpp68 void HexagonMCChecker::initReg(MCInst const &MCI, unsigned R, unsigned &PredReg, in initReg()
92 void HexagonMCChecker::init(MCInst const &MCI) { in init()
HDHexagonAsmBackend.cpp579 MCInst &MCI = const_cast<MCInst &>(HexagonMCInstrInfo::instruction( in fixupNeedsRelaxationAdvanced() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCA/
HDX86CustomBehaviour.cpp24 const MCInst &MCI) { in setMemBarriers()
40 std::unique_ptr<Instruction> &Inst, const MCInst &MCI) { in postProcessInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
HDInstrBuilder.cpp239 static Error verifyOperands(const MCInstrDesc &MCDesc, const MCInst &MCI) { in verifyOperands()
268 void InstrBuilder::populateWrites(InstrDesc &ID, const MCInst &MCI, in populateWrites()
443 void InstrBuilder::populateReads(InstrDesc &ID, const MCInst &MCI, in populateReads()
517 hash_code hashMCInst(const MCInst &MCI) { in hashMCInst()
543 Expected<unsigned> InstrBuilder::getVariantSchedClassID(const MCInst &MCI, in getVariantSchedClassID()
560 InstrBuilder::createInstrDescImpl(const MCInst &MCI, in createInstrDescImpl()
650 InstrBuilder::getOrCreateInstrDesc(const MCInst &MCI, in getOrCreateInstrDesc()
677 InstrBuilder::createInstruction(const MCInst &MCI, in createInstruction()
HDCustomBehaviour.cpp56 const MCInstrInfo &MCII, const MCInst &MCI, in getSchedClassID()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
HDInstructionView.cpp35 for (const auto &MCI : getSource()) { in toJSON() local
HDResourcePressureView.cpp159 for (const MCInst &MCI : Source) { in printResourcePressurePerInst() local
HDBottleneckAnalysis.cpp287 const MCInst &MCI, in printInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
HDSupport.h33 InstructionError(std::string M, const T &MCI) in InstructionError()
HDCustomBehaviour.h52 const MCInst &MCI) {} in postProcessInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonMCInstLower.cpp120 MCInst *MCI = AP.OutContext.createMCInst(); in HexagonLowerToMC() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
HDAMDGPUCustomBehaviour.cpp24 std::unique_ptr<Instruction> &Inst, const MCInst &MCI) { in postProcessInstruction()
47 const MCInst &MCI) { in processWaitCnt()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
HDRISCVCustomBehaviour.cpp221 const MCInstrInfo &MCII, const MCInst &MCI, in getSchedClassID()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/
HDllvm-mca.cpp614 for (const MCInst &MCI : Insts) { in main() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLint.cpp295 MemCpyInst *MCI = cast<MemCpyInst>(&I); in visitCallBase() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
HDHexagonAsmParser.cpp541 void HexagonAsmParser::canonicalizeImmediates(MCInst &MCI) { in canonicalizeImmediates()
558 bool HexagonAsmParser::matchOneInstruction(MCInst &MCI, SMLoc IDLoc, in matchOneInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86MCInstLower.cpp997 MCInst MCI; in LowerPATCHABLE_OP() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDIRTranslator.cpp1721 if (auto *MCI = dyn_cast<MemCpyInst>(&CI)) { in translateMemFunc() local
1725 } else if (auto *MCI = dyn_cast<MemCpyInlineInst>(&CI)) { in translateMemFunc() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGException.cpp1711 } else if (auto* MCI = dyn_cast<llvm::MemIntrinsic>(J)) { in VolatilizeTryBlocks() local

12