Searched refs:Objs (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTagInvariantLoads.cpp | 43 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 D | IRSymtab.cpp | 107 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 D | llvm-debuginfo-analyzer.cpp | 119 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 D | MipsDelaySlotFiller.cpp | 494 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 D | ScheduleDAGInstrs.cpp | 167 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 D | StackColoring.cpp | 1073 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 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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 2248 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 D | ValueTracking.cpp | 6818 SmallVector<const Value *, 4> Objs; in getUnderlyingObjectsForCodeGen() local 6819 getUnderlyingObjects(V, Objs); in getUnderlyingObjectsForCodeGen() 6821 for (const Value *V : Objs) { in getUnderlyingObjectsForCodeGen()
|