Searched refs:getUse (Results 1 - 25 of 56) sorted by relevance

123

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DCaptureTracking.cpp60 Use *U = &UI.getUse();
123 Use *U = &UI.getUse();
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinISelDAGToDAG.cpp154 if (UI.getUse().getResNo() >= DefMCID.getNumDefs())
157 TII.getRegClass(DefMCID, UI.getUse().getResNo(), TRI);
172 UI.getUse().get(),
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DKeyDeclaration.java155 public XPath getUse() method in class:KeyDeclaration
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCallSite.h109 return getCallee() == &UI.getUse();
127 assert(arg_begin() <= &I.getUse() && &I.getUse() < arg_end()
129 return &I.getUse() - arg_begin();
/external/llvm/include/llvm/IR/
H A DCallSite.h115 return isCallee(&UI.getUse());
124 return isArgOperand(&UI.getUse());
135 return isBundleOperand(&UI.getUse());
150 return isDataOperand(&UI.getUse());
172 return getArgumentNo(&I.getUse());
197 return getDataOperandNo(&UI.getUse());
H A DCFG.h78 /// getUse - Return the operand Use in the predecessor's terminator
80 Use &getUse() const { function in class:llvm::PredIterator
81 return It.getUse();
H A DValue.h192 Use &getUse() const { return *UI; } function in class:llvm::Value::user_iterator_impl
/external/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp138 const Use &TheUse = UI.getUse();
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DKeyTable.java205 keyDeclaration.getUse().execute(xctxt,
/external/swiftshader/third_party/LLVM/include/llvm/
H A DUse.h209 Use &getUse() const { return *U; } function in class:llvm::value_use_iterator
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopRotation.cpp119 Use &U = UI.getUse();
H A DCodeGenPrepare.cpp400 Use &TheUse = UI.getUse();
456 Use &TheUse = UI.getUse();
1035 Use &TheUse = UI.getUse();
H A DLICM.cpp545 Use &U = UI.getUse();
H A DJumpThreading.cpp1407 UsesToRename.push_back(&UI.getUse());
1562 UsesToRename.push_back(&UI.getUse());
H A DLoopStrengthReduce.cpp1384 std::pair<size_t, int64_t> getUse(const SCEV *&Expr,
1936 /// getUse - Return an LSRUse index and an offset value for a fixup which
1940 LSRInstance::getUse(const SCEV *&Expr, function in class:LSRInstance
2149 std::pair<size_t, int64_t> P = getUse(S, Kind, AccessTy);
2281 LF.OperandValToReplace = UI.getUse();
2282 std::pair<size_t, int64_t> P = getUse(S, LSRUse::Basic, 0);
H A DScalarReplAggregates.cpp1201 Use &U = I.getUse();
1759 Use &TheUse = UI.getUse();
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DLCSSA.cpp192 UsesToRewrite.push_back(&UI.getUse());
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp143 Use *getUse() const { return UseAndIsSplittable.getPointer(); } function in class:__anon13537::Slice
145 bool isDead() const { return getUse() == nullptr; }
855 assert(AS.Slices[PrevIdx].getUse()->getUser() == &II &&
1035 OS << Indent << " used by: " << *I->getUse()->getUser() << "\n";
1070 Use *U = I->getUse();
1734 Use *U = S.getUse();
1803 if (auto *LI = dyn_cast<LoadInst>(S.getUse()->getUser()))
1805 else if (auto *SI = dyn_cast<StoreInst>(S.getUse()->getUser()))
1905 Use *U = S.getUse();
2248 OldUse = I->getUse();
[all...]
H A DLICM.cpp688 Use &U = UI.getUse();
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DMergeFunctions.cpp692 TheIter.getUse().set(BitcastNew);
860 Use &U = UI.getUse();
/external/llvm/include/llvm/Transforms/Utils/
H A DMemorySSA.h419 return getIncomingBlock(I.getUse());
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DValue.h195 Use &getUse() const { return *UI; } function in class:llvm::Value::user_iterator_impl
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h582 SDUse &getUse() const { return *Op; } function in class:llvm::SDNode::use_iterator
710 if (UI.getUse().get().getValueType() == MVT::Glue)
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAGNodes.h464 SDUse &getUse() const { return *Op; } function in class:llvm::SDNode::use_iterator
576 if (UI.getUse().get().getValueType() == MVT::Glue)
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1357 SDUse &Use = I.getUse();
1617 if (UI.getUse().getValueType() != MVT::Other) continue;

Completed in 1117 milliseconds

123