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

12

/external/llvm/lib/IR/
H A DUse.cpp48 unsigned Use::getOperandNo() const { function in class:llvm::Use
/external/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())
/external/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp339 PhiInst->getIncomingBlock(Use.getOperandNo())->getTerminator();
435 if (!shouldConvertUse(Val, cast<Instruction>(*UseIt), UseIt.getOperandNo()))
438 DEBUG(dbgs() << "Considered use, opidx " << UseIt.getOperandNo() << ":\n");
523 DEBUG(dbgs() << "Use to update " << Use.getOperandNo() << ":");
526 Use->setOperand(Use.getOperandNo(), LoadedCst);
H A DAArch64AddressTypePromotion.cpp290 User->setOperand(U.getOperandNo(), SExt);
/external/llvm/include/llvm/IR/
H A DUse.h120 unsigned getOperandNo() const;
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();
H A DValue.h178 /// FIXME: Replace all callers with a direct call to Use::getOperandNo.
179 unsigned getOperandNo() const { return UI->getOperandNo(); } function in class:llvm::Value::user_iterator_impl
/external/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.h851 /// getOperandNo - Return the operand # of this MachineOperand in its
853 unsigned getOperandNo() const { function in class:llvm::MachineRegisterInfo::defusechain_iterator
H A DSelectionDAGNodes.h517 /// getOperandNo - Retrieve the operand # of this use in its user.
519 unsigned getOperandNo() const { function in class:llvm::SDNode::use_iterator
/external/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp85 if (U.getOperandNo() == 0)
H A DObjCARCContract.cpp454 unsigned OperandNo = U.getOperandNo();
/external/llvm/lib/CodeGen/
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.cpp630 DefOp = DefI.getOperandNo();
654 Deps.push_back(DataDep(MRI, Reg, MO.getOperandNo()));
716 LiveDefOps.push_back(MO.getOperandNo());
726 Deps.push_back(DataDep(I->MI, I->Op, MO.getOperandNo()));
886 ReadOps.push_back(MO.getOperandNo());
900 .computeOperandLatency(MI, MO.getOperandNo(), I->MI, I->Op);
H A DCodeGenPrepare.cpp1342 OriginalUses.push_back(InstructionAndIdx(UserI, U.getOperandNo()));
2307 MemoryUses.push_back(std::make_pair(LI, U.getOperandNo()));
2312 unsigned opNo = U.getOperandNo();
H A DMachineInstr.cpp1013 OpndIt.getOperandNo(), Reg, CurRC, TII, TRI);
1017 CurRC = getRegClassConstraintEffectForVRegImpl(OpndIt.getOperandNo(), Reg,
H A DPeepholeOptimizer.cpp1019 DefIdx = MRI->def_begin(Reg).getOperandNo();
/external/llvm/lib/Transforms/Scalar/
H A DSink.cpp89 unsigned Num = PHINode::getIncomingValueNumForOperand(U.getOperandNo());
H A DTailRecursionElimination.cpp210 if (U->getOperandNo() == 0)
/external/llvm/lib/Analysis/
H A DIVUsers.cpp160 unsigned OperandNo = U.getOperandNo();
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp422 if (U->getOperandNo() != InsertValueInst::getAggregateOperandIndex()
457 == CS->getOperand(U->getOperandNo())
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp127 if (U.getOperandNo() == 1) {
140 if (U.getOperandNo() != 0) return false;
/external/clang/lib/AST/
H A DStmt.cpp593 AsmString += '$' + llvm::utostr(Pieces[i].getOperandNo());
595 AsmString += "${" + llvm::utostr(Pieces[i].getOperandNo()) + ':' +
/external/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp109 unsigned OpNo = U.getOperandNo();
/external/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp247 const TargetRegisterClass *RC = getOperandRegClass(*U, U.getOperandNo());

Completed in 5446 milliseconds

12