/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/llvm/lib/Target/Hexagon/ |
D | HexagonMCInstLower.cpp | 100 MCInst *MCI = new (AP.OutContext) MCInst; in HexagonLowerToMC() local
|
/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/lib/Analysis/ |
D | Lint.cpp | 270 MemCpyInst *MCI = cast<MemCpyInst>(&I); in visitCallSite() local
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 930 MCInst MCI; in LowerPATCHABLE_OP() local
|
D | X86FastISel.cpp | 2561 const MemCpyInst *MCI = cast<MemCpyInst>(II); in fastLowerIntrinsicCall() local
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FastISel.cpp | 1363 const MemCpyInst &MCI = cast<MemCpyInst>(I); in X86VisitIntrinsicCall() local
|
/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()
|
/external/llvm/lib/Target/Hexagon/Disassembler/ |
D | HexagonDisassembler.cpp | 407 void HexagonDisassembler::adjustExtendedInstructions(MCInst &MCI, in adjustExtendedInstructions()
|