HomeSort by relevance Sort by last modified time
    Searched full:getoperandno (Results 1 - 23 of 23) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 126 /// getOperandNo - Returns the number of the current operand relative to its
129 unsigned getOperandNo() const {
MachineRegisterInfo.h 522 /// getOperandNo - Return the operand # of this MachineOperand in its
524 unsigned getOperandNo() const {
SelectionDAGNodes.h 466 /// getOperandNo - Retrieve the operand # of this use in its user.
468 unsigned getOperandNo() const {
    [all...]
  /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 169 // value_use_iterator::getOperandNo - Requires the definition of the User class.
171 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/CodeGen/
MachineInstrBundle.cpp 262 Ops->push_back(std::make_pair(MO.getParent(), getOperandNo()));
274 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo()))
MachineRegisterInfo.cpp 79 I->getRegClassConstraint(I.getOperandNo(), TII, TRI);
MachineSink.cpp 181 UseInst->getOperand(I.getOperandNo()+1).getMBB() == DefMBB)) {
198 UseBlock = UseInst->getOperand(I.getOperandNo()+1).getMBB();
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 86 unsigned Num = PHINode::getIncomingValueNumForOperand(I.getOperandNo());
ScalarReplAggregates.cpp     [all...]
ObjCARC.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
IndVarSimplify.cpp     [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/lib/Analysis/
IVUsers.cpp 154 unsigned OperandNo = UI.getOperandNo();
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 388 if (U.getOperandNo() != InsertValueInst::getAggregateOperandIndex()
424 == CS->getOperand(U.getOperandNo())
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 215 if (MI->isPHI() || MI->isRegTiedToDefOperand(U.getOperandNo()))
  /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     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 891 milliseconds