Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DIRSymtab.cpp100 void writeRange(storage::Range<T> &R, const std::vector<T> &Objs) { in writeRange()
102 R.Size = Objs.size(); in writeRange()
103 Symtab.insert(Symtab.end(), reinterpret_cast<const char *>(Objs.data()), in writeRange()
104 reinterpret_cast<const char *>(Objs.data() + Objs.size())); in writeRange()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp501 SmallVector<ValueType, 4> Objs; in hasHazard_() local
502 if (getUnderlyingObjects(MI, Objs)) { in hasHazard_()
503 for (ValueType VT : Objs) in hasHazard_()
543 SmallVector<const Value *, 4> Objs; in getUnderlyingObjects() local
544 ::getUnderlyingObjects(V, Objs); in getUnderlyingObjects()
546 for (const Value *UValue : Objs) { in getUnderlyingObjects()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp156 SmallVector<Value *, 4> Objs; in getUnderlyingObjectsForInstr() local
157 if (!getUnderlyingObjectsForCodeGen(V, Objs)) in getUnderlyingObjectsForInstr()
160 for (Value *V : Objs) { in getUnderlyingObjectsForInstr()
940 UnderlyingObjectsVector Objs; in buildSchedGraph() local
941 bool ObjsFound = getUnderlyingObjectsForInstr(&MI, MFI, Objs, in buildSchedGraph()
957 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
967 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
987 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
DMachinePipeliner.cpp720 SmallVectorImpl<const Value *> &Objs) { in getUnderlyingObjects() argument
726 getUnderlyingObjects(MM->getValue(), Objs); in getUnderlyingObjects()
727 for (const Value *V : Objs) { in getUnderlyingObjects()
729 Objs.clear(); in getUnderlyingObjects()
732 Objs.push_back(V); in getUnderlyingObjects()
749 SmallVector<const Value *, 4> Objs; in addLoopCarriedDependences() local
750 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences()
751 if (Objs.empty()) in addLoopCarriedDependences()
752 Objs.push_back(UnknownValue); in addLoopCarriedDependences()
753 for (auto V : Objs) { in addLoopCarriedDependences()
[all …]
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()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Edit/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp684 auto Objs = expandBundle(F); in main() local
685 llvm::append_range(Objects, Objs); in main()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp2098 SmallVector<const Value *, 2> Objs; in loadShadowOriginSansLoadTracking() local
2099 getUnderlyingObjects(Addr, Objs); in loadShadowOriginSansLoadTracking()
2101 for (const Value *Obj : Objs) { in loadShadowOriginSansLoadTracking()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp4479 SmallVector<const Value *, 4> Objs; in getUnderlyingObjectsForCodeGen() local
4480 getUnderlyingObjects(V, Objs); in getUnderlyingObjectsForCodeGen()
4482 for (const Value *V : Objs) { in getUnderlyingObjectsForCodeGen()