Searched refs:getOperandNo (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp71 if (Piece.getOperandNo() == OpNo)
228 if (Idx == Piece.getOperandNo())
233 if (Idx == Piece.getOperandNo())
241 if (Idx == Piece.getOperandNo())
246 if (Idx == Piece.getOperandNo())
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h144 /// getOperandNo - Returns the number of the current operand relative to its
147 unsigned getOperandNo() const { function in class:llvm::MachineOperandIteratorBase
H A DMachineRegisterInfo.h639 /// getOperandNo - Return the operand # of this MachineOperand in its
641 unsigned getOperandNo() const { function in class:llvm::MachineRegisterInfo::defusechain_iterator
H A DSelectionDAGNodes.h485 /// getOperandNo - Retrieve the operand # of this use in its user.
487 unsigned getOperandNo() const { function in class:llvm::SDNode::use_iterator
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DUse.h212 /// getOperandNo - Return the operand # of this use in its User. Defined in
215 unsigned getOperandNo() const;
H A DUser.h197 // value_use_iterator::getOperandNo - Requires the definition of the User class.
199 unsigned value_use_iterator<UserTy>::getOperandNo() const { function in class:llvm::value_use_iterator
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp86 if (UI.getOperandNo() == 0)
H A DObjCARCContract.cpp452 unsigned OperandNo = UI.getOperandNo();
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DCFG.h71 /// getOperandNo - Return the operand number in the predecessor's
73 unsigned getOperandNo() const { function in class:llvm::PredIterator
74 return It.getOperandNo();
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp86 Idx = Indexes->getMBBEndIdx(MI->getOperand(I.getOperandNo()+1).getMBB());
95 } else if (MI->isRegTiedToDefOperand(I.getOperandNo(), &DefIdx)) {
H A DMachineInstrBundle.cpp262 Ops->push_back(std::make_pair(MO.getParent(), getOperandNo()));
274 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo()))
H A DMachineTraceMetrics.cpp631 DefOp = DefI.getOperandNo();
655 Deps.push_back(DataDep(MRI, Reg, MO.getOperandNo()));
717 LiveDefOps.push_back(MO.getOperandNo());
727 Deps.push_back(DataDep(I->MI, I->Op, MO.getOperandNo()));
890 ReadOps.push_back(MO.getOperandNo());
904 .computeOperandLatency(MI, MO.getOperandNo(), I->MI, I->Op);
H A DMachineSink.cpp190 UseInst->getOperand(I.getOperandNo()+1).getMBB() == DefMBB)) {
207 UseBlock = UseInst->getOperand(I.getOperandNo()+1).getMBB();
H A DMachineRegisterInfo.cpp83 I->getRegClassConstraint(I.getOperandNo(), TII,
H A DRegisterCoalescer.cpp634 if (UseMI->isRegTiedToDefOperand(UI.getOperandNo()))
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DSink.cpp88 unsigned Num = PHINode::getIncomingValueNumForOperand(I.getOperandNo());
H A DCodeGenPrepare.cpp1288 MemoryUses.push_back(std::make_pair(LI, UI.getOperandNo()));
1293 unsigned opNo = UI.getOperandNo();
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DIVUsers.cpp161 unsigned OperandNo = UI.getOperandNo();
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp457 if (U.getOperandNo() != InsertValueInst::getAggregateOperandIndex()
493 == CS->getOperand(U.getOperandNo())
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp116 if (UI.getOperandNo() == 1) {
129 if (UI.getOperandNo() != 0) return false;
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp220 const TargetRegisterClass *RC = getOperandRegClass(*U, U.getOperandNo());
H A DSIInstrInfo.cpp624 if (!canReadVGPR(UseMI, I.getOperandNo())) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp594 AsmString += '$' + llvm::utostr(Pieces[i].getOperandNo());
596 AsmString += "${" + llvm::utostr(Pieces[i].getOperandNo()) + ':' +
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp108 unsigned OpNo = U.getOperandNo();
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1571 return tryToFoldLoadIntoMI(User, RI.getOperandNo(), LI);

Completed in 138 milliseconds

12