Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTagInvariantLoads.cpp43 SmallVector<const Value *, 8> Objs; in isInvariantLoad() local
44 getUnderlyingObjects(LI->getPointerOperand(), Objs); in isInvariantLoad()
46 return all_of(Objs, [&](const Value *V) { in isInvariantLoad()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp107 void writeRange(storage::Range<T> &R, const std::vector<T> &Objs) { in writeRange()
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/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 llvm::append_range(Objects, Objs); in main()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp494 SmallVector<ValueType, 4> Objs; in hasHazard_() local
495 if (getUnderlyingObjects(MI, Objs)) { in hasHazard_()
496 for (ValueType VT : Objs) in hasHazard_()
536 SmallVector<const Value *, 4> Objs; in getUnderlyingObjects() local
537 ::getUnderlyingObjects(V, Objs); in getUnderlyingObjects()
539 for (const Value *UValue : Objs) { in getUnderlyingObjects()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp167 SmallVector<Value *, 4> Objs; in getUnderlyingObjectsForInstr() local
168 if (!getUnderlyingObjectsForCodeGen(V, Objs)) in getUnderlyingObjectsForInstr()
171 for (Value *V : Objs) { in getUnderlyingObjectsForInstr()
967 UnderlyingObjectsVector Objs; in buildSchedGraph() local
968 bool ObjsFound = getUnderlyingObjectsForInstr(&MI, MFI, Objs, in buildSchedGraph()
984 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
994 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
1014 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
H A DStackColoring.cpp1073 SmallVector<Value *, 4> Objs; in remapInstructions() local
1074 getUnderlyingObjectsForCodeGen(MMOV, Objs); in remapInstructions()
1076 if (Objs.empty()) in remapInstructions()
1079 for (Value *V : Objs) { in remapInstructions()
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2248 SmallVector<const Value *, 2> Objs; in loadShadowOriginSansLoadTracking() local
2249 getUnderlyingObjects(Addr, Objs); in loadShadowOriginSansLoadTracking()
2251 for (const Value *Obj : Objs) { in loadShadowOriginSansLoadTracking()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6818 SmallVector<const Value *, 4> Objs; in getUnderlyingObjectsForCodeGen() local
6819 getUnderlyingObjects(V, Objs); in getUnderlyingObjectsForCodeGen()
6821 for (const Value *V : Objs) { in getUnderlyingObjectsForCodeGen()