HomeSort by relevance Sort by last modified time
    Searched refs:getOperandNo (Results 1 - 22 of 22) sorted by null

  /external/llvm/lib/Target/Blackfin/
BlackfinISelDAGToDAG.cpp 160 if (UseMCID.getNumDefs()+UI.getOperandNo() >= UseMCID.getNumOperands())
163 TII.getRegClass(UseMCID, UseMCID.getNumDefs()+UI.getOperandNo(), TRI);
174 UpdateNodeOperand(DAG, *UI, UI.getOperandNo(), SDValue(Copy, 0));
  /external/llvm/include/llvm/
Use.h 211 /// getOperandNo - Return the operand # of this use in its User. Defined in
214 unsigned getOperandNo() const;
User.h 167 // value_use_iterator::getOperandNo - Requires the definition of the User class.
169 unsigned value_use_iterator<UserTy>::getOperandNo() const {
  /external/llvm/include/llvm/Support/
CFG.h 69 /// getOperandNo - Return the operand number in the predecessor's
71 unsigned getOperandNo() const {
72 return It.getOperandNo();
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 85 unsigned Num = PHINode::getIncomingValueNumForOperand(I.getOperandNo());
ScalarReplAggregates.cpp     [all...]
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
ObjCARC.cpp     [all...]
GVN.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineSink.cpp 180 UseInst->getOperand(I.getOperandNo()+1).getMBB() == DefMBB)) {
197 UseBlock = UseInst->getOperand(I.getOperandNo()+1).getMBB();
MachineRegisterInfo.cpp 83 I->getRegClassConstraint(I.getOperandNo(), TII, TRI);
VirtRegRewriter.cpp 126 reglist.push_back(std::make_pair(&*I, I.getOperandNo()));
    [all...]
  /external/llvm/lib/Transforms/Utils/
AddrModeMatcher.cpp 423 MemoryUses.push_back(std::make_pair(LI, UI.getOperandNo()));
428 unsigned opNo = UI.getOperandNo();
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 420 /// getOperandNo - Return the operand # of this MachineOperand in its
422 unsigned getOperandNo() const {
SelectionDAGNodes.h 466 /// getOperandNo - Retrieve the operand # of this use in its user.
468 unsigned getOperandNo() const {
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 388 if (U.getOperandNo() != InsertValueInst::getAggregateOperandIndex()
424 == CS->getOperand(U.getOperandNo())
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 810 return FastIS->TryToFoldLoad(User, RI.getOperandNo(), LI);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1108 milliseconds