/freebsd-src/contrib/llvm-project/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() 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 …]
|
H A D | 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()
|
H A D | HexagonMCCompound.cpp | 350 MCInst &MCI) { in lookForCompound() 402 MCContext &Context, MCInst &MCI) { in tryCompound()
|
H A D | HexagonInstPrinter.cpp | 41 MCInst const &MCI = *I.getInst(); in printInst() local
|
H A D | HexagonMCELFStreamer.cpp | 71 MCInst *MCI = const_cast<MCInst *>(I.getInst()); emitInstruction() local
|
H A D | HexagonMCDuplexInfo.cpp | 189 unsigned HexagonMCInstrInfo::getDuplexCandidateGroup(MCInst const &MCI) { in getDuplexCandidateGroup()
|
H A D | HexagonMCChecker.cpp | 68 void HexagonMCChecker::initReg(MCInst const &MCI, unsigned R, unsigned &PredReg, in initReg() 92 void HexagonMCChecker::init(MCInst const &MCI) { in init()
|
H A D | HexagonAsmBackend.cpp | 580 MCInst &MCI = const_cast<MCInst &>(HexagonMCInstrInfo::instruction( fixupNeedsRelaxationAdvanced() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCA/ |
H A D | X86CustomBehaviour.cpp | 24 const MCInst &MCI) { in setMemBarriers() 40 std::unique_ptr<Instruction> &Inst, const MCInst &MCI) { in postProcessInstruction()
|
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 236 verifyOperands(const MCInstrDesc & MCDesc,const MCInst & MCI) verifyOperands() argument 265 populateWrites(InstrDesc & ID,const MCInst & MCI,unsigned SchedClassID) populateWrites() argument 434 populateReads(InstrDesc & ID,const MCInst & MCI,unsigned SchedClassID) populateReads() argument 513 createInstrDescImpl(const MCInst & MCI,const SmallVector<Instrument * > & IVec) createInstrDescImpl() argument 603 getOrCreateInstrDesc(const MCInst & MCI,const SmallVector<Instrument * > & IVec) getOrCreateInstrDesc() argument 624 createInstruction(const MCInst & MCI,const SmallVector<Instrument * > & IVec) createInstruction() argument [all...] |
H A D | CustomBehaviour.cpp | 56 const MCInstrInfo &MCII, const MCInst &MCI, in getSchedClassID()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | InstructionView.cpp | 35 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 | 286 printInstruction(formatted_raw_ostream & FOS,const MCInst & MCI,bool UseDifferentColor) const printInstruction() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | Support.h | 33 InstructionError(std::string M, const T &MCI) in InstructionError()
|
H A D | CustomBehaviour.h | 52 const MCInst &MCI) {} in postProcessInstruction()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonMCInstLower.cpp | 120 MCInst *MCI = AP.OutContext.createMCInst(); in HexagonLowerToMC() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/ |
H A D | AMDGPUCustomBehaviour.cpp | 25 switch (MCI.getOpcode()) { in postProcessInstruction() argument 48 for (int Idx = 0, N = MCI.size(); Idx < N; Idx++) { in processWaitCnt() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/ |
H A D | RISCVCustomBehaviour.cpp | 241 getSchedClassID(const MCInstrInfo & MCII,const MCInst & MCI,const llvm::SmallVector<Instrument * > & IVec) const getSchedClassID() argument
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 577 for (const MCInst &MCI : Insts) { main() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 289 MemCpyInst *MCI = cast<MemCpyInst>(&I); visitCallBase() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 534 canonicalizeImmediates(MCInst & MCI) canonicalizeImmediates() argument 551 matchOneInstruction(MCInst & MCI,SMLoc IDLoc,OperandVector & InstOperands,uint64_t & ErrorInfo,bool MatchingInlineAsm) matchOneInstruction() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 966 MCInst MCI; LowerPATCHABLE_OP() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | 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-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 1710 } else if (auto* MCI = dyn_cast<llvm::MemIntrinsic>(J)) { VolatilizeTryBlocks() local
|