Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp152 SmallVector<Value *, 4> Objs; in getUnderlyingObjectsForInstr() local
153 if (!getUnderlyingObjectsForCodeGen(V, Objs)) in getUnderlyingObjectsForInstr()
156 for (Value *V : Objs) { in getUnderlyingObjectsForInstr()
930 UnderlyingObjectsVector Objs; in buildSchedGraph() local
931 bool ObjsFound = getUnderlyingObjectsForInstr(&MI, MFI, Objs, in buildSchedGraph()
947 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
957 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
977 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
H A DMachinePipeliner.cpp727 for (const Value *V : Objs) { in getUnderlyingObjects()
729 Objs.clear(); in getUnderlyingObjects()
732 Objs.push_back(V); in getUnderlyingObjects()
750 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences()
751 if (Objs.empty()) in addLoopCarriedDependences()
752 Objs.push_back(UnknownValue); in addLoopCarriedDependences()
753 for (const auto *V : Objs) { in addLoopCarriedDependences()
759 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences()
760 if (Objs.empty()) in addLoopCarriedDependences()
761 Objs.push_back(UnknownValue); in addLoopCarriedDependences()
[all …]
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()
/llvm-project-15.0.7/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp440 SmallVectorImpl<const Expr *> &Objs) { in getNSArrayObjects() argument
463 Objs.push_back(Msg->getArg(0)); in getNSArrayObjects()
476 Objs.push_back(Msg->getArg(i)); in getNSArrayObjects()
482 Objs.push_back(ArrLit->getElement(i)); in getNSArrayObjects()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2057 SmallVector<const Value *, 2> Objs; in loadShadowOriginSansLoadTracking() local
2058 getUnderlyingObjects(Addr, Objs); in loadShadowOriginSansLoadTracking()
2060 for (const Value *Obj : Objs) { in loadShadowOriginSansLoadTracking()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp706 SmallVector<const Value *, 8> Objs; in canLowerToLDG() local
707 getUnderlyingObjects(N->getMemOperand()->getValue(), Objs); in canLowerToLDG()
709 return all_of(Objs, [&](const Value *V) { in canLowerToLDG()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp4583 SmallVector<const Value *, 4> Objs; in getUnderlyingObjectsForCodeGen() local
4584 getUnderlyingObjects(V, Objs); in getUnderlyingObjectsForCodeGen()
4586 for (const Value *V : Objs) { in getUnderlyingObjectsForCodeGen()