Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLiveRegUnits.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
HDLivePhysRegs.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
HDMachineCSE.cpp312 for (const auto &MOP : llvm::enumerate(MI->operands())) { in hasLivePhysRegDefUses() local
HDTargetInstrInfo.cpp1868 for (const MachineOperand &MOP : MI.operands()) { in getOutliningType() local
HDMachineVerifier.cpp2899 for (const MachineOperand &MOP : MI->uses()) { in checkLiveness() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64LoadStoreOptimizer.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 …]
HDAArch64ExpandPseudoInsts.cpp807 const MachineOperand &MOP = MBBI->getOperand(RegMaskStartIdx); in createCallWithOps() local
HDAArch64InstrInfo.cpp8918 for (const MachineOperand &MOP : MI.operands()) { in getOutliningTypeImpl() local
8952 for (const MachineOperand &MOP : MI.operands()) { in getOutliningTypeImpl() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDMachOPlatform.cpp98 std::unique_ptr<jitlink::LinkGraph> createPlatformGraph(MachOPlatform &MOP, in createPlatformGraph()
128 MachOPlatform &MOP, StringRef PlatformJDName, in MachOPlatformCompleteBootstrapMaterializationUnit()
194 MachOPlatform &MOP; member in __anon9d5c15220111::MachOPlatformCompleteBootstrapMaterializationUnit
1725 jitlink::Block &createHeaderBlock(MachOPlatform &MOP, in createHeaderBlock()
1760 SimpleMachOHeaderMU::SimpleMachOHeaderMU(MachOPlatform &MOP, in SimpleMachOHeaderMU()
1806 MachOPlatform &MOP, const SymbolStringPtr &HeaderStartSymbol) { in createHeaderInterface()
HDCOFFPlatform.cpp144 createHeaderInterface(COFFPlatform &MOP, in createHeaderInterface()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDMachOPlatform.h395 MachOPlatform &MOP; variable
416 MachOPlatform::buildSimpleMachOHeaderMU(MachOPlatform &MOP, in buildSimpleMachOHeaderMU()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVPreLegalizer.cpp448 for (const auto &MOP : MI.operands()) in generateAssignInstrs() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp2876 bool CombinerHelper::matchConstantOp(const MachineOperand &MOP, int64_t C) { in matchConstantOp()
2885 bool CombinerHelper::matchConstantFPOp(const MachineOperand &MOP, double C) { in matchConstantFPOp()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.cpp6324 for (const MachineOperand &MOP : MI.operands()) { in getOutliningTypeImpl() local