Searched refs:getOperandNo (Results 26 - 50 of 70) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp122 if (Piece.getOperandNo() == OpNo)
494 unsigned ConstraintIdx = Piece.getOperandNo();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp219 !TII->isOperandLegal(*UseMI, UseMI->getOperandNo(&MO), &Src))
801 TII->getOpRegClass(*UseMI, UseMI->getOperandNo(&Use));
H A DSIShrinkInstructions.cpp131 Src.getParent()->getOperandNo(&Src));
137 Src.getParent()->getOperandNo(&Src));
H A DSIInstrInfo.h723 int OpIdx = MI.getOperandNo(&UseMO);
757 return isInlineConstant(*Parent, Parent->getOperandNo(&MO));
H A DGCNHazardRecognizer.cpp1277 int OpNo = MI->getOperandNo(&Op);
H A DSIPeepholeSDWA.cpp1191 unsigned I = MI.getOperandNo(&Op);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp406 if (U->getOperandNo() != InsertValueInst::getAggregateOperandIndex()
444 assert(CB->getArgOperand(ArgNo) == CB->getOperand(U->getOperandNo()) &&
H A DOpenMPOpt.cpp836 if (CallArgOpIsGTId(*Callee, U.getOperandNo(), *CI))
837 GTIdArgs.insert(Callee->getArg(U.getOperandNo()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp607 unsigned OperandNo = U.getOperandNo();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp258 unsigned Idx = U.getOperandNo();
H A DTailRecursionElimination.cpp151 if (U->getOperandNo() == 0)
H A DInductiveRangeCheckElimination.cpp175 OS << " Operand: " << getCheckUse()->getOperandNo() << "\n";
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp723 AsmString += '$' + llvm::utostr(Piece.getOperandNo());
725 AsmString += "${" + llvm::utostr(Piece.getOperandNo()) + ':' +
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp424 DefIdx = MRI.def_begin(Reg).getOperandNo();
2107 DefIdx = DI.getOperandNo();
H A DCodeGenPrepare.cpp2738 OriginalUses.push_back(InstructionAndIdx(UserI, U.getOperandNo()));
4666 MemoryUses.push_back(std::make_pair(LI, U.getOperandNo()));
4671 unsigned opNo = U.getOperandNo();
4679 unsigned opNo = U.getOperandNo();
4687 unsigned opNo = U.getOperandNo();
6702 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI);
6987 if (canCauseUndefinedBehavior(ToBePromoted, U.getOperandNo()))
7075 canCauseUndefinedBehavior(ToBePromoted, U.getOperandNo()));
7079 ToBePromoted->setOperand(U.getOperandNo(), NewVal);
H A DMachineSink.cpp284 unsigned OpNo = UseInst->getOperandNo(&MO);
H A DScheduleDAGInstrs.cpp212 addVRegUseDeps(&ExitSU, ExitMI->getOperandNo(&MO));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h230 if (U.getOperandNo() != 0) // Only if the value is used as select cond.
234 assert(U.getOperandNo() == 0 && "Must be branching on that value.");
H A DInstCombineLoadStoreAlloca.cpp118 if (U.getOperandNo() == 1) {
131 if (U.getOperandNo() != 0) return false;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h620 unsigned getOperandNo(const_mop_iterator I) const {
H A DMachineRegisterInfo.h1049 /// getOperandNo - Return the operand # of this MachineOperand in its
1051 unsigned getOperandNo() const { function in class:llvm::MachineRegisterInfo::defusechain_iterator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp182 unsigned OpNo = U->getOperandNo();
H A DAsmWriter.cpp227 return LU->getOperandNo() < RU->getOperandNo();
228 return LU->getOperandNo() > RU->getOperandNo();
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h429 unsigned getOperandNo(unsigned i) const;
H A DDAGISelMatcherEmitter.cpp416 OS << cast<CheckPredicateMatcher>(N)->getOperandNo(i) << ", ";

Completed in 251 milliseconds

123