| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBundle.h | 111 OpI = InstrI->operands_begin(); in advance() 125 OpI = InstrI->operands_begin(); in MIBundleOperandIteratorBase() 161 return OpI - InstrI->operands_begin(); in getOperandNo()
|
| H A D | MachineInstr.h | 685 mop_iterator operands_begin() { return Operands; } 688 const_mop_iterator operands_begin() const { return Operands; } 772 return I - operands_begin();
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackMaps.cpp | 446 assert(MOI - MI.operands_begin() == GCPtrIdx + 0LL); in parseStatepointOpers() 457 auto MOB = MI.operands_begin(); in parseStatepointOpers() 497 parseOperand(MI.operands_begin(), std::next(MI.operands_begin()), Locations, in recordStackMapOpers() 534 recordStackMapOpers(L, MI, ID, std::next(MI.operands_begin(), in recordStackMap() 544 auto MOI = std::next(MI.operands_begin(), opers.getStackMapStartIdx()); in recordPatchPoint() 565 recordStackMapOpers(L, MI, opers.getID(), MI.operands_begin() + StartIdx, in recordStatepoint()
|
| H A D | CodeGenCommonISel.cpp | 90 MachineInstr::const_mop_iterator OPI = MI.operands_begin(); in MIIsInTerminatorSequence()
|
| H A D | ModuloSchedule.cpp | 2091 for (auto OOpI = OI->operands_begin(), NOpI = NI->operands_begin(); in validateAgainstModuloScheduleExpander()
|
| H A D | TargetInstrInfo.cpp | 657 MI->insert(MI->operands_begin() + OpNo, NewOps); in foldInlineAsmMemOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXForwardParams.cpp | 75 for (auto &U2 : MRI.use_instructions(U.operands_begin()->getReg())) in traverseMoveUse() 92 for (auto &U : MRI.use_instructions(Mov.operands_begin()->getReg())) in eliminateMove()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600EmitClauseMarkers.cpp | 54 for (MachineInstr::mop_iterator It = MI.operands_begin(), in OccupiedDwords()
|
| H A D | R600OptimizeVectorRegisters.cpp | 268 for (MachineInstr::mop_iterator MOp = RSI.Instr->operands_begin(), in tryMergeUsingCommonSlot()
|
| H A D | R600MachineScheduler.cpp | 154 for (MachineInstr::mop_iterator It = SU->getInstr()->operands_begin(), in schedNode()
|
| H A D | R600ControlFlowFinalizer.cpp | 267 for (MachineInstr::const_mop_iterator I = MI.operands_begin(), in isCompatibleWithClause()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTfrCleanup.cpp | 153 for (MachineInstr::mop_iterator Mo = MI->operands_begin(), in updateImmMap()
|
| H A D | HexagonEarlyIfConv.cpp | 715 MachineInstr::mop_iterator MOI = MI->operands_begin(); in predicateInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiMemAluCombiner.cpp | 184 for (MachineInstr::const_mop_iterator Mop = Instr->operands_begin(); in InstrUsesReg()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVVectorPeephole.cpp | 802 True.insert(True.operands_begin() + Info->MaskOpIdx + in foldVMergeToMask() 809 True.insert(True.operands_begin() + RISCVII::getVLOpNum(True.getDesc()), in foldVMergeToMask()
|
| H A D | RISCVInstrInfo.cpp | 4296 MI.insert(MI.operands_begin() + 1, {MO0}); in simplifyInstruction() 4304 MI.insert(MI.operands_begin() + 1, {MO0}); in simplifyInstruction() 4313 MI.insert(MI.operands_begin() + 1, {MO0}); in simplifyInstruction()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.h | 1833 OperandVec::iterator operands_begin() { return Operands.begin(); } in operands_begin() function 1836 return make_range(operands_begin(), operands_end()); in operands() 1838 OperandVec::const_iterator operands_begin() const { return Operands.begin(); } in operands_begin() function 1841 return make_range(operands_begin(), operands_end()); in operands()
|
| /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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 6052 auto FirstSrcRegIt = I.operands_begin() + NumVecs + 1; in selectVectorLoadLaneIntrinsic() 6104 std::transform(I.operands_begin() + 1, I.operands_begin() + 1 + NumVecs, in selectVectorStoreIntrinsic() 6121 std::transform(I.operands_begin() + 1, I.operands_begin() + 1 + NumVecs, in selectVectorStoreLaneIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVModuleAnalysis.cpp | 2072 MI.insert(MI.operands_begin() + 1, in patchPhis()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 8298 MOs.append(LoadMI.operands_begin() + NumOps - X86::AddrNumOperands, \ in foldMemoryOperandImpl() 8299 LoadMI.operands_begin() + NumOps); \ in foldMemoryOperandImpl() 8324 MOs.append(LoadMI.operands_begin() + NumOps - X86::AddrNumOperands, in foldMemoryOperandImpl() 8325 LoadMI.operands_begin() + NumOps); in foldMemoryOperandImpl()
|
| H A D | X86FastISel.cpp | 4032 for (MachineInstr::mop_iterator I = Result->operands_begin(), in tryToFoldLoadIntoMI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 11358 OI = II->operands_begin(), OE = II->operands_end(); in EmitSjLjDispatchBlock()
|