Home
last modified time | relevance | path

Searched defs:MOP (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp46 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 DLivePhysRegs.cpp46 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 DMachineCSE.cpp313 for (const auto &MOP : llvm::enumerate(MI->operands())) { in hasLivePhysRegDefUses() local
H A DMachineVerifier.cpp2486 for (const MachineOperand &MOP : MI->uses()) { in checkLiveness() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp804 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 DAArch64ExpandPseudoInsts.cpp753 auto MOP = MI.getOperand(RegMaskStartIdx); in expandCALL_RVMARKER() local
H A DAArch64InstrInfo.cpp7740 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 DMachOPlatform.cpp61 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 DCOFFPlatform.cpp144 createHeaderInterface(COFFPlatform &MOP, in createHeaderInterface()
/openbsd-src/sys/arch/i386/i386/
H A Din_cksum.s91 #define MOP \ macro
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6335 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 DX86InstrInfo.cpp9692 for (const MachineOperand &MOP : MI.operands()) in getOutliningType() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2531 bool CombinerHelper::matchConstantOp(const MachineOperand &MOP, int64_t C) { in matchConstantOp()