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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineInstrBundle.h126 /// getOperandNo - Returns the number of the current operand relative to its
129 unsigned getOperandNo() const { function in class:llvm::MachineOperandIteratorBase
H A DMachineRegisterInfo.h586 /// getOperandNo - Return the operand # of this MachineOperand in its
588 unsigned getOperandNo() const { function in class:llvm::MachineRegisterInfo::defusechain_iterator
H A DSelectionDAGNodes.h471 /// getOperandNo - Retrieve the operand # of this use in its user.
473 unsigned getOperandNo() const { function in class:llvm::SDNode::use_iterator
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DUse.h212 /// getOperandNo - Return the operand # of this use in its User. Defined in
215 unsigned getOperandNo() const;
H A DUser.h169 // value_use_iterator::getOperandNo - Requires the definition of the User class.
171 unsigned value_use_iterator<UserTy>::getOperandNo() const {
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCFG.h69 /// getOperandNo - Return the operand number in the predecessor's
71 unsigned getOperandNo() const { function in class:llvm::PredIterator
72 return It.getOperandNo();
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DLiveRangeCalc.cpp85 Idx = Indexes->getMBBEndIdx(MI->getOperand(I.getOperandNo()+1).getMBB());
94 } 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.cpp538 DefOp = DefI.getOperandNo();
562 Deps.push_back(DataDep(MRI, Reg, MO.getOperandNo()));
624 LiveDefOps.push_back(MO.getOperandNo());
634 Deps.push_back(DataDep(I->MI, I->Op, MO.getOperandNo()));
785 ReadOps.push_back(MO.getOperandNo());
799 .computeOperandLatency(MI, MO.getOperandNo(), I->MI, I->Op,
H A DMachineSink.cpp191 UseInst->getOperand(I.getOperandNo()+1).getMBB() == DefMBB)) {
208 UseBlock = UseInst->getOperand(I.getOperandNo()+1).getMBB();
H A DMachineRegisterInfo.cpp79 I->getRegClassConstraint(I.getOperandNo(), TII, TRI);
H A DRegisterCoalescer.cpp616 if (UseMI->isRegTiedToDefOperand(UI.getOperandNo()))
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp425 MemoryUses.push_back(std::make_pair(LI, UI.getOperandNo()));
430 unsigned opNo = UI.getOperandNo();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSink.cpp88 unsigned Num = PHINode::getIncomingValueNumForOperand(I.getOperandNo());
H A DIndVarSimplify.cpp1652 PHINode::getIncomingValueNumForOperand(UI.getOperandNo());
H A DObjCARC.cpp1193 if (UI.getOperandNo() == 0)
4153 unsigned OperandNo = UI.getOperandNo();
H A DScalarReplAggregates.cpp1619 UI.getOperandNo() == 0, Info, MI,
H A DLoopStrengthReduce.cpp2974 PHINode::getIncomingValueNumForOperand(UI.getOperandNo()));
2992 unsigned OtherIdx = !UI.getOperandNo();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DIVUsers.cpp161 unsigned OperandNo = UI.getOperandNo();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp388 if (U.getOperandNo() != InsertValueInst::getAggregateOperandIndex()
424 == CS->getOperand(U.getOperandNo())
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp116 if (UI.getOperandNo() == 1) {
129 if (UI.getOperandNo() != 0) return false;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp247 unsigned OpNo = U.getOperandNo();
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp892 return FastIS->TryToFoldLoad(User, RI.getOperandNo(), LI);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp8563 unsigned UOpNo = UI.getOperandNo();
8566 UOpNo = User->use_begin().getOperandNo();

Completed in 508 milliseconds