Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp312 for (const auto &MOP : llvm::enumerate(MI->operands())) { in hasLivePhysRegDefUses() local
H A DTargetInstrInfo.cpp1868 for (const MachineOperand &MOP : MI.operands()) { in getOutliningType() local
H A DMachineVerifier.cpp2899 for (const MachineOperand &MOP : MI->uses()) { in checkLiveness() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp833 bool isDef = any_of(I.operands(), [DefReg, TRI](MachineOperand &MOP) { in forAllMIsUntilDef()
848 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) in updateDefinedRegisters() local
852 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) in updateDefinedRegisters() local
901 MachineOperand &MOP = MI.getOperand(OpIdx); in mergePairedInsns() local
927 MachineOperand &MOP = MI.getOperand(OpIdx); in mergePairedInsns() local
969 [this, RegToCheck](const MachineOperand &MOP) { in mergePairedInsns()
1127 for (const MachineOperand &MOP : phys_regs_and_masks(*I)) in mergePairedInsns() local
1422 static bool canRenameMOP(const MachineOperand &MOP, in canRenameMOP()
1468 [TRI, RegToRename](const MachineOperand &MOP) { in canRenameUpToDef()
1513 for (auto &MOP : MI.operands()) { in canRenameUpToDef() local
[all …]
H A DAArch64ExpandPseudoInsts.cpp807 const MachineOperand &MOP = MBBI->getOperand(RegMaskStartIdx); in createCallWithOps() local
H A DAArch64InstrInfo.cpp8918 for (const MachineOperand &MOP : MI.operands()) { in getOutliningTypeImpl() local
8952 for (const MachineOperand &MOP : MI.operands()) { in getOutliningTypeImpl() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h395 MachOPlatform &MOP; variable
416 MachOPlatform::buildSimpleMachOHeaderMU(MachOPlatform &MOP, in buildSimpleMachOHeaderMU()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp98 std::unique_ptr<jitlink::LinkGraph> createPlatformGraph(MachOPlatform &MOP, in createPlatformGraph()
128 MachOPlatform &MOP, StringRef PlatformJDName, in MachOPlatformCompleteBootstrapMaterializationUnit()
194 MachOPlatform &MOP; member in __anon04a50ca90111::MachOPlatformCompleteBootstrapMaterializationUnit
1725 jitlink::Block &createHeaderBlock(MachOPlatform &MOP, in createHeaderBlock()
1760 SimpleMachOHeaderMU::SimpleMachOHeaderMU(MachOPlatform &MOP, in SimpleMachOHeaderMU()
1806 MachOPlatform &MOP, const SymbolStringPtr &HeaderStartSymbol) { in createHeaderInterface()
H A DCOFFPlatform.cpp144 createHeaderInterface(COFFPlatform &MOP, in createHeaderInterface() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp448 for (const auto &MOP : MI.operands()) in generateAssignInstrs() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2876 bool CombinerHelper::matchConstantOp(const MachineOperand &MOP, int64_t C) { in matchConstantOp()
2885 bool CombinerHelper::matchConstantFPOp(const MachineOperand &MOP, double C) { in matchConstantFPOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6324 for (const MachineOperand &MOP : MI.operands()) { in getOutliningTypeImpl() local