/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())) { hasLivePhysRegDefUses() local
|
H A D | TargetInstrInfo.cpp | 1868 for (const MachineOperand &MOP : MI.operands()) { getOutliningType() local
|
H A D | MachineVerifier.cpp | 2838 for (const MachineOperand &MOP : MI->uses()) { checkLiveness() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 833 __anon802da34a0202(MachineOperand &MOP) forAllMIsUntilDef() argument 848 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) updateDefinedRegisters() local 852 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) updateDefinedRegisters() local 901 MachineOperand &MOP = MI.getOperand(OpIdx); mergePairedInsns() local 927 MachineOperand &MOP = MI.getOperand(OpIdx); mergePairedInsns() local 969 __anon802da34a0502(const MachineOperand &MOP) mergePairedInsns() argument 1127 for (const MachineOperand &MOP : phys_regs_and_masks(*I)) mergePairedInsns() local 1422 canRenameMOP(const MachineOperand & MOP,const TargetRegisterInfo * TRI) canRenameMOP() argument 1468 __anon802da34a0602(const MachineOperand &MOP) canRenameUpToDef() argument 1513 for (auto &MOP : MI.operands()) { canRenameUpToDef() local 1525 for (auto &MOP : MI.operands()) { canRenameUpToDef() local 1580 for (auto &MOP : MI.operands()) { canRenameUntilSecondLoad() local [all...] |
H A D | AArch64ExpandPseudoInsts.cpp | 807 const MachineOperand &MOP = MBBI->getOperand(RegMaskStartIdx); createCallWithOps() local
|
H A D | AArch64InstrInfo.cpp | 8910 for (const MachineOperand &MOP : MI.operands()) { getOutliningTypeImpl() local 8944 for (const MachineOperand &MOP : MI.operands()) { getOutliningTypeImpl() local
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOPlatform.h | 395 MachOPlatform &MOP; global() variable 416 buildSimpleMachOHeaderMU(MachOPlatform & MOP,HeaderOptions Opts) buildSimpleMachOHeaderMU() argument
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 98 createPlatformGraph(MachOPlatform & MOP,std::string Name) createPlatformGraph() argument 128 MachOPlatformCompleteBootstrapMaterializationUnit(MachOPlatform & MOP,StringRef PlatformJDName,SymbolStringPtr CompleteBootstrapSymbol,SymbolTableVector SymTab,shared::AllocActions DeferredAAs,ExecutorAddr MachOHeaderAddr,ExecutorAddr PlatformBootstrap,ExecutorAddr PlatformShutdown,ExecutorAddr RegisterJITDylib,ExecutorAddr DeregisterJITDylib,ExecutorAddr RegisterObjectSymbolTable,ExecutorAddr DeregisterObjectSymbolTable) MachOPlatformCompleteBootstrapMaterializationUnit() argument 194 MachOPlatform &MOP; global() member in __anon6ce2173c0111::MachOPlatformCompleteBootstrapMaterializationUnit 1725 createHeaderBlock(MachOPlatform & MOP,const MachOPlatform::HeaderOptions & Opts,JITDylib & JD,jitlink::LinkGraph & G,jitlink::Section & HeaderSection) createHeaderBlock() argument 1760 SimpleMachOHeaderMU(MachOPlatform & MOP,SymbolStringPtr HeaderStartSymbol,MachOPlatform::HeaderOptions Opts) SimpleMachOHeaderMU() argument 1806 createHeaderInterface(MachOPlatform & MOP,const SymbolStringPtr & HeaderStartSymbol) createHeaderInterface() argument [all...] |
H A D | COFFPlatform.cpp | 144 createHeaderInterface(COFFPlatform & MOP,const SymbolStringPtr & HeaderStartSymbol) createHeaderInterface() argument
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPreLegalizer.cpp | 431 for (const auto &MOP : MI.operands()) generateAssignInstrs() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 2876 matchConstantOp(const MachineOperand & MOP,int64_t C) matchConstantOp() argument 2885 matchConstantFPOp(const MachineOperand & MOP,double C) matchConstantFPOp() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 6324 for (const MachineOperand &MOP : MI.operands()) { getOutliningTypeImpl() local
|