/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 98 for (unsigned i = MCID.getNumDefs(); i < MCID.getNumOperands(); ++i) in init() 135 for (unsigned i = 0; i < MCID.getNumDefs(); ++i) { in init() 188 for (unsigned i = MCID.getNumDefs(); i < MCID.getNumOperands(); ++i) in init() 530 unsigned Defs = HexagonMCInstrInfo::getDesc(MCII, Inst).getNumDefs(); in checkRegistersReadOnly() 547 for (unsigned j = HexagonMCInstrInfo::getDesc(MCII, I).getNumDefs(), in registerUsed() 567 for (unsigned J = 0, N = Desc.getNumDefs(); J < N; ++J) in registerProducer()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExecutionDomainFix.cpp | 239 e = MI->isVariadic() ? MI->getNumOperands() : MCID.getNumDefs(); in processDefs() 259 for (unsigned i = mi->getDesc().getNumDefs(), in visitHardInstr() 271 for (unsigned i = 0, e = mi->getDesc().getNumDefs(); i != e; ++i) { in visitHardInstr() 290 for (unsigned i = mi->getDesc().getNumDefs(), in visitSoftInstr()
|
H A D | BreakFalseDeps.cpp | 196 for (unsigned i = MCID.getNumDefs(), e = MCID.getNumOperands(); i != e; ++i) { in processDefs() 218 e = MI->isVariadic() ? MI->getNumOperands() : MCID.getNumDefs(); in processDefs()
|
H A D | PeepholeOptimizer.cpp | 932 NumDefs = MI.getDesc().getNumDefs(); in UncoalescableRewriter() 1232 assert(MI.getDesc().getNumDefs() == 1 && in optimizeCoalescableCopy() 1378 if (MCID.getNumDefs() != 1) in isLoadFoldable() 1397 if (MCID.getNumDefs() != 1 || !MI.getOperand(0).isReg()) in isMoveImmediate() 1583 if (MI.getDesc().getNumDefs() != 1) in findTargetRecurrence() 1829 for (unsigned i = MIDesc.getNumDefs(); i != MI->getNumOperands(); in runOnMachineFunction() 1911 if (Def->getDesc().getNumDefs() != 1) in getNextSourceFromBitcast() 2127 (DefIdx < Def->getDesc().getNumDefs() || in getNextSourceImpl()
|
H A D | DetectDeadLanes.cpp | 197 if (MI.getDesc().getNumDefs() != 1) in transferDefinedLanesStep() 345 assert(UseMI.getDesc().getNumDefs() == 1); in determineInitialUsedLanes()
|
H A D | ImplicitNullChecks.cpp | 369 if (MI.getDesc().getNumDefs() > 1) in isSuitableMemoryOp() 713 unsigned NumDefs = MI->getDesc().getNumDefs(); in insertFaultingInstr()
|
H A D | InitUndef.cpp | 224 if (MI.getNumDefs() != 0 && MI.isRegTiedToUseOperand(0, &UseOpIdx)) { in processBasicBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPostLegalizer.cpp | 99 for (unsigned i = 0; i < I.getNumDefs(); ++i) { in processNewInstrs() 111 } else if (mayBeInserted(Opcode) && I.getNumDefs() == 1 && in processNewInstrs()
|
H A D | SPIRVDuplicatesTracker.cpp | 54 for (auto i = MI->getNumDefs(); i < MI->getNumOperands(); i++) { in buildDepsGraph()
|
H A D | SPIRVInstrInfo.cpp | 62 if (MI.getNumDefs() >= 1 && MI.getOperand(0).isReg()) { in isTypeDeclInstr()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 2055 Op0 = constrainOperandRegClass(II, Op0, II.getNumDefs()); in fastEmitInst_r() 2057 if (II.getNumDefs() >= 1) in fastEmitInst_r() 2077 Op0 = constrainOperandRegClass(II, Op0, II.getNumDefs()); in fastEmitInst_rr() 2078 Op1 = constrainOperandRegClass(II, Op1, II.getNumDefs() + 1); in fastEmitInst_rr() 2080 if (II.getNumDefs() >= 1) in fastEmitInst_rr() 2101 Op0 = constrainOperandRegClass(II, Op0, II.getNumDefs()); in fastEmitInst_rrr() 2102 Op1 = constrainOperandRegClass(II, Op1, II.getNumDefs() + 1); in fastEmitInst_rrr() 2103 Op2 = constrainOperandRegClass(II, Op2, II.getNumDefs() + 2); in fastEmitInst_rrr() 2105 if (II.getNumDefs() >= 1) in fastEmitInst_rrr() 2128 Op0 = constrainOperandRegClass(II, Op0, II.getNumDefs()); in fastEmitInst_ri() [all …]
|
H A D | ScheduleDAGSDNodes.cpp | 132 if (ResNo >= II.getNumDefs() && II.hasImplicitDefOfPhysReg(Reg)) in CheckForPhysRegDependency() 473 if (NumUsed > TII->get(N->getMachineOpcode()).getNumDefs()) in AddSchedEdges() 575 unsigned NRegDefs = SchedDAG->TII->get(Node->getMachineOpcode()).getNumDefs(); in InitNodeNumDefs() 662 OpIdx += TII->get(Use->getMachineOpcode()).getNumDefs(); in computeOperandLatency()
|
H A D | ScheduleDAGRRList.cpp | 1283 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT() 1428 for (unsigned i = 0; i < MCID.getNumDefs(); ++i) in DelayForLiveRegsBottomUp() 2124 unsigned NumDefs = TII->get(N->getMachineOpcode()).getNumDefs(); in MayReduceRegPressure() 2170 unsigned NumDefs = TII->get(N->getMachineOpcode()).getNumDefs(); in RegPressureDiff() 2308 unsigned NumDefs = TII->get(PN->getMachineOpcode()).getNumDefs(); in unscheduledNode() 2325 unsigned NumDefs = TII->get(N->getMachineOpcode()).getNumDefs(); in unscheduledNode() 2839 unsigned NumRes = MCID.getNumDefs(); in canClobber() 2896 unsigned NumDefs = TII->get(N->getMachineOpcode()).getNumDefs(); in canClobberPhysRegDefs() 3079 unsigned NumRes = MCID.getNumDefs(); in AddPseudoTwoAddrDeps()
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 242 unsigned NumExplicitDefs = MCDesc.getNumDefs(); in verifyOperands() 317 unsigned NumExplicitDefs = MCDesc.getNumDefs(); in populateWrites() 446 unsigned NumExplicitUses = MCDesc.getNumOperands() - MCDesc.getNumDefs(); in populateReads() 455 for (unsigned I = 0, OpIndex = MCDesc.getNumDefs(); I < NumExplicitUses; in populateReads()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVMCCodeEmitter.cpp | 66 if (MCDesc.getNumDefs() == 1 && MCDesc.getNumOperands() >= 2) { in hasType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchDeadRegisterDefinitions.cpp | 77 for (int I = 0, E = Desc.getNumDefs(); I != E; ++I) { in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVDeadRegisterDefinitions.cpp | 82 for (int I = 0, E = Desc.getNumDefs(); I != E; ++I) { in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyInstPrinter.cpp | 300 else if (OpNo >= Desc.getNumDefs() && !IsVariadicDef) in printOperand() 307 if (OpNo < MII.get(MI->getOpcode()).getNumDefs() || IsVariadicDef) in printOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.h | 233 return Desc.getNumDefs() < Desc.getNumOperands() && in isFirstDefTiedToFirstUse() 234 Desc.getOperandConstraint(Desc.getNumDefs(), MCOI::TIED_TO) == 0; in isFirstDefTiedToFirstUse()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmTypeCheck.cpp | 413 for (unsigned I = II.getNumOperands(); I > II.getNumDefs(); I--) { in typeCheck() 422 for (unsigned I = 0; I < II.getNumDefs(); I++) { in typeCheck()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Localizer.cpp | 91 assert(MI.getDesc().getNumDefs() == 1 && in localizeInterBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64DeadRegisterDefinitionsPass.cpp | 147 for (int I = 0, E = Desc.getNumDefs(); I != E; ++I) { in processMachineBasicBlock()
|
H A D | AArch64FastISel.cpp | 1146 constrainOperandRegClass(II, Addr.getReg(), II.getNumDefs()+Idx)); in addLoadStoreOperands() 1148 constrainOperandRegClass(II, Addr.getOffsetReg(), II.getNumDefs()+Idx+1)); in addLoadStoreOperands() 1328 LHSReg = constrainOperandRegClass(II, LHSReg, II.getNumDefs()); in emitAddSub_rr() 1329 RHSReg = constrainOperandRegClass(II, RHSReg, II.getNumDefs() + 1); in emitAddSub_rr() 1373 LHSReg = constrainOperandRegClass(II, LHSReg, II.getNumDefs()); in emitAddSub_ri() 1414 LHSReg = constrainOperandRegClass(II, LHSReg, II.getNumDefs()); in emitAddSub_rs() 1415 RHSReg = constrainOperandRegClass(II, RHSReg, II.getNumDefs() + 1); in emitAddSub_rs() 1458 LHSReg = constrainOperandRegClass(II, LHSReg, II.getNumDefs()); in emitAddSub_rx() 1459 RHSReg = constrainOperandRegClass(II, RHSReg, II.getNumDefs() + 1); in emitAddSub_rx() 2137 SrcReg = constrainOperandRegClass(II, SrcReg, II.getNumDefs()); in emitStore() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 248 unsigned getNumDefs() const { return NumDefs; } in getNumDefs() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | StackMaps.h | 174 NumDefs = MI->getNumDefs(); in StatepointOpers()
|