/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CaptureTracking.cpp | 339 if (U.getOperandNo() == 0 || cast<StoreInst>(I)->isVolatile()) in DetermineUseCaptureKind() 349 if (U.getOperandNo() == 1 || ARMWI->isVolatile()) in DetermineUseCaptureKind() 360 if (U.getOperandNo() == 1 || U.getOperandNo() == 2 || ACXI->isVolatile()) in DetermineUseCaptureKind() 377 unsigned Idx = U.getOperandNo(); in DetermineUseCaptureKind()
|
H A D | DemandedBits.cpp | 373 determineLiveOperandBits(UserI, OI, OI.getOperandNo(), AOut, AB, in performAnalysis() 432 determineLiveOperandBits(UserI, *U, U->getOperandNo(), AOut, AB, Known, in getDemandedBits()
|
H A D | AssumeBundleQueries.cpp | 140 return &Intr->getBundleOpInfoForOperand(U->getOperandNo());
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | DetectDeadLanes.cpp | 83 if (MO.getOperandNo() == 2) in isCrossCopy() 87 unsigned OpNum = MO.getOperandNo(); in isCrossCopy() 148 unsigned OpNum = MO.getOperandNo(); in transferUsedLanes() 211 unsigned OpNum = Use.getOperandNo(); in transferDefinedLanesStep() 320 unsigned OpNum = MO.getOperandNo(); in determineInitialDefinedLanes()
|
H A D | CalcSpillWeights.cpp | 138 return StatepointOpers(MI).getVarIdx() <= MO.getOperandNo(); in isLiveAtStatepointVarArg() 154 if (MI->isInlineAsm() && MI->mayFoldInlineAsmRegOp(MI->getOperandNo(&MO))) in canMemFoldInlineAsm()
|
H A D | MachineTraceMetrics.cpp | 660 DefOp = DefI.getOperandNo(); in DataDep() 689 Deps.push_back(DataDep(MRI, Reg, MO.getOperandNo())); in getDataDeps() 732 LiveDefOps.push_back(MO.getOperandNo()); in updatePhysDepsDownwards() 742 Deps.push_back(DataDep(I->MI, I->Op, MO.getOperandNo())); in updatePhysDepsDownwards() 919 ReadOps.push_back(MO.getOperandNo()); in updatePhysDepsUpwards() 932 DepHeight += SchedModel.computeOperandLatency(&MI, MO.getOperandNo(), in updatePhysDepsUpwards()
|
H A D | MachineInstrBundle.cpp | 288 Ops->push_back(std::make_pair(MO.getParent(), O.getOperandNo())); in AnalyzeVirtRegInBundle() 301 MO.getParent()->isRegTiedToDefOperand(O.getOperandNo())) in AnalyzeVirtRegInBundle()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Localizer.cpp | 58 InsertMBB = MIUse.getOperand(MOUse.getOperandNo() + 1).getMBB(); in isLocalUse() 103 << " #Opd: " << MOUse.getOperandNo() << '\n'); in localizeInterBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Use.cpp | 31 unsigned Use::getOperandNo() const { in getOperandNo() function in llvm::Use
|
H A D | SafepointIRVerifier.cpp | 78 return PU.getUser()->getOperandUse(PU.getOperandNo()); in getEdge() 118 const Use &U = PU.getUser()->getOperandUse(PU.getOperandNo()); in hasLiveIncomingEdges()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | Use.h | 49 unsigned getOperandNo() const;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.cpp | 237 return LU->getOperandNo() > RU->getOperandNo(); in predictValueUseListOrderImpl() 259 return LU->getOperandNo() < RU->getOperandNo(); in predictValueUseListOrderImpl() 260 return LU->getOperandNo() > RU->getOperandNo(); in predictValueUseListOrderImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 195 unsigned OpNo = U.getOperandNo(); in getShape() 206 OpNo = U.getOperandNo(); in getShape() 248 unsigned OpNo = U.getOperandNo(); in combineLoadBitcast() 323 unsigned OpNo = U.getOperandNo(); in transformBitcast() 959 unsigned OpNo = U.getOperandNo(); in combineLoadCast() 1167 unsigned OpNo = U.getOperandNo(); in transformAMXCast()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Use.h | 85 unsigned getOperandNo() const;
|
H A D | CFG.h | 93 unsigned getOperandNo() const { in getOperandNo() function 94 return It.getOperandNo(); in getOperandNo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | AssumeBundleQueries.h | 131 U->getOperandNo());
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 499 DefOpIdx = Op.getOperandNo(); in adjustSchedDependency() 511 UseOpIdx = Op.getOperandNo(); in adjustSchedDependency()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ProvenanceAnalysis.cpp | 91 if (U.getOperandNo() == 0) in IsStoredObjCPointer()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExplicitLocals.cpp | 392 MI.untieRegOperand(MO.getOperandNo()); in runOnMachineFunction() 409 MI.untieRegOperand(MO.getOperandNo()); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 216 int OpNo = MI->getOperandNo(&Old); in canUseImmWithOpSel() 237 int OpNo = MI->getOperandNo(&Old); in tryFoldImmWithOpSel() 369 int OpNo = MI->getOperandNo(&Old); in updateOperand() 786 RSUseMI->getOperandNo(RSUse), FoldList)) in foldOperand() 792 foldOperand(OpToFold, RSUseMI, RSUseMI->getOperandNo(RSUse), FoldList, in foldOperand() 872 UseMI->removeOperand(UseMI->getOperandNo(Tmp)); in foldOperand() 1404 foldOperand(OpToFold, UseMI, UseMI->getOperandNo(U), FoldList, in foldInstOperand() 1995 InsertMBB = PHI.getOperand(MO.getOperandNo() + 1).getMBB(); in tryFoldPhiAGPR()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundle.h | 158 unsigned getOperandNo() const { in getOperandNo() function
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | RandomIRBuilder.cpp | 244 unsigned int OperandNo = Operand.getOperandNo(); in isCompatibleReplacement() 308 unsigned OpNo = Sink->getOperandNo(); in connectToSink()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 257 if (U.getOperandNo() != 0) // Only if the value is used as select cond. in canFreelyInvertAllUsersOf() 263 assert(U.getOperandNo() == 0 && "Must be branching on that value."); in canFreelyInvertAllUsersOf()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 216 return LU->getOperandNo() < RU->getOperandNo(); in predictValueUseListOrderImpl() 217 return LU->getOperandNo() > RU->getOperandNo(); in predictValueUseListOrderImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Sink.cpp | 136 unsigned Num = PHINode::getIncomingValueNumForOperand(U.getOperandNo()); in SinkInstruction()
|