/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.cpp | 90 MCInst const &MCI) { in addConstExtender() 105 MCInst const &MCI) { in bundleInstructions() 112 HexagonMCInstrInfo::bundleInstructions(MCInst const &MCI) { in bundleInstructions() 117 size_t HexagonMCInstrInfo::bundleSize(MCInst const &MCI) { in bundleSize() 206 MCInst const &MCI) { in extendIfNeeded() 212 MCInst const &MCI) { in getMemAccessSize() 219 MCInst const &MCI) { in getAddrMode() 226 MCInst const &MCI) { in getDesc() 287 MCInst const &MCI) { in getExtendableOp() 294 MCInst const &MCI) { in getExtendableOperand() [all …]
|
D | HexagonMCInstrInfo.h | 189 bool inRange(MCInst const &MCI, size_t Index) { in inRange() 193 bool inSRange(MCInst const &MCI, size_t Index) { in inSRange() 196 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange()
|
D | HexagonMCCompound.cpp | 351 MCInst &MCI) { in lookForCompound() 401 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 | HexagonMCChecker.cpp | 68 void HexagonMCChecker::initReg(MCInst const &MCI, unsigned R, unsigned &PredReg, in initReg() 88 void HexagonMCChecker::init(MCInst const &MCI) { in init() 364 MCInst const &MCI = *HMI.getInst(); in checkSlots() local
|
D | HexagonMCELFStreamer.cpp | 71 MCInst *MCI = const_cast<MCInst *>(I.getInst()); in EmitInstruction() local
|
D | HexagonMCDuplexInfo.cpp | 185 unsigned HexagonMCInstrInfo::getDuplexCandidateGroup(MCInst const &MCI) { in getDuplexCandidateGroup()
|
D | HexagonAsmBackend.cpp | 581 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-7.0/llvm/tools/llvm-mca/ |
D | InstrBuilder.cpp | 158 void InstrBuilder::populateWrites(InstrDesc &ID, const MCInst &MCI, in populateWrites() 270 void InstrBuilder::populateReads(InstrDesc &ID, const MCInst &MCI, in populateReads() 318 const InstrDesc &InstrBuilder::createInstrDescImpl(const MCInst &MCI) { in createInstrDescImpl() 395 const InstrDesc &InstrBuilder::getOrCreateInstrDesc(const MCInst &MCI) { in getOrCreateInstrDesc() 406 InstrBuilder::createInstruction(const MCInst &MCI) { in createInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonMCInstLower.cpp | 108 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 176 virtual std::string getSchedInfoStr(MCInst const &MCI) const { in getSchedInfoStr()
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | JITEventListenerTest.cpp | 208 MachineCodeInfo MCI; in TEST_F() local
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 591 void JIT::runJITOnFunction(Function *F, MachineCodeInfo *MCI) { in runJITOnFunction() 595 MachineCodeInfo *const MCI; in runJITOnFunction() member in JIT::runJITOnFunction::MCIListener
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 284 MemCpyInst *MCI = cast<MemCpyInst>(&I); in visitCallSite() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | Lint.cpp | 323 MemCpyInst *MCI = cast<MemCpyInst>(&I); in visitCallSite() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 270 MemCpyInst *MCI = cast<MemCpyInst>(&I); in visitCallSite() local
|