Searched refs:operands_end (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBundle.h | 112 OpE = InstrI->operands_end(); in advance() 126 OpE = InstrI->operands_end(); in MIBundleOperandIteratorBase() 180 const_cast<MachineBasicBlock &>(MBB).instr_begin()->operands_end()}; in end() 202 const_cast<MachineBasicBlock &>(MBB).instr_begin()->operands_end()}; in end()
|
| H A D | MachineInstr.h | 686 mop_iterator operands_end() { return Operands + NumOperands; } 689 const_mop_iterator operands_end() const { return Operands + NumOperands; }
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackMaps.cpp | 536 MI.operands_end()); in recordStackMap() 545 recordStackMapOpers(L, MI, ID, MOI, MI.operands_end(), in recordPatchPoint() 566 MI.operands_end(), false); in recordStatepoint()
|
| H A D | CodeGenCommonISel.cpp | 101 assert(OPI2 != MI.operands_end() in MIIsInTerminatorSequence()
|
| H A D | RDFGraph.cpp | 233 if (T != MI.operands_end()) { in operator <<()
|
| H A D | ModuloSchedule.cpp | 2092 OOpI != OI->operands_end(); ++OOpI, ++NOpI) in validateAgainstModuloScheduleExpander()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600EmitClauseMarkers.cpp | 55 E = MI.operands_end(); in OccupiedDwords()
|
| H A D | R600OptimizeVectorRegisters.cpp | 269 MOE = RSI.Instr->operands_end(); MOp != MOE; ++MOp) { in tryMergeUsingCommonSlot()
|
| H A D | R600MachineScheduler.cpp | 155 E = SU->getInstr()->operands_end(); It != E; ++It) { in schedNode()
|
| H A D | R600ControlFlowFinalizer.cpp | 268 E = MI.operands_end(); in isCompatibleWithClause()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiMemAluCombiner.cpp | 185 Mop != Instr->operands_end(); ++Mop) { in InstrUsesReg()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTfrCleanup.cpp | 154 E = MI->operands_end(); in updateImmMap()
|
| H A D | HexagonEarlyIfConv.cpp | 721 for (const MachineOperand &MO : make_range(MOI, MI->operands_end())) in predicateInstr()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.h | 1834 OperandVec::iterator operands_end() { return Operands.end(); } in operands_end() function 1836 return make_range(operands_begin(), operands_end()); in operands() 1839 OperandVec::const_iterator operands_end() const { return Operands.end(); } in operands_end() function 1841 return make_range(operands_begin(), operands_end()); in operands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86PreTileConfig.cpp | 111 if (Iter == MI.operands_end()) in isDestructiveCall()
|
| H A D | X86FastISel.cpp | 4033 E = Result->operands_end(); I != E; ++I, ++OperandNo) { in tryToFoldLoadIntoMI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.cpp | 1189 make_range(Use.operands_begin() + 1, Use.operands_end()), in getRegAllocationHints() 1227 if (AssignedRegOp == Use.operands_end()) { in getRegAllocationHints()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 11358 OI = II->operands_begin(), OE = II->operands_end(); in EmitSjLjDispatchBlock()
|