/external/llvm/tools/verify-uselistorder/ |
D | verify-uselistorder.cpp | 259 dbgs() << " => use: op = " << U.getOperandNo() in debugValue() 324 if (LU->getOperandNo() != RU->getOperandNo()) { in matches() 406 DEBUG(dbgs() << " - order: " << I << ", op = " << U.getOperandNo() in shuffleValueUseLists() 418 << ", op = " << U.getOperandNo() << ", U = "; in shuffleValueUseLists() 441 dbgs() << " - order: op = " << U.getOperandNo() << ", U = "; in reverseValueUseLists() 451 dbgs() << " - order: op = " << U.getOperandNo() << ", U = "; in reverseValueUseLists()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 337 return PhiInst->getIncomingBlock(Use.getOperandNo())->getTerminator(); in findInsertionPoint() 429 if (!shouldConvertUse(Val, User, Use.getOperandNo())) in computeInsertionPoints() 432 DEBUG(dbgs() << "Considered use, opidx " << Use.getOperandNo() << ":\n"); in computeInsertionPoints() 505 DEBUG(dbgs() << "Use to update " << Use->getOperandNo() << ":"); in insertDefinitions()
|
D | AArch64AddressTypePromotion.cpp | 293 User->setOperand(U.getOperandNo(), SExt); in propagateSignExtension()
|
/external/llvm/include/llvm/IR/ |
D | CFG.h | 74 unsigned getOperandNo() const { in getOperandNo() function 75 return It.getOperandNo(); in getOperandNo()
|
D | Use.h | 119 unsigned getOperandNo() const;
|
/external/llvm/lib/IR/ |
D | Use.cpp | 48 unsigned Use::getOperandNo() const { in getOperandNo() function in llvm::Use
|
/external/llvm/lib/CodeGen/ |
D | MachineInstrBundle.cpp | 274 Ops->push_back(std::make_pair(MO.getParent(), getOperandNo())); in analyzeVirtReg() 286 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo())) in analyzeVirtReg()
|
D | MachineTraceMetrics.cpp | 616 DefOp = DefI.getOperandNo(); in DataDep() 646 Deps.push_back(DataDep(MRI, Reg, UseMI->getOperandNo(I))); in getDataDeps() 710 LiveDefOps.push_back(UseMI->getOperandNo(MI)); in updatePhysDepsDownwards() 720 Deps.push_back(DataDep(I->MI, I->Op, UseMI->getOperandNo(MI))); in updatePhysDepsDownwards() 880 ReadOps.push_back(MI->getOperandNo(MOI)); in updatePhysDepsUpwards() 894 .computeOperandLatency(MI, MI->getOperandNo(MOI), I->MI, I->Op); in updatePhysDepsUpwards()
|
D | PeepholeOptimizer.cpp | 358 DefIdx = MRI.def_begin(Reg).getOperandNo(); in ValueTracker() 1941 DefIdx = MRI.def_begin(Reg).getOperandNo(); in getNextSource()
|
D | CodeGenPrepare.cpp | 2357 OriginalUses.push_back(InstructionAndIdx(UserI, U.getOperandNo())); in UsesReplacer() 3449 MemoryUses.push_back(std::make_pair(LI, U.getOperandNo())); in FindAllMemoryUses() 3454 unsigned opNo = U.getOperandNo(); in FindAllMemoryUses() 4944 if (canCauseUndefinedBehavior(ToBePromoted, U.getOperandNo())) in shouldPromote() 5031 canCauseUndefinedBehavior(ToBePromoted, U.getOperandNo())); in promoteImpl() 5035 ToBePromoted->setOperand(U.getOperandNo(), NewVal); in promoteImpl()
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 187 return LU->getOperandNo() < RU->getOperandNo(); in predictValueUseListOrderImpl() 188 return LU->getOperandNo() > RU->getOperandNo(); in predictValueUseListOrderImpl()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIFoldOperands.cpp | 275 foldOperand(OpToFold, RSUseMI, RSUse.getOperandNo(), FoldList, in foldOperand() 356 foldOperand(OpToFold, UseMI, Use.getOperandNo(), FoldList, in runOnMachineFunction()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBundle.h | 147 unsigned getOperandNo() const { in getOperandNo() function
|
D | MachineRegisterInfo.h | 837 unsigned getOperandNo() const { in getOperandNo() function
|
D | MachineInstr.h | 342 unsigned getOperandNo(const_mop_iterator I) const {
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ProvenanceAnalysis.cpp | 86 if (U.getOperandNo() == 0) in IsStoredObjCPointer()
|
D | ObjCARCContract.cpp | 561 unsigned OperandNo = U.getOperandNo(); in runOnFunction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 89 unsigned Num = PHINode::getIncomingValueNumForOperand(U.getOperandNo()); in AllUsesDominatedByBlock()
|
D | TailRecursionElimination.cpp | 216 if (U->getOperandNo() == 0) in walk()
|
/external/llvm/lib/Analysis/ |
D | IVUsers.cpp | 171 unsigned OperandNo = U.getOperandNo(); in AddUsersImpl()
|
D | DemandedBits.cpp | 338 determineLiveOperandBits(UserI, I, OI.getOperandNo(), AOut, AB, in performAnalysis()
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 73 if (Piece.getOperandNo() == OpNo) in isOperandMentioned() 367 unsigned ConstraintIdx = Piece.getOperandNo(); in ActOnGCCAsmStmt()
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 459 if (U->getOperandNo() != InsertValueInst::getAggregateOperandIndex() in SurveyUse() 494 == CS->getOperand(U->getOperandNo()) in SurveyUse()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 130 if (U.getOperandNo() == 1) { in isOnlyCopiedFromConstantGlobal() 143 if (U.getOperandNo() != 0) return false; in isOnlyCopiedFromConstantGlobal()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 655 AsmString += '$' + llvm::utostr(Pieces[i].getOperandNo()); in generateAsmString() 657 AsmString += "${" + llvm::utostr(Pieces[i].getOperandNo()) + ':' + in generateAsmString()
|