Home
last modified time | relevance | path

Searched refs:getOperandNo (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/lib/Sema/
DSemaStmtAsm.cpp71 if (Piece.getOperandNo() == OpNo) in isOperandMentioned()
228 if (Idx == Piece.getOperandNo()) in ActOnGCCAsmStmt()
233 if (Idx == Piece.getOperandNo()) in ActOnGCCAsmStmt()
241 if (Idx == Piece.getOperandNo()) in ActOnGCCAsmStmt()
246 if (Idx == Piece.getOperandNo()) in ActOnGCCAsmStmt()
/external/llvm/lib/CodeGen/
DMachineInstrBundle.cpp262 Ops->push_back(std::make_pair(MO.getParent(), getOperandNo())); in analyzeVirtReg()
274 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo())) in analyzeVirtReg()
DLiveRangeCalc.cpp86 Idx = Indexes->getMBBEndIdx(MI->getOperand(I.getOperandNo()+1).getMBB()); in extendToUses()
95 } else if (MI->isRegTiedToDefOperand(I.getOperandNo(), &DefIdx)) { in extendToUses()
DMachineTraceMetrics.cpp631 DefOp = DefI.getOperandNo(); in DataDep()
655 Deps.push_back(DataDep(MRI, Reg, MO.getOperandNo())); in getDataDeps()
717 LiveDefOps.push_back(MO.getOperandNo()); in updatePhysDepsDownwards()
727 Deps.push_back(DataDep(I->MI, I->Op, MO.getOperandNo())); in updatePhysDepsDownwards()
890 ReadOps.push_back(MO.getOperandNo()); in updatePhysDepsUpwards()
904 .computeOperandLatency(MI, MO.getOperandNo(), I->MI, I->Op); in updatePhysDepsUpwards()
DMachineSink.cpp190 UseInst->getOperand(I.getOperandNo()+1).getMBB() == DefMBB)) { in AllUsesDominatedByBlock()
207 UseBlock = UseInst->getOperand(I.getOperandNo()+1).getMBB(); in AllUsesDominatedByBlock()
DMachineRegisterInfo.cpp80 I->getRegClassConstraint(I.getOperandNo(), TII, in recomputeRegClass()
DRegisterCoalescer.cpp636 if (UseMI->isRegTiedToDefOperand(UI.getOperandNo())) in removeCopyByCommutingDef()
/external/llvm/include/llvm/Support/
DCFG.h73 unsigned getOperandNo() const { in getOperandNo() function
74 return It.getOperandNo(); in getOperandNo()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h147 unsigned getOperandNo() const { in getOperandNo() function
DMachineRegisterInfo.h607 unsigned getOperandNo() const { in getOperandNo() function
DSelectionDAGNodes.h487 unsigned getOperandNo() const {
/external/llvm/include/llvm/IR/
DUse.h215 unsigned getOperandNo() const;
DUser.h199 unsigned value_use_iterator<UserTy>::getOperandNo() const {
/external/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp86 if (UI.getOperandNo() == 0) in IsStoredObjCPointer()
DObjCARCContract.cpp452 unsigned OperandNo = UI.getOperandNo(); in runOnFunction()
/external/llvm/lib/Transforms/Scalar/
DSink.cpp88 unsigned Num = PHINode::getIncomingValueNumForOperand(I.getOperandNo()); in AllUsesDominatedByBlock()
DCodeGenPrepare.cpp1294 MemoryUses.push_back(std::make_pair(LI, UI.getOperandNo())); in FindAllMemoryUses()
1299 unsigned opNo = UI.getOperandNo(); in FindAllMemoryUses()
DIndVarSimplify.cpp1698 PHINode::getIncomingValueNumForOperand(UI.getOperandNo()); in SinkUnusedInvariants()
/external/llvm/lib/Analysis/
DIVUsers.cpp161 unsigned OperandNo = UI.getOperandNo(); in AddUsersImpl()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp116 if (UI.getOperandNo() == 1) { in isOnlyCopiedFromConstantGlobal()
129 if (UI.getOperandNo() != 0) return false; in isOnlyCopiedFromConstantGlobal()
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp444 if (U.getOperandNo() != InsertValueInst::getAggregateOperandIndex() in SurveyUse()
480 == CS->getOperand(U.getOperandNo()) in SurveyUse()
/external/llvm/lib/Target/R600/
DAMDGPUISelDAGToDAG.cpp181 int SrcIdx = I.getOperandNo(); in Select()
410 Ops[Use.getOperandNo()] = CurDAG->getRegister(ImmReg, MVT::i32); in Select()
/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp93 unsigned OpNo = U.getOperandNo(); in replaceUsesWithZeroReg()
/external/clang/lib/AST/
DStmt.cpp593 AsmString += '$' + llvm::utostr(Pieces[i].getOperandNo()); in generateAsmString()
595 AsmString += "${" + llvm::utostr(Pieces[i].getOperandNo()) + ':' + in generateAsmString()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1574 return tryToFoldLoadIntoMI(User, RI.getOperandNo(), LI); in tryToFoldLoad()

12