Searched defs:MCI (Results 1 – 13 of 13) sorted by relevance
/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() 162 MCInst const &MCI, bool MustExtend) { in extendIfNeeded() 168 HexagonMCInstrInfo::getAccessSize(MCInstrInfo const &MCII, MCInst const &MCI) { in getAccessSize() 176 MCInst const &MCI) { in getBitCount() 183 MCInst const &MCI) { in getCExtOpNum() 189 MCInst const &MCI) { in getDesc() 194 MCInst const &MCI) { in getExtendableOp() [all …]
|
D | HexagonMCInstrInfo.h | 177 bool inRange(MCInst const &MCI, size_t Index) { in inRange() 181 bool inSRange(MCInst const &MCI, size_t Index) { in inSRange() 184 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 | 57 void HexagonMCChecker::init(MCInst const& MCI) { in init() 247 MCInst const& MCI = *HMI.getInst(); in checkSlots() local 276 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 | 180 unsigned HexagonMCInstrInfo::getDuplexCandidateGroup(MCInst const &MCI) { in getDuplexCandidateGroup()
|
D | HexagonAsmBackend.cpp | 223 MCInst &MCI = const_cast<MCInst &>(HexagonMCInstrInfo::instruction( in fixupNeedsRelaxationAdvanced() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMCInstLower.cpp | 83 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/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 756 void HexagonAsmParser::canonicalizeImmediates(MCInst &MCI) { in canonicalizeImmediates() 776 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()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2386 const MemCpyInst *MCI = cast<MemCpyInst>(II); in fastLowerIntrinsicCall() local
|