Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp156 SmallVector<Value *, 4> Objs; in getUnderlyingObjectsForInstr() local
157 if (!getUnderlyingObjectsForCodeGen(V, Objs)) in getUnderlyingObjectsForInstr()
160 for (Value *V : Objs) { in getUnderlyingObjectsForInstr()
942 UnderlyingObjectsVector Objs; in buildSchedGraph() local
943 bool ObjsFound = getUnderlyingObjectsForInstr(&MI, MFI, Objs, in buildSchedGraph()
959 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
969 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
989 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
H A 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 …]
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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp420 auto Objs = expandBundle(ConvertFilename); in convertFileToGSYM() local
421 llvm::append_range(Objects, Objs); in convertFileToGSYM()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp678 auto Objs = expandBundle(F); in main() local
679 llvm::append_range(Objects, Objs); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2295 SmallVector<const Value *, 2> Objs; in loadShadowOriginSansLoadTracking() local
2296 getUnderlyingObjects(Addr, Objs); in loadShadowOriginSansLoadTracking()
2298 for (const Value *Obj : Objs) { in loadShadowOriginSansLoadTracking()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4437 SmallVector<const Value *, 4> Objs; in getUnderlyingObjectsForCodeGen() local
4438 getUnderlyingObjects(V, Objs); in getUnderlyingObjectsForCodeGen()
4440 for (const Value *V : Objs) { in getUnderlyingObjectsForCodeGen()