/freebsd-src/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 | 1808 for (const MachineOperand &MOP : MI.operands()) { getOutliningType() local
|
H A D | MachineVerifier.cpp | 2613 for (const MachineOperand &MOP : MI->uses()) { checkLiveness() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 850 Units.removeReg(MOP in updateDefinedRegisters() local 831 __anon8e3eb3e90202(MachineOperand &MOP) forAllMIsUntilDef() argument 846 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) updateDefinedRegisters() local 899 MachineOperand &MOP = MI.getOperand(OpIdx); mergePairedInsns() local 925 MachineOperand &MOP = MI.getOperand(OpIdx); mergePairedInsns() local 967 __anon8e3eb3e90502(const MachineOperand &MOP) mergePairedInsns() argument 1125 for (const MachineOperand &MOP : phys_regs_and_masks(*I)) mergePairedInsns() local 1420 canRenameMOP(const MachineOperand & MOP,const TargetRegisterInfo * TRI) canRenameMOP() argument 1466 __anon8e3eb3e90602(const MachineOperand &MOP) canRenameUpToDef() argument 1511 for (auto &MOP : MI.operands()) { canRenameUpToDef() local 1523 for (auto &MOP : MI.operands()) { canRenameUpToDef() local 1578 for (auto &MOP : MI.operands()) { canRenameUntilSecondLoad() local [all...] |
H A D | AArch64ExpandPseudoInsts.cpp | 800 auto MOP = MI.getOperand(RegMaskStartIdx); expandCALL_RVMARKER() local 852 auto MOP = MI.getOperand(RegMaskStartIdx); expandCALL_BTI() local
|
H A D | AArch64InstrInfo.cpp | 8839 for (const MachineOperand &MOP : MI.operands()) { getOutliningTypeImpl() local 8873 for (const MachineOperand &MOP : MI.operands()) { getOutliningTypeImpl() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOPlatform.h | 381 MachOPlatform &MOP; global() variable 402 buildSimpleMachOHeaderMU(MachOPlatform & MOP,HeaderOptions Opts) buildSimpleMachOHeaderMU() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 98 std::unique_ptr<jitlink::LinkGraph> createPlatformGraph(MachOPlatform &MOP, in createPlatformGraph() argument 128 MachOPlatform &MOP, StringRef PlatformJDName, in MachOPlatformCompleteBootstrapMaterializationUnit() argument 194 MachOPlatform &MOP; member in __anon2c142cbb0111::MachOPlatformCompleteBootstrapMaterializationUnit 1679 createHeaderBlock(MachOPlatform & MOP,const MachOPlatform::HeaderOptions & Opts,JITDylib & JD,jitlink::LinkGraph & G,jitlink::Section & HeaderSection) createHeaderBlock() argument 1711 SimpleMachOHeaderMU(MachOPlatform & MOP,SymbolStringPtr HeaderStartSymbol,MachOPlatform::HeaderOptions Opts) SimpleMachOHeaderMU() argument 1757 createHeaderInterface(MachOPlatform & MOP,const SymbolStringPtr & HeaderStartSymbol) createHeaderInterface() argument [all...] |
H A D | COFFPlatform.cpp | 144 createHeaderInterface(COFFPlatform &MOP, in createHeaderInterface()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 2748 matchConstantOp(const MachineOperand & MOP,int64_t C) matchConstantOp() argument 2757 matchConstantFPOp(const MachineOperand & MOP,double C) matchConstantFPOp() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 6322 for (const MachineOperand &MOP : MI.operands()) { getOutliningTypeImpl() local
|