Searched defs:MOI (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIMemoryLegalizer.cpp | 1135 bool SIMemoryLegalizer::expandLoad(const SIMemOpInfo &MOI, in expandLoad() 1180 bool SIMemoryLegalizer::expandStore(const SIMemOpInfo &MOI, in expandStore() 1207 bool SIMemoryLegalizer::expandAtomicFence(const SIMemOpInfo &MOI, in expandAtomicFence() 1245 bool SIMemoryLegalizer::expandAtomicCmpxchgOrRmw(const SIMemOpInfo &MOI, in expandAtomicCmpxchgOrRmw() 1295 if (const auto &MOI = MOA.getLoadInfo(MI)) in runOnMachineFunction() local 1297 else if (const auto &MOI = MOA.getStoreInfo(MI)) in runOnMachineFunction() local 1299 else if (const auto &MOI = MOA.getAtomicFenceInfo(MI)) in runOnMachineFunction() local 1301 else if (const auto &MOI = MOA.getAtomicCmpxchgOrRmwInfo(MI)) in runOnMachineFunction() local
|
D | R600EmitClauseMarkers.cpp | 201 MOI = Def->operands_begin(), in canClauseLocalKillFitInClause() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 102 StackMaps::parseOperand(MachineInstr::const_mop_iterator MOI, in parseOperand() 299 MachineInstr::const_mop_iterator MOI, in recordStackMapOpers() 377 auto MOI = std::next(MI.operands_begin(), opers.getStackMapStartIdx()); in recordPatchPoint() local
|
D | LiveRangeEdit.cpp | 307 for (MachineInstr::mop_iterator MOI = MI->operands_begin(), in eliminateDeadDef() local
|
D | VirtRegMap.cpp | 507 for (MachineInstr::mop_iterator MOI = MI->operands_begin(), in rewrite() local
|
D | MachineVerifier.cpp | 2436 for (ConstMIBundleOperands MOI(*MI); MOI.isValid(); ++MOI) { in verifyLiveRangeValue() local 2576 for (ConstMIBundleOperands MOI(*MI); MOI.isValid(); ++MOI) { in verifyLiveRangeSegment() local
|
D | LiveInterval.cpp | 904 for (ConstMIBundleOperands MOI(*MI); MOI.isValid(); ++MOI) { in stripValuesNotDefiningMask() local
|
D | MachineTraceMetrics.cpp | 900 for (MachineInstr::const_mop_iterator MOI = MI.operands_begin(), in updatePhysDepsUpwards() local
|
D | LiveIntervals.cpp | 1611 for (MachineInstr::const_mop_iterator MOI = MI.operands_begin(), in repairIntervalsInRange() local
|
D | ModuloSchedule.cpp | 725 for (MachineInstr::mop_iterator MOI = MI->operands_begin(), in removeDeadInstructions() local
|
D | MachinePipeliner.cpp | 767 for (MachineInstr::mop_iterator MOI = MI->operands_begin(), in updatePhiDependences() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRInstPrinter.cpp | 104 const MCOperandInfo &MOI = this->MII.get(MI->getOpcode()).OpInfo[OpNo]; in printOperand() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 724 MachineInstr::mop_iterator MOI = MI->operands_begin(); in predicateInstr() local
|