| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | LiveRegUnits.cpp | 46 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) { in stepBackward() local 47 if (MOP.isRegMask()) { in stepBackward() 48 removeRegsNotPreserved(MOP.getRegMask()); in stepBackward() 52 if (MOP.isDef()) in stepBackward() 53 removeReg(MOP.getReg()); in stepBackward() 57 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) { in stepBackward() local 58 if (!MOP.isReg() || !MOP.readsReg()) in stepBackward() 60 addReg(MOP.getReg()); in stepBackward() 66 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) { in accumulate() local 67 if (MOP.isRegMask()) { in accumulate() [all …]
|
| HD | LivePhysRegs.cpp | 46 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) { in removeDefs() local 47 if (MOP.isRegMask()) { in removeDefs() 48 removeRegsInMask(MOP); in removeDefs() 52 if (MOP.isDef()) in removeDefs() 53 removeReg(MOP.getReg()); in removeDefs() 59 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) { in addUses() local 60 if (!MOP.isReg() || !MOP.readsReg()) in addUses() 62 addReg(MOP.getReg()); in addUses()
|
| HD | MachineOutliner.cpp | 1252 for (MachineOperand &MOP : MI.operands()) { in outline() 1254 if (!MOP.isReg()) in outline() 1258 if (MOP.isDef()) in outline() 1260 MOP.getReg(), true, /* isDef = true */ in outline()
|
| HD | MachineCSE.cpp | 301 for (const auto &MOP : llvm::enumerate(MI->operands())) { in hasLivePhysRegDefUses() local 302 const MachineOperand &MO = MOP.value(); in hasLivePhysRegDefUses() 317 PhysDefs.push_back(std::make_pair(MOP.index(), Reg)); in hasLivePhysRegDefUses()
|
| HD | LiveIntervals.cpp | 1075 for (MachineOperand &MOP : mi_bundle_ops(*KillMI)) in handleMoveDown() 1076 if (MOP.isReg() && MOP.isUse()) in handleMoveDown() 1077 MOP.setIsKill(false); in handleMoveDown()
|
| HD | MachineVerifier.cpp | 2017 for (const MachineOperand &MOP : MI->uses()) { in checkLiveness() local 2018 if (!MOP.isReg() || !MOP.isImplicit()) in checkLiveness() 2021 if (!Register::isPhysicalRegister(MOP.getReg())) in checkLiveness() 2024 for (const MCPhysReg &SubReg : TRI->subregs(MOP.getReg())) { in checkLiveness()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64LoadStoreOptimizer.cpp | 757 bool isDef = any_of(I->operands(), [DefReg, TRI](MachineOperand &MOP) { in forAllMIsUntilDef() argument 758 return MOP.isReg() && MOP.isDef() && !MOP.isDebug() && MOP.getReg() && in forAllMIsUntilDef() 759 TRI->regsOverlap(MOP.getReg(), DefReg); in forAllMIsUntilDef() 772 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) in updateDefinedRegisters() local 773 if (MOP.isReg() && MOP.isKill()) in updateDefinedRegisters() 774 Units.removeReg(MOP.getReg()); in updateDefinedRegisters() 776 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) in updateDefinedRegisters() local 777 if (MOP.isReg() && !MOP.isKill()) in updateDefinedRegisters() 778 Units.addReg(MOP.getReg()); in updateDefinedRegisters() 822 for (auto &MOP : MI.operands()) { in mergePairedInsns() local [all …]
|
| HD | AArch64InstrInfo.cpp | 6105 for (const MachineOperand &MOP : MI.operands()) { in getOutliningType() local 6106 if (MOP.isCPI() || MOP.isJTI() || MOP.isCFIIndex() || MOP.isFI() || in getOutliningType() 6107 MOP.isTargetIndex()) in getOutliningType() 6111 if (MOP.isReg() && !MOP.isImplicit() && in getOutliningType() 6112 (MOP.getReg() == AArch64::LR || MOP.getReg() == AArch64::W30)) in getOutliningType() 6139 for (const MachineOperand &MOP : MI.operands()) { in getOutliningType() local 6140 if (MOP.isGlobal()) { in getOutliningType() 6141 Callee = dyn_cast<Function>(MOP.getGlobal()); in getOutliningType()
|
| /freebsd-11-stable/sys/sparc64/sparc64/ |
| HD | in_cksum.c | 108 #define MOP(sum, tmp, addr) \ macro 175 MOP(sum, tmp, w) in in_cksum_skip() 196 MOP(sum, tmp, w) in in_cksum_skip() 206 MOP(sum, tmp, w) in in_cksum_skip() 215 MOP(sum, tmp, w) in in_cksum_skip() 223 MOP(sum, tmp, w) in in_cksum_skip()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | LiveRegUnits.h | 169 [](const MachineOperand &MOP) { in phys_regs_and_masks() 170 return MOP.isRegMask() || (MOP.isReg() && !MOP.isDebug() && in phys_regs_and_masks() 171 Register::isPhysicalRegister(MOP.getReg())); in phys_regs_and_masks()
|
| /freebsd-11-stable/usr.bin/units/ |
| HD | definitions.units | 460 MOP macaupataca
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86InstrInfo.cpp | 8168 for (const MachineOperand &MOP : MI.operands()) in getOutliningType() local 8169 if (MOP.isCPI() || MOP.isJTI() || MOP.isCFIIndex() || MOP.isFI() || in getOutliningType() 8170 MOP.isTargetIndex()) in getOutliningType()
|
| /freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/ |
| HD | t_netpgpverify.sh | 3097 zKWhyfMzglqZS1JUGAbsZract/LzGqZykbqZLtFfsM2qIhHsLZXbG2dOdgj9+MOP
|
| /freebsd-11-stable/crypto/heimdal/lib/wind/ |
| HD | UnicodeData.txt | 9587 A0C0;YI SYLLABLE MOP;Lo;0;L;;;;;N;;;;; 10572 A49C;YI RADICAL MOP;So;0;ON;;;;;N;;;;;
|
| HD | NormalizationTest.txt | 6099 BAC2;BAC2;1106 1169 11C1;BAC2;1106 1169 11C1; # (뫂; 뫂; 뫂; 뫂; 뫂; ) HANGUL SYLLABLE MOP
|