Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp88 MCInst const &MCI) { in addConstExtender()
103 MCInst const &MCI) { in bundleInstructions()
110 HexagonMCInstrInfo::bundleInstructions(MCInst const &MCI) { in bundleInstructions()
115 size_t HexagonMCInstrInfo::bundleSize(MCInst const &MCI) { in bundleSize()
204 MCInst const &MCI) { in extendIfNeeded()
210 MCInst const &MCI) { in getMemAccessSize()
217 MCInst const &MCI) { in getAddrMode()
224 MCInst const &MCI) { in getDesc()
285 MCInst const &MCI) { in getExtendableOp()
292 MCInst const &MCI) { in getExtendableOperand()
[all …]
DHexagonMCInstrInfo.h188 bool inRange(MCInst const &MCI, size_t Index) { in inRange()
192 bool inSRange(MCInst const &MCI, size_t Index) { in inSRange()
195 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange()
DHexagonMCCompound.cpp349 MCInst &MCI) { in lookForCompound()
399 MCContext &Context, MCInst &MCI) { in tryCompound()
DHexagonInstPrinter.cpp41 MCInst const &MCI = *I.getInst(); in printInst() local
DHexagonMCChecker.cpp66 void HexagonMCChecker::initReg(MCInst const &MCI, unsigned R, unsigned &PredReg, in initReg()
86 void HexagonMCChecker::init(MCInst const &MCI) { in init()
362 MCInst const &MCI = *HMI.getInst(); in checkSlots() local
DHexagonMCELFStreamer.cpp70 MCInst *MCI = const_cast<MCInst *>(I.getInst()); in EmitInstruction() local
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp33 MCInst const &MCI) { in addConstExtender()
46 HexagonMCInstrInfo::bundleInstructions(MCInst const &MCI) { in bundleInstructions()
51 size_t HexagonMCInstrInfo::bundleSize(MCInst const &MCI) { in bundleSize()
91 MCContext &Context, MCInst &MCI) { in clampExtended()
163 MCInst const &MCI) { in extendIfNeeded()
169 HexagonMCInstrInfo::getAccessSize(MCInstrInfo const &MCII, MCInst const &MCI) { in getAccessSize()
177 MCInst const &MCI) { in getBitCount()
184 MCInst const &MCI) { in getCExtOpNum()
190 MCInst const &MCI) { in getDesc()
250 MCInst const &MCI) { in getExtendableOp()
[all …]
DHexagonMCInstrInfo.h180 bool inRange(MCInst const &MCI, size_t Index) { in inRange()
184 bool inSRange(MCInst const &MCI, size_t Index) { in inSRange()
187 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange()
DHexagonMCELFStreamer.cpp57 MCInst *MCI = const_cast<MCInst *>(I.getInst()); in EmitInstruction() local
74 MCInst *MCI = const_cast<MCInst *>(I.getInst()); in EmitInstruction() local
DHexagonMCChecker.cpp56 void HexagonMCChecker::init(MCInst const& MCI) { in init()
251 MCInst const& MCI = *HMI.getInst(); in checkSlots() local
280 MCInst const &MCI = *MCB.begin()[i].getInst(); in checkBranches() local
DHexagonMCCompound.cpp361 bool lookForCompound(MCInstrInfo const &MCII, MCContext &Context, MCInst &MCI) { in lookForCompound()
413 MCContext &Context, MCInst &MCI) { in tryCompound()
DHexagonInstPrinter.cpp49 void HexagonInstPrinter::setExtender(MCInst const &MCI) { in setExtender()
60 MCInst const &MCI = *I.getInst(); in printInst() local
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.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()
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 …]
DHexagonMCInstrInfo.h195 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()
DHexagonMCCompound.cpp350 MCInst &MCI) { in lookForCompound()
400 MCContext &Context, MCInst &MCI) { in tryCompound()
DHexagonInstPrinter.cpp41 MCInst const &MCI = *I.getInst(); in printInst() local
DHexagonMCChecker.cpp66 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
/external/llvm-project/llvm/lib/MCA/
DInstrBuilder.cpp221 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()
602 InstrBuilder::getOrCreateInstrDesc(const MCInst &MCI) { in getOrCreateInstrDesc()
613 InstrBuilder::createInstruction(const MCInst &MCI) { in createInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp218 static Error verifyOperands(const MCInstrDesc &MCDesc, const MCInst &MCI) { in verifyOperands()
247 void InstrBuilder::populateWrites(InstrDesc &ID, const MCInst &MCI, in populateWrites()
417 void InstrBuilder::populateReads(InstrDesc &ID, const MCInst &MCI, in populateReads()
509 InstrBuilder::createInstrDescImpl(const MCInst &MCI) { in createInstrDescImpl()
599 InstrBuilder::getOrCreateInstrDesc(const MCInst &MCI) { in getOrCreateInstrDesc()
610 InstrBuilder::createInstruction(const MCInst &MCI) { in createInstruction()
/external/llvm-project/llvm/include/llvm/MCA/
DSupport.h32 InstructionError(std::string M, const T &MCI) in InstructionError()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DSupport.h32 InstructionError(std::string M, const T &MCI) in InstructionError()
/external/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp100 MCInst *MCI = new (AP.OutContext) MCInst; in HexagonLowerToMC() local
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp107 MCInst *MCI = AP.OutContext.createMCInst(); in HexagonLowerToMC() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp107 MCInst *MCI = new (AP.OutContext) MCInst; in HexagonLowerToMC() local
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSchedClassResolution.cpp222 const MCInst &MCI) { in ResolveVariantSchedClassId()
234 const MCInst &MCI) { in resolveSchedClassId()

123