/freebsd/contrib/llvm-project/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 | 312 for (const auto &MOP : llvm::enumerate(MI->operands())) { in hasLivePhysRegDefUses() local
|
H A D | TargetInstrInfo.cpp | 1868 for (const MachineOperand &MOP : MI.operands()) { in getOutliningType() local
|
H A D | MachineVerifier.cpp | 2899 for (const MachineOperand &MOP : MI->uses()) { in checkLiveness() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 833 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 D | AArch64ExpandPseudoInsts.cpp | 807 const MachineOperand &MOP = MBBI->getOperand(RegMaskStartIdx); in createCallWithOps() local
|
H A D | AArch64InstrInfo.cpp | 8918 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 D | MachOPlatform.h | 395 MachOPlatform &MOP; variable 416 MachOPlatform::buildSimpleMachOHeaderMU(MachOPlatform &MOP, in buildSimpleMachOHeaderMU()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 98 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 D | COFFPlatform.cpp | 144 createHeaderInterface(COFFPlatform &MOP, in createHeaderInterface() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPreLegalizer.cpp | 448 for (const auto &MOP : MI.operands()) in generateAssignInstrs() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 2876 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 D | ARMBaseInstrInfo.cpp | 6324 for (const MachineOperand &MOP : MI.operands()) { in getOutliningTypeImpl() local
|