| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| HD | HexagonMCInstrInfo.cpp | 89 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 …]
|
| HD | HexagonMCInstrInfo.h | 204 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()
|
| HD | HexagonMCCompound.cpp | 350 MCInst &MCI) { in lookForCompound() 402 MCContext &Context, MCInst &MCI) { in tryCompound()
|
| HD | HexagonInstPrinter.cpp | 41 MCInst const &MCI = *I.getInst(); in printInst() local
|
| HD | HexagonMCELFStreamer.cpp | 75 MCInst *MCI = const_cast<MCInst *>(I.getInst()); in emitInstruction() local
|
| HD | HexagonMCDuplexInfo.cpp | 189 unsigned HexagonMCInstrInfo::getDuplexCandidateGroup(MCInst const &MCI) { in getDuplexCandidateGroup()
|
| HD | HexagonMCChecker.cpp | 68 void HexagonMCChecker::initReg(MCInst const &MCI, unsigned R, unsigned &PredReg, in initReg() 92 void HexagonMCChecker::init(MCInst const &MCI) { in init()
|
| HD | HexagonAsmBackend.cpp | 579 MCInst &MCI = const_cast<MCInst &>(HexagonMCInstrInfo::instruction( in fixupNeedsRelaxationAdvanced() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCA/ |
| HD | X86CustomBehaviour.cpp | 24 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/ |
| HD | InstrBuilder.cpp | 239 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()
|
| HD | CustomBehaviour.cpp | 56 const MCInstrInfo &MCII, const MCInst &MCI, in getSchedClassID()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| HD | InstructionView.cpp | 35 for (const auto &MCI : getSource()) { in toJSON() local
|
| HD | ResourcePressureView.cpp | 159 for (const MCInst &MCI : Source) { in printResourcePressurePerInst() local
|
| HD | BottleneckAnalysis.cpp | 287 const MCInst &MCI, in printInstruction()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/ |
| HD | Support.h | 33 InstructionError(std::string M, const T &MCI) in InstructionError()
|
| HD | CustomBehaviour.h | 52 const MCInst &MCI) {} in postProcessInstruction()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonMCInstLower.cpp | 120 MCInst *MCI = AP.OutContext.createMCInst(); in HexagonLowerToMC() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/ |
| HD | AMDGPUCustomBehaviour.cpp | 24 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/ |
| HD | RISCVCustomBehaviour.cpp | 221 const MCInstrInfo &MCII, const MCInst &MCI, in getSchedClassID()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/ |
| HD | llvm-mca.cpp | 614 for (const MCInst &MCI : Insts) { in main() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | Lint.cpp | 295 MemCpyInst *MCI = cast<MemCpyInst>(&I); in visitCallBase() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| HD | HexagonAsmParser.cpp | 541 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/ |
| HD | X86MCInstLower.cpp | 997 MCInst MCI; in LowerPATCHABLE_OP() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | IRTranslator.cpp | 1721 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/ |
| HD | CGException.cpp | 1711 } else if (auto* MCI = dyn_cast<llvm::MemIntrinsic>(J)) { in VolatilizeTryBlocks() local
|