/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | LiveRegUnits.cpp | 46 for (const MachineOperand &MOP : MI.operands()) { in stepBackward() local 60 for (const MachineOperand &MOP : MI.operands()) { in stepBackward() local 71 for (const MachineOperand &MOP : MI.operands()) { in accumulate() local
|
H A D | LivePhysRegs.cpp | 46 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) { in removeDefs() local 59 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) { in addUses() local
|
H A D | MachineCSE.cpp | 313 for (const auto &MOP : llvm::enumerate(MI->operands())) { in hasLivePhysRegDefUses() local
|
H A D | MachineVerifier.cpp | 2486 for (const MachineOperand &MOP : MI->uses()) { in checkLiveness() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 804 bool isDef = any_of(I.operands(), [DefReg, TRI](MachineOperand &MOP) { in forAllMIsUntilDef() 819 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) in updateDefinedRegisters() local 823 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) in updateDefinedRegisters() local 869 for (auto &MOP : MI.operands()) { in mergePairedInsns() local 883 for (auto &MOP : MI.operands()) { in mergePairedInsns() local 906 [this, &RenameReg](const MachineOperand &MOP) { in mergePairedInsns() 1056 for (const MachineOperand &MOP : phys_regs_and_masks(*I)) in mergePairedInsns() local 1361 [TRI, RegToRename](const MachineOperand &MOP) { in canRenameUpToDef() 1369 auto canRenameMOP = [TRI](const MachineOperand &MOP) { in canRenameUpToDef() 1427 for (auto &MOP : MI.operands()) { in canRenameUpToDef() local [all …]
|
H A D | AArch64ExpandPseudoInsts.cpp | 753 auto MOP = MI.getOperand(RegMaskStartIdx); in expandCALL_RVMARKER() local
|
H A D | AArch64InstrInfo.cpp | 7740 for (const MachineOperand &MOP : MI.operands()) { in getOutliningType() local 7774 for (const MachineOperand &MOP : MI.operands()) { in getOutliningType() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 61 std::unique_ptr<jitlink::LinkGraph> createPlatformGraph(MachOPlatform &MOP, in createPlatformGraph() 86 MachOHeaderMaterializationUnit(MachOPlatform &MOP, in MachOHeaderMaterializationUnit() 101 static void addMachOHeader(jitlink::LinkGraph &G, MachOPlatform &MOP, in addMachOHeader() 158 createHeaderInterface(MachOPlatform &MOP, in createHeaderInterface() 171 MachOPlatform &MOP; member in __anond414bca00111::MachOHeaderMaterializationUnit 182 MachOPlatform &MOP, StringRef PlatformJDName, in MachOPlatformCompleteBootstrapMaterializationUnit() 238 MachOPlatform &MOP; member in __anond414bca00111::MachOPlatformCompleteBootstrapMaterializationUnit
|
H A D | COFFPlatform.cpp | 144 createHeaderInterface(COFFPlatform &MOP, in createHeaderInterface()
|
/openbsd-src/sys/arch/i386/i386/ |
H A D | in_cksum.s | 91 #define MOP \ macro
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 6335 for (const MachineOperand &MOP : MI.operands()) { in getOutliningType() local 6349 for (const MachineOperand &MOP : MI.operands()) { in getOutliningType() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 9692 for (const MachineOperand &MOP : MI.operands()) in getOutliningType() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 2531 bool CombinerHelper::matchConstantOp(const MachineOperand &MOP, int64_t C) { in matchConstantOp()
|