Home
last modified time | relevance | path

Searched refs:Objs (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp119 std::vector<std::string> Objs = expandBundle(Filename); in main() local
120 Objects.insert(Objects.end(), Objs.begin(), Objs.end()); in main()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DIRSymtab.cpp109 void writeRange(storage::Range<T> &R, const std::vector<T> &Objs) { in writeRange()
111 R.Size = Objs.size(); in writeRange()
112 Symtab.insert(Symtab.end(), reinterpret_cast<const char *>(Objs.data()), in writeRange()
113 reinterpret_cast<const char *>(Objs.data() + Objs.size())); in writeRange()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp499 SmallVector<ValueType, 4> Objs; in hasHazard_() local
500 if (getUnderlyingObjects(MI, Objs)) { in hasHazard_()
501 for (ValueType VT : Objs) in hasHazard_()
541 SmallVector<const Value *, 4> Objs; in getUnderlyingObjects() local
542 ::getUnderlyingObjects(V, Objs); in getUnderlyingObjects()
544 for (const Value *UValue : Objs) { in getUnderlyingObjects()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp158 SmallVector<Value *, 4> Objs; in getUnderlyingObjectsForInstr() local
159 if (!getUnderlyingObjectsForCodeGen(V, Objs)) in getUnderlyingObjectsForInstr()
162 for (Value *V : Objs) { in getUnderlyingObjectsForInstr()
936 UnderlyingObjectsVector Objs; in buildSchedGraph() local
937 bool ObjsFound = getUnderlyingObjectsForInstr(&MI, MFI, Objs, in buildSchedGraph()
953 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
963 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
983 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
H A DStackColoring.cpp1094 SmallVector<Value *, 4> Objs; in remapInstructions() local
1095 getUnderlyingObjectsForCodeGen(MMOV, Objs); in remapInstructions()
1097 if (Objs.empty()) in remapInstructions()
1100 for (Value *V : Objs) { in remapInstructions()
H A DMachinePipeliner.cpp740 SmallVectorImpl<const Value *> &Objs) { in getUnderlyingObjects() argument
746 getUnderlyingObjects(MM->getValue(), Objs); in getUnderlyingObjects()
747 for (const Value *V : Objs) { in getUnderlyingObjects()
749 Objs.clear(); in getUnderlyingObjects()
752 Objs.push_back(V); in getUnderlyingObjects()
769 SmallVector<const Value *, 4> Objs; in addLoopCarriedDependences() local
770 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences()
771 if (Objs.empty()) in addLoopCarriedDependences()
772 Objs.push_back(UnknownValue); in addLoopCarriedDependences()
773 for (const auto *V : Objs) { in addLoopCarriedDependences()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp441 SmallVectorImpl<const Expr *> &Objs) { in getNSArrayObjects() argument
464 Objs.push_back(Msg->getArg(0)); in getNSArrayObjects()
477 Objs.push_back(Msg->getArg(i)); in getNSArrayObjects()
483 Objs.push_back(ArrLit->getElement(i)); in getNSArrayObjects()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2239 SmallVector<const Value *, 2> Objs; in loadShadowOriginSansLoadTracking() local
2240 getUnderlyingObjects(Addr, Objs); in loadShadowOriginSansLoadTracking()
2242 for (const Value *Obj : Objs) { in loadShadowOriginSansLoadTracking()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp711 SmallVector<const Value *, 8> Objs; in canLowerToLDG() local
712 getUnderlyingObjects(N->getMemOperand()->getValue(), Objs); in canLowerToLDG()
714 return all_of(Objs, [&](const Value *V) { in canLowerToLDG()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp4691 SmallVector<const Value *, 4> Objs; in getUnderlyingObjectsForCodeGen() local
4692 getUnderlyingObjects(V, Objs); in getUnderlyingObjectsForCodeGen()
4694 for (const Value *V : Objs) { in getUnderlyingObjectsForCodeGen()