Home
last modified time | relevance | path

Searched defs:MO (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp45 const MCOperand &MO = MI.getOperand(OpNo); getDirectBrEncoding() local
63 const MCOperand &MO = MI.getOperand(OpNo); getCondBrEncoding() local
76 const MCOperand &MO = MI.getOperand(OpNo); getAbsDirectBrEncoding() local
89 const MCOperand &MO = MI.getOperand(OpNo); getAbsCondBrEncoding() local
111 const MCOperand &MO = MI.getOperand(OpNo); getImm16Encoding() local
124 const MCOperand &MO = MI.getOperand(OpNo); getImm34Encoding() local
153 const MCOperand &MO = MI.getOperand(OpNo); getDispRIEncoding() local
167 const MCOperand &MO = MI.getOperand(OpNo); getDispRIXEncoding() local
181 const MCOperand &MO = MI.getOperand(OpNo); getDispRIX16Encoding() local
200 const MCOperand &MO = MI.getOperand(OpNo); getDispRIHashEncoding() local
223 const MCOperand &MO = MI.getOperand(OpNo); getDispRI34PCRelEncoding() local
297 const MCOperand &MO = MI.getOperand(OpNo); getDispRI34Encoding() local
306 const MCOperand &MO = MI.getOperand(OpNo); getDispSPE8Encoding() local
316 const MCOperand &MO = MI.getOperand(OpNo); getDispSPE4Encoding() local
326 const MCOperand &MO = MI.getOperand(OpNo); getDispSPE2Encoding() local
334 const MCOperand &MO = MI.getOperand(OpNo); getTLSRegEncoding() local
357 const MCOperand &MO = MI.getOperand(OpNo+1); getTLSCallEncoding() local
367 const MCOperand &MO = MI.getOperand(OpNo); get_crbitm_encoding() local
378 getOpIdxForMO(const MCInst & MI,const MCOperand & MO) getOpIdxForMO() argument
389 getMachineOpValue(const MCInst & MI,const MCOperand & MO,SmallVectorImpl<MCFixup> & Fixups,const MCSubtargetInfo & STI) const getMachineOpValue() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaMCCodeEmitter.cpp146 XtensaMCCodeEmitter::getMachineOpValue(const MCInst &MI, const MCOperand &MO, in getMachineOpValue()
164 const MCOperand &MO = MI.getOperand(OpNum); in getJumpTargetEncoding() local
178 const MCOperand &MO = MI.getOperand(OpNum); in getBranchTargetEncoding() local
202 const MCOperand &MO = MI.getOperand(OpNum); in getCallEncoding() local
223 const MCOperand &MO = MI.getOperand(OpNum); in getL32RTargetEncoding() local
276 const MCOperand &MO = MI.getOperand(OpNo); in getImm8OpValue() local
288 const MCOperand &MO = MI.getOperand(OpNo); in getImm8_sh8OpValue() local
301 const MCOperand &MO = MI.getOperand(OpNo); in getImm12OpValue() local
313 const MCOperand &MO = MI.getOperand(OpNo); in getUimm4OpValue() local
325 const MCOperand &MO = MI.getOperand(OpNo); in getUimm5OpValue() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCCodeEmitter.h53 const MCOperand &MO = MI.getOperand(Idx); in getImmOpValue() local
91 const MCOperand &MO = MI.getOperand(Idx); in getImmShiftOpValue() local
102 const MCOperand &MO = MI.getOperand(Idx); getBranchSymbolOpValue() local
121 const MCOperand &MO = MI.getOperand(Idx); getConstpoolSymbolOpValue() local
136 const MCOperand &MO = MI.getOperand(Idx); getDataSymbolOpValue() local
150 const MCOperand &MO = MI.getOperand(Idx); getCallSymbolOpValue() local
164 const MCOperand &MO = MI.getOperand(Idx); getBareSymbolOpValue() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp217 getMachineOpValue(const MCInst & MI,const MCOperand & MO,SmallVectorImpl<MCFixup> & Fixups,const MCSubtargetInfo & STI) const getMachineOpValue() argument
231 const MCOperand &MO = MI.getOperand(OpIdx); getLdStUImm12OpValue() local
252 const MCOperand &MO = MI.getOperand(OpIdx); getAdrLabelOpValue() local
279 const MCOperand &MO = MI.getOperand(OpIdx); getAddSubImmOpValue() local
314 const MCOperand &MO = MI.getOperand(OpIdx); getCondBranchTargetOpValue() local
336 const MCOperand &MO = MI.getOperand(OpIdx); getLoadLiteralOpValue() local
365 const MCOperand &MO = MI.getOperand(OpIdx); getMoveWideImmOpValue() local
384 const MCOperand &MO = MI.getOperand(OpIdx); getTestBranchTargetOpValue() local
406 const MCOperand &MO = MI.getOperand(OpIdx); getBranchTargetOpValue() local
434 const MCOperand &MO = MI.getOperand(OpIdx); getVecShifterOpValue() local
458 const MCOperand &MO = MI.getOperand(OpIdx); getFixedPointScaleOpValue() local
467 const MCOperand &MO = MI.getOperand(OpIdx); getVecShiftR64OpValue() local
476 const MCOperand &MO = MI.getOperand(OpIdx); getVecShiftR32OpValue() local
485 const MCOperand &MO = MI.getOperand(OpIdx); getVecShiftR16OpValue() local
494 const MCOperand &MO = MI.getOperand(OpIdx); getVecShiftR8OpValue() local
503 const MCOperand &MO = MI.getOperand(OpIdx); getVecShiftL64OpValue() local
512 const MCOperand &MO = MI.getOperand(OpIdx); getVecShiftL32OpValue() local
521 const MCOperand &MO = MI.getOperand(OpIdx); getVecShiftL16OpValue() local
530 const MCOperand &MO = MI.getOperand(OpIdx); getVecShiftL8OpValue() local
613 const MCOperand &MO = MI.getOperand(OpIdx); getSVEIncDecImm() local
624 const MCOperand &MO = MI.getOperand(OpIdx); getMoveVecShifterOpValue() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp112 const MCOperand &MO = MI.getOperand(SymOpNo); in encodeInstruction() local
122 getMachineOpValue(const MCInst &MI, const MCOperand &MO, in getMachineOpValue() argument
151 const MCOperand &MO = MI.getOperand(OpNo); getSImm13OpValue() local
182 const MCOperand &MO = MI.getOperand(OpNo); getCallTargetOpValue() local
209 const MCOperand &MO = MI.getOperand(OpNo); getBranchTargetOpValue() local
222 const MCOperand &MO = MI.getOperand(OpNo); getBranchPredTargetOpValue() local
235 const MCOperand &MO = MI.getOperand(OpNo); getBranchOnRegTargetOpValue() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp149 MCOperand AArch64MCInstLower::lowerSymbolOperandMachO(const MachineOperand &MO, in lowerSymbolOperandMachO()
184 MCOperand AArch64MCInstLower::lowerSymbolOperandELF(const MachineOperand &MO, in lowerSymbolOperandELF()
261 MCOperand AArch64MCInstLower::lowerSymbolOperandCOFF(const MachineOperand &MO, in lowerSymbolOperandCOFF()
317 MCOperand AArch64MCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand()
328 bool AArch64MCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand()
375 for (const MachineOperand &MO : MI->operands()) { in Lower() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h63 inline typename T::Type atomic_load(const volatile T *A, memory_order MO) { in atomic_load() argument
71 inline void atomic_store(volatile T *A, typename T::Type V, memory_order MO) { in atomic_store() argument
80 memory_order MO) { in atomic_fetch_add() argument
87 memory_order MO) { in atomic_fetch_sub() argument
94 memory_order MO) { in atomic_fetch_and() argument
101 atomic_fetch_or(volatile T * A,typename T::Type V,memory_order MO) atomic_fetch_or() argument
108 atomic_exchange(volatile T * A,typename T::Type V,memory_order MO) atomic_exchange() argument
118 atomic_compare_exchange_strong(volatile T * A,typename T::Type * Cmp,typename T::Type Xchg,memory_order MO) atomic_compare_exchange_strong() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp237 MO.getExpr(), MCConstantExpr::create(-4, Ctx), Ctx); in getBranchTargetOpValue() local
259 MO in getBranchTargetOpValue1SImm16() local
281 const MCOperand &MO = MI.getOperand(OpNo); getBranchTargetOpValueMMR6() local
304 const MCOperand &MO = MI.getOperand(OpNo); getBranchTargetOpValueLsl2MMR6() local
327 const MCOperand &MO = MI.getOperand(OpNo); getBranchTarget7OpValueMM() local
348 const MCOperand &MO = MI.getOperand(OpNo); getBranchTargetOpValueMMPC10() local
369 const MCOperand &MO = MI.getOperand(OpNo); getBranchTargetOpValueMM() local
391 const MCOperand &MO = MI.getOperand(OpNo); getBranchTarget21OpValue() local
413 const MCOperand &MO = MI.getOperand(OpNo); getBranchTarget21OpValueMM() local
435 const MCOperand &MO = MI.getOperand(OpNo); getBranchTarget26OpValue() local
456 const MCOperand &MO = MI.getOperand(OpNo); getBranchTarget26OpValueMM() local
479 const MCOperand &MO = MI.getOperand(OpNo); getJumpOffset16OpValue() local
500 const MCOperand &MO = MI.getOperand(OpNo); getJumpTargetOpValue() local
517 const MCOperand &MO = MI.getOperand(OpNo); getJumpTargetOpValueMM() local
534 const MCOperand &MO = MI.getOperand(OpNo); getUImm5Lsl2Encoding() local
552 const MCOperand &MO = MI.getOperand(OpNo); getSImm3Lsa2Value() local
565 const MCOperand &MO = MI.getOperand(OpNo); getUImm6Lsl2Encoding() local
578 const MCOperand &MO = MI.getOperand(OpNo); getSImm9AddiuspValue() local
732 getMachineOpValue(const MCInst & MI,const MCOperand & MO,SmallVectorImpl<MCFixup> & Fixups,const MCSubtargetInfo & STI) const getMachineOpValue() argument
958 const MCOperand &MO = MI.getOperand(OpNo); getSimm19Lsl2Encoding() local
980 const MCOperand &MO = MI.getOperand(OpNo); getSimm18Lsl3Encoding() local
1003 const MCOperand &MO = MI.getOperand(OpNo); getUImm3Mod8Encoding() local
1012 const MCOperand &MO = MI.getOperand(OpNo); getUImm4AndValue() local
1123 const MCOperand &MO = MI.getOperand(OpNo); getSimm23Lsl2Encoding() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp318 const MCOperand &MO = MI.getOperand(Op); getModImmOpValue() local
337 const MCOperand &MO = MI.getOperand(Op); getT2SOImmOpValue() local
553 getMachineOpValue(const MCInst & MI,const MCOperand & MO,SmallVectorImpl<MCFixup> & Fixups,const MCSubtargetInfo & STI) const getMachineOpValue() argument
595 const MCOperand &MO = MI.getOperand(OpIdx); EncodeAddrModeOpValues() local
625 const MCOperand &MO = MI.getOperand(OpIdx); getBranchTargetOpValue() local
662 const MCOperand MO = MI.getOperand(OpIdx); getThumbBLTargetOpValue() local
675 const MCOperand MO = MI.getOperand(OpIdx); getThumbBLXTargetOpValue() local
687 const MCOperand MO = MI.getOperand(OpIdx); getThumbBRTargetOpValue() local
699 const MCOperand MO = MI.getOperand(OpIdx); getThumbBCCTargetOpValue() local
711 const MCOperand MO = MI.getOperand(OpIdx); getThumbCBTargetOpValue() local
754 const MCOperand MO = MI.getOperand(OpIdx); getARMBranchTargetOpValue() local
770 const MCOperand MO = MI.getOperand(OpIdx); getARMBLTargetOpValue() local
785 const MCOperand MO = MI.getOperand(OpIdx); getARMBLXTargetOpValue() local
798 const MCOperand MO = MI.getOperand(OpIdx); getThumbBranchTargetOpValue() local
827 const MCOperand MO = MI.getOperand(OpIdx); getAdrLabelOpValue() local
868 const MCOperand MO = MI.getOperand(OpIdx); getT2AdrLabelOpValue() local
915 const MCOperand MO = MI.getOperand(OpIdx); getThumbAdrLabelOpValue() local
984 const MCOperand &MO = MI.getOperand(OpIdx); getAddrModeImm12OpValue() local
1121 const MCOperand &MO = MI.getOperand(OpIdx); getT2AddrModeImm8s4OpValue() local
1186 const MCOperand &MO = MI.getOperand(OpIdx); getT2AddrModeImm0_1020s4OpValue() local
1198 const MCOperand &MO = MI.getOperand(OpIdx); getHiLoImmOpValue() local
1284 const MCOperand &MO = MI.getOperand(OpIdx); getLdStSORegOpValue() local
1321 const MCOperand &MO = MI.getOperand(OpIdx); getAddrMode2OffsetOpValue() local
1343 const MCOperand &MO = MI.getOperand(OpIdx); getPostIdxRegOpValue() local
1357 const MCOperand &MO = MI.getOperand(OpIdx); getAddrMode3OffsetOpValue() local
1378 const MCOperand &MO = MI.getOperand(OpIdx); getAddrMode3OpValue() local
1429 const MCOperand &MO = MI.getOperand(OpIdx); getAddrModeISOpValue() local
1441 const MCOperand MO = MI.getOperand(OpIdx); getAddrModePCOpValue() local
1458 const MCOperand &MO = MI.getOperand(OpIdx); getAddrMode5OpValue() local
1498 const MCOperand &MO = MI.getOperand(OpIdx); getAddrMode5FP16OpValue() local
1541 const MCOperand &MO = MI.getOperand(OpIdx); getSORegRegOpValue() local
1587 const MCOperand &MO = MI.getOperand(OpIdx); getSORegImmOpValue() local
1696 const MCOperand &MO = MI.getOperand(OpIdx); getT2SORegOpValue() local
1733 const MCOperand &MO = MI.getOperand(Op); getBitfieldInvertedMaskOpValue() local
1864 const MCOperand &MO = MI.getOperand(Op); getAddrMode6OffsetOpValue() local
1929 const MCOperand MO = MI.getOperand(OpIdx); getBFTargetOpValue() local
1939 const MCOperand MO = MI.getOperand(OpIdx); getBFAfterTargetOpValue() local
1961 const MCOperand MO = MI.getOperand(OpIdx); getVPTMaskOpValue() local
1993 const MCOperand MO = MI.getOperand(OpIdx); getRestrictedCondCodeOpValue() local
2021 const MCOperand &MO = MI.getOperand(OpIdx); getPowerTwoOpValue() local
2031 const MCOperand MO = MI.getOperand(OpIdx); getMVEPairVectorIndexOpValue() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp25 static bool isValidReg(const MachineOperand &MO) { in isValidReg()
29 static bool isValidRegUse(const MachineOperand &MO) { in isValidRegUse()
33 static bool isValidRegUseOf(const MachineOperand &MO, MCRegister PhysReg, in isValidRegUseOf()
40 static bool isValidRegDef(const MachineOperand &MO) { in isValidRegDef()
44 static bool isValidRegDefOf(const MachineOperand &MO, MCRegister PhysReg, in isValidRegDefOf()
128 for (auto &MO : MI->operands()) { in processDefs() local
344 for (auto &MO : MI->operands()) { in getReachingLocalUses() local
360 for (auto &MO : MI.operands()) { in getLiveInUses() local
518 for (auto &MO : Last->operands()) in isReachingDefLiveOut() local
538 for (auto &MO : Last->operands()) in getLocalLiveOutMIDef() local
[all …]
H A DDetectDeadLanes.cpp70 const MachineOperand &MO) { in isCrossCopy()
108 void DeadLaneDetector::addUsedLanesOnOperand(const MachineOperand &MO, in addUsedLanesOnOperand()
136 for (const MachineOperand &MO : MI.uses()) { in transferUsedLanesStep() local
293 for (const MachineOperand &MO : DefMI.uses()) { in determineInitialDefinedLanes() local
335 for (const MachineOperand &MO : MRI->use_nodbg_operands(Reg)) { in determineInitialUsedLanes() local
418 const MachineOperand &MO, const DeadLaneDetector::VRegInfo &RegInfo) const { in isUndefRegAtInput() argument
425 const MachineOperand &MO, in isUndefInput()
478 for (const MachineOperand &MO : MRI->use_nodbg_operands(Reg)) in computeSubRegisterLaneBitInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp29 const MachineOperand &MO, in LowerSymbolOperand()
43 static MCOperand LowerOperand(const MachineInstr *MI, const MachineOperand &MO, in LowerOperand()
81 for (const MachineOperand &MO : MI->operands()) { in LowerVEMachineInstrToMCInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMCInstLower.cpp27 static MCOperand lowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym, in lowerSymbolOperand()
134 bool llvm::lowerLoongArchMachineOperandToMCOperand(const MachineOperand &MO, in lowerLoongArchMachineOperandToMCOperand()
181 for (const MachineOperand &MO : MI->operands()) { in lowerLoongArchMachineInstrToMCInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp30 const MachineOperand &MO, in LowerSymbolOperand()
68 const MachineOperand &MO, in LowerOperand()
100 for (const MachineOperand &MO : MI->operands()) { in LowerSparcMachineInstrToMCInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYMCInstLower.cpp30 for (const MachineOperand &MO : MI->operands()) { in Lower() local
37 MCOperand CSKYMCInstLower::lowerSymbolOperand(const MachineOperand &MO, in lowerSymbolOperand()
76 bool CSKYMCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp34 static MCSymbol *GetSymbolFromOperand(const MachineOperand &MO, in GetSymbolFromOperand()
54 static MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol, in GetSymbolRef()
181 for (const MachineOperand &MO : MI->operands()) { in LowerPPCMachineInstrToMCInst() local
188 bool llvm::LowerPPCMachineOperandToMCOperand(const MachineOperand &MO, in LowerPPCMachineOperandToMCOperand()
H A DPPCAsmPrinter.cpp308 void PPCAsmPrinter::PrintSymbolOperand(const MachineOperand &MO, in PrintSymbolOperand()
319 const MachineOperand &MO = MI->getOperand(OpNo); in printOperand() local
479 const MachineOperand &MO) { in getCodeModel()
739 const MachineOperand &MO = MI->getOperand(2); in EmitTlsCall() local
752 static MCSymbol *getMCSymbolForTOCPseudoMO(const MachineOperand &MO, in getMCSymbolForTOCPseudoMO()
769 getTOCEntryTypeForMO(const MachineOperand &MO) { in getTOCEntryTypeForMO()
814 for (const MachineOperand &MO: MI->operands()) { in emitInstruction() local
867 auto GetVKForMO = [&](const MachineOperand &MO) { in emitInstruction()
1040 const MachineOperand &MO = MI->getOperand(1); in emitInstruction() local
1105 const MachineOperand &MO = MI->getOperand(2); in emitInstruction() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp29 MCOperand ARCMCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand()
76 MCOperand ARCMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand()
107 for (const MachineOperand &MO : MI->operands()) { in Lower() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp31 MCOperand XCoreMCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand()
77 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand()
106 for (const MachineOperand &MO : MI->operands()) { in Lower() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCCodeEmitter.cpp91 const MCOperand &MO, in getMachineOpValue() argument
120 const MCOperand &MO = MI.getOperand(OpNo); in getBranchTargetOpValue() local
132 const MCOperand &MO = MI.getOperand(OpNo); getCCOpValue() local
142 const MCOperand &MO = MI.getOperand(OpNo); getRDOpValue() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperVectorOps.cpp92 const MachineOperand &MO, BuildFnTy &MatchInfo) { in matchExtractVectorElementWithDifferentIndices()
149 const MachineOperand &MO, BuildFnTy &MatchInfo) { in matchExtractVectorElementWithBuildVector()
210 const MachineOperand &MO, BuildFnTy &MatchInfo) { in matchExtractVectorElementWithBuildVectorTrunc()
277 const MachineOperand &MO, BuildFnTy &MatchInfo) { in matchExtractVectorElementWithShuffleVector()
405 bool CombinerHelper::matchAddOfVScale(const MachineOperand &MO, in matchAddOfVScale()
424 bool CombinerHelper::matchMulOfVScale(const MachineOperand &MO, in matchMulOfVScale()
445 bool CombinerHelper::matchSubOfVScale(const MachineOperand &MO, in matchSubOfVScale()
465 bool CombinerHelper::matchShlOfVScale(const MachineOperand &MO, in matchShlOfVScale()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp97 const MCOperand &MO = MI->getOperand(OpNum); in printCvtMode() local
154 const MCOperand &MO = MI->getOperand(OpNum); in printCmpMode() local
228 const MCOperand &MO = MI->getOperand(OpNum); in printLdStCode() local
279 const MCOperand &MO = MI->getOperand(OpNum); in printMmaCode() local
318 const MCOperand &MO = MI->getOperand(OpNum); in printPrmtMode() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp35 LowerSymbolOperand(const MachineOperand & MO,MachineOperandType MOTy,int64_t Offset) const LowerSymbolOperand() argument
177 LowerOperand(const MachineOperand & MO,int64_t offset) const LowerOperand() argument
277 const MachineOperand &MO = MI->getOperand(I); lowerLongBranchADDiu() local
321 for (const MachineOperand &MO : MI->operands()) { Lower() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp38 MCOperand ARMAsmPrinter::GetSymbolRef(const MachineOperand &MO, in GetSymbolRef()
88 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand()
171 for (const MachineOperand &MO : MI->operands()) { in LowerARMMachineInstrToMCInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp92 MCOperand WebAssemblyMCInstLower::lowerSymbolOperand(const MachineOperand &MO, in lowerSymbolOperand()
173 const MachineOperand &MO = MI->getOperand(I); in lower() local
203 for (const MachineOperand &MO : MI->defs()) in lower() local
206 for (const MachineOperand &MO : MI->explicit_uses()) in lower() local
297 auto &MO = OutMI.getOperand(I - 1); in removeRegisterOperands() local

12345678910>>...15