| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCInstrInfo.cpp | 88 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 …]
|
| D | HexagonMCInstrInfo.h | 188 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()
|
| D | HexagonMCCompound.cpp | 349 MCInst &MCI) { in lookForCompound() 399 MCContext &Context, MCInst &MCI) { in tryCompound()
|
| D | HexagonMCChecker.cpp | 66 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
|
| D | HexagonInstPrinter.cpp | 41 MCInst const &MCI = *I.getInst(); in printInst() local
|
| D | HexagonMCELFStreamer.cpp | 70 MCInst *MCI = const_cast<MCInst *>(I.getInst()); in EmitInstruction() local
|
| D | HexagonMCDuplexInfo.cpp | 190 unsigned HexagonMCInstrInfo::getDuplexCandidateGroup(MCInst const &MCI) { in getDuplexCandidateGroup()
|
| D | HexagonAsmBackend.cpp | 577 MCInst &MCI = const_cast<MCInst &>(HexagonMCInstrInfo::instruction( in fixupNeedsRelaxationAdvanced() local
|
| /external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCInstrInfo.cpp | 33 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 …]
|
| D | HexagonMCInstrInfo.h | 180 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()
|
| D | HexagonMCELFStreamer.cpp | 57 MCInst *MCI = const_cast<MCInst *>(I.getInst()); in EmitInstruction() local 74 MCInst *MCI = const_cast<MCInst *>(I.getInst()); in EmitInstruction() local
|
| D | HexagonMCChecker.cpp | 56 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
|
| D | HexagonMCCompound.cpp | 361 bool lookForCompound(MCInstrInfo const &MCII, MCContext &Context, MCInst &MCI) { in lookForCompound() 413 MCContext &Context, MCInst &MCI) { in tryCompound()
|
| D | HexagonInstPrinter.cpp | 49 void HexagonInstPrinter::setExtender(MCInst const &MCI) { in setExtender() 60 MCInst const &MCI = *I.getInst(); in printInst() local
|
| D | HexagonMCDuplexInfo.cpp | 177 unsigned HexagonMCInstrInfo::getDuplexCandidateGroup(MCInst const &MCI) { in getDuplexCandidateGroup()
|
| D | HexagonAsmBackend.cpp | 563 MCInst &MCI = const_cast<MCInst &>(HexagonMCInstrInfo::instruction( in fixupNeedsRelaxationAdvanced() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
| D | InstrBuilder.cpp | 218 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
| D | Support.h | 32 InstructionError(std::string M, const T &MCI) in InstructionError()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonMCInstLower.cpp | 107 MCInst *MCI = new (AP.OutContext) MCInst; in HexagonLowerToMC() local
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonMCInstLower.cpp | 100 MCInst *MCI = new (AP.OutContext) MCInst; in HexagonLowerToMC() local
|
| /external/llvm/lib/Analysis/ |
| D | Lint.cpp | 284 MemCpyInst *MCI = cast<MemCpyInst>(&I); in visitCallSite() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | Lint.cpp | 327 MemCpyInst *MCI = cast<MemCpyInst>(&I); in visitCallSite() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86MCInstLower.cpp | 930 MCInst MCI; in LowerPATCHABLE_OP() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
| D | HexagonAsmParser.cpp | 531 void HexagonAsmParser::canonicalizeImmediates(MCInst &MCI) { in canonicalizeImmediates() 548 bool HexagonAsmParser::matchOneInstruction(MCInst &MCI, SMLoc IDLoc, in matchOneInstruction()
|
| /external/llvm/lib/Target/Hexagon/AsmParser/ |
| D | HexagonAsmParser.cpp | 753 void HexagonAsmParser::canonicalizeImmediates(MCInst &MCI) { in canonicalizeImmediates() 771 bool HexagonAsmParser::matchOneInstruction(MCInst &MCI, SMLoc IDLoc, in matchOneInstruction()
|