| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | llvm-debuginfo-analyzer.cpp | 119 std::vector<std::string> Objs = expandBundle(Filename); in main() local 120 Objects.insert(Objects.end(), Objs.begin(), Objs.end()); in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 109 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 498 SmallVector<ValueType, 4> Objs; in hasHazard_() local 499 if (getUnderlyingObjects(MI, Objs)) { in hasHazard_() 500 for (ValueType VT : Objs) in hasHazard_() 540 SmallVector<const Value *, 4> Objs; in getUnderlyingObjects() local 541 ::getUnderlyingObjects(V, Objs); in getUnderlyingObjects() 543 for (const Value *UValue : Objs) { in getUnderlyingObjects()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 158 SmallVector<Value *, 4> Objs; in getUnderlyingObjectsForInstr() local 159 if (!getUnderlyingObjectsForCodeGen(V, Objs)) in getUnderlyingObjectsForInstr() 162 for (Value *V : Objs) { in getUnderlyingObjectsForInstr() 947 UnderlyingObjectsVector Objs; in buildSchedGraph() local 948 bool ObjsFound = getUnderlyingObjectsForInstr(&MI, MFI, Objs, in buildSchedGraph() 964 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph() 974 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph() 994 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
|
| H A D | StackColoring.cpp | 1062 SmallVector<Value *, 4> Objs; in remapInstructions() local 1063 getUnderlyingObjectsForCodeGen(MMOV, Objs); in remapInstructions() 1065 if (Objs.empty()) in remapInstructions() 1068 for (Value *V : Objs) { in remapInstructions()
|
| H A D | MachinePipeliner.cpp | 766 for (const Value *V : Objs) { in getUnderlyingObjects() 768 Objs.clear(); in getUnderlyingObjects() 771 Objs.push_back(V); in getUnderlyingObjects() 789 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences() 790 if (Objs.empty()) in addLoopCarriedDependences() 791 Objs.push_back(UnknownValue); in addLoopCarriedDependences() 792 for (const auto *V : Objs) { in addLoopCarriedDependences() 798 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences() 799 if (Objs.empty()) in addLoopCarriedDependences() 800 Objs.push_back(UnknownValue); in addLoopCarriedDependences() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 441 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-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 2246 SmallVector<const Value *, 2> Objs; in loadShadowOriginSansLoadTracking() local 2247 getUnderlyingObjects(Addr, Objs); in loadShadowOriginSansLoadTracking() 2249 for (const Value *Obj : Objs) { in loadShadowOriginSansLoadTracking()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 726 SmallVector<const Value *, 8> Objs; in canLowerToLDG() local 727 getUnderlyingObjects(N->getMemOperand()->getValue(), Objs); in canLowerToLDG() 729 return all_of(Objs, [&](const Value *V) { in canLowerToLDG()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 6036 SmallVector<const Value *, 4> Objs; in getUnderlyingObjectsForCodeGen() local 6037 getUnderlyingObjects(V, Objs); in getUnderlyingObjectsForCodeGen() 6039 for (const Value *V : Objs) { in getUnderlyingObjectsForCodeGen()
|