Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp107 void writeRange(storage::Range<T> &R, const std::vector<T> &Objs) {
109 R.Size = Objs.size(); in writeRange()
110 Symtab.insert(Symtab.end(), reinterpret_cast<const char *>(Objs.data()), in writeRange()
111 reinterpret_cast<const char *>(Objs.data() + Objs.size())); in writeRange()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp499 SmallVector<ValueType, 4> Objs; in hasHazard_()
500 if (getUnderlyingObjects(MI, Objs)) { in hasHazard_()
501 for (ValueType VT : Objs) in hasHazard_()
541 SmallVector<const Value *, 4> Objs; in getUnderlyingObjects()
542 ::getUnderlyingObjects(V, Objs); in getUnderlyingObjects()
544 for (const Value *UValue : Objs) { in getUnderlyingObjects()
498 SmallVector<ValueType, 4> Objs; hasHazard_() local
540 SmallVector<const Value *, 4> Objs; getUnderlyingObjects() local
/freebsd-src/contrib/llvm-project/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()
946 // Find the underlying objects for MI. The Objs vector is either in buildSchedGraph()
949 UnderlyingObjectsVector Objs; in buildSchedGraph()
950 bool ObjsFound = getUnderlyingObjectsForInstr(&MI, MFI, Objs, in buildSchedGraph()
966 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
976 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
996 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
947 UnderlyingObjectsVector Objs; buildSchedGraph() local
H A DStackColoring.cpp1066 SmallVector<Value *, 4> Objs; in remapInstructions()
1067 getUnderlyingObjectsForCodeGen(MMOV, Objs); in remapInstructions()
1069 if (Objs.empty()) in remapInstructions()
1072 for (Value *V : Objs) { in remapInstructions()
1062 SmallVector<Value *, 4> Objs; remapInstructions() local
H A DMachinePipeliner.cpp819 SmallVectorImpl<const Value *> &Objs) { in addLoopCarriedDependences()
825 getUnderlyingObjects(MM->getValue(), Objs); in addLoopCarriedDependences()
826 for (const Value *V : Objs) { in addLoopCarriedDependences()
828 Objs.clear(); in addLoopCarriedDependences()
847 SmallVector<const Value *, 4> Objs; in addLoopCarriedDependences()
848 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences()
849 if (Objs.empty()) in addLoopCarriedDependences()
850 Objs.push_back(UnknownValue); in addLoopCarriedDependences()
851 for (const auto *V : Objs) { in addLoopCarriedDependences()
856 SmallVector<const Value *, 4> Objs; in addLoopCarriedDependences()
759 getUnderlyingObjects(const MachineInstr * MI,SmallVectorImpl<const Value * > & Objs) getUnderlyingObjects() argument
788 SmallVector<const Value *, 4> Objs; addLoopCarriedDependences() local
797 SmallVector<const Value *, 4> Objs; addLoopCarriedDependences() local
[all...]
/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp747 SmallVector<const Value *, 8> Objs; in tryIntrinsicNoChain()
748 getUnderlyingObjects(N->getMemOperand()->getValue(), Objs);
750 return all_of(Objs, [&](const Value *V) { in SelectTexSurfHandle()
726 SmallVector<const Value *, 8> Objs; canLowerToLDG() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2258 SmallVector<const Value *, 2> Objs; in loadShadowOriginSansLoadTracking()
2259 getUnderlyingObjects(Addr, Objs); in loadShadowOriginSansLoadTracking()
2261 for (const Value *Obj : Objs) { in loadShadowOriginSansLoadTracking()
2246 SmallVector<const Value *, 2> Objs; loadShadowOriginSansLoadTracking() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6703 SmallVector<const Value *, 4> Objs; in canCreateUndefOrPoison()
6704 getUnderlyingObjects(V, Objs); in canCreateUndefOrPoison()
6706 for (const Value *V : Objs) { in canCreateUndefOrPoison()
6036 SmallVector<const Value *, 4> Objs; getUnderlyingObjectsForCodeGen() local