/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | 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() 229 MCInst const &MCI) { in extendIfNeeded() 235 MCInst const &MCI) { in getMemAccessSize() 242 MCInst const &MCI) { in getAddrMode() 249 MCInst const &MCI) { in getDesc() 310 MCInst const &MCI) { in getExtendableOp() 317 MCInst const &MCI) { in getExtendableOperand() [all …]
|
H A D | HexagonMCInstrInfo.h | 195 bool inRange(MCInst const &MCI, size_t Index) { in inRange() 199 bool inSRange(MCInst const &MCI, size_t Index) { in inSRange() 202 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange()
|
H A D | HexagonMCCompound.cpp | 350 MCInst &MCI) { in lookForCompound() 400 MCContext &Context, MCInst &MCI) { in tryCompound()
|
H A D | HexagonInstPrinter.cpp | 41 MCInst const &MCI = *I.getInst(); in printInst() local
|
H A D | HexagonMCChecker.cpp | 66 void HexagonMCChecker::initReg(MCInst const &MCI, unsigned R, unsigned &PredReg, in initReg() 89 void HexagonMCChecker::init(MCInst const &MCI) { in init() 372 MCInst const &MCI = *HMI.getInst(); in checkSlots() local
|
H A D | HexagonMCELFStreamer.cpp | 70 MCInst *MCI = const_cast<MCInst *>(I.getInst()); in emitInstruction() local
|
H A D | HexagonMCDuplexInfo.cpp | 189 unsigned HexagonMCInstrInfo::getDuplexCandidateGroup(MCInst const &MCI) { in getDuplexCandidateGroup()
|
H A D | HexagonAsmBackend.cpp | 580 MCInst &MCI = const_cast<MCInst &>(HexagonMCInstrInfo::instruction( in fixupNeedsRelaxationAdvanced() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 221 static Error verifyOperands(const MCInstrDesc &MCDesc, const MCInst &MCI) { in verifyOperands() 250 void InstrBuilder::populateWrites(InstrDesc &ID, const MCInst &MCI, in populateWrites() 427 void InstrBuilder::populateReads(InstrDesc &ID, const MCInst &MCI, in populateReads() 511 InstrBuilder::createInstrDescImpl(const MCInst &MCI) { in createInstrDescImpl() 603 InstrBuilder::getOrCreateInstrDesc(const MCInst &MCI) { in getOrCreateInstrDesc() 614 InstrBuilder::createInstruction(const MCInst &MCI) { in createInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
H A D | InstructionView.cpp | 33 for (const auto &MCI : getSource()) { in toJSON() local
|
H A D | ResourcePressureView.cpp | 159 for (const MCInst &MCI : Source) { in printResourcePressurePerInst() local
|
H A D | BottleneckAnalysis.cpp | 287 const MCInst &MCI, in printInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
H A D | Support.h | 32 InstructionError(std::string M, const T &MCI) in InstructionError()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonMCInstLower.cpp | 107 MCInst *MCI = AP.OutContext.createMCInst(); in HexagonLowerToMC() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | SchedClassResolution.cpp | 222 const MCInst &MCI) { in ResolveVariantSchedClassId() 234 const MCInst &MCI) { in resolveSchedClassId()
|
H A D | Analysis.cpp | 136 const MCInst &MCI = Point.keyInstruction(); in printInstructionRowCsv() local 228 const MCInst &MCI = Point.keyInstruction(); in makePointsPerSchedClass() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 502 for (const MCInst &MCI : Insts) { in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | Lint.cpp | 290 MemCpyInst *MCI = cast<MemCpyInst>(&I); in visitCallBase() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 537 void HexagonAsmParser::canonicalizeImmediates(MCInst &MCI) { in canonicalizeImmediates() 554 bool HexagonAsmParser::matchOneInstruction(MCInst &MCI, SMLoc IDLoc, in matchOneInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 183 auto* MCI = cast<MemTransferInst>(CI); in CreateMemTransferInst() local 221 auto *MCI = cast<MemCpyInlineInst>(CI); in CreateMemCpyInline() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 1335 MCInst MCI; in LowerPATCHABLE_OP() local
|
H A D | X86FastISel.cpp | 2717 const MemCpyInst *MCI = cast<MemCpyInst>(II); in fastLowerIntrinsicCall() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGException.cpp | 1683 } else if (auto* MCI = dyn_cast<llvm::MemIntrinsic>(J)) { in VolatilizeTryBlocks() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 827 bool LoopIdiomRecognize::processLoopMemCpy(MemCpyInst *MCI, in processLoopMemCpy()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 1334 MCInst MCI; in emitFunctionBody() local
|