Searched refs:Objs (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 100 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 502 SmallVector<ValueType, 4> Objs; in hasHazard_() local 503 if (getUnderlyingObjects(MI, Objs)) { in hasHazard_() 504 for (ValueType VT : Objs) in hasHazard_() 544 SmallVector<const Value *, 4> Objs; in getUnderlyingObjects() local 545 GetUnderlyingObjects(V, Objs, DL); in getUnderlyingObjects() 547 for (const Value *UValue : Objs) { in getUnderlyingObjects()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 155 SmallVector<Value *, 4> Objs; in getUnderlyingObjectsForInstr() local 156 if (!getUnderlyingObjectsForCodeGen(V, Objs, DL)) in getUnderlyingObjectsForInstr() 159 for (Value *V : Objs) { in getUnderlyingObjectsForInstr() 935 UnderlyingObjectsVector Objs; in buildSchedGraph() local 936 bool ObjsFound = getUnderlyingObjectsForInstr(&MI, MFI, Objs, in buildSchedGraph() 952 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph() 962 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph() 982 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
|
D | MachinePipeliner.cpp | 639 SmallVectorImpl<const Value *> &Objs, in getUnderlyingObjects() argument 646 GetUnderlyingObjects(MM->getValue(), Objs, DL); in getUnderlyingObjects() 647 for (const Value *V : Objs) { in getUnderlyingObjects() 649 Objs.clear(); in getUnderlyingObjects() 652 Objs.push_back(V); in getUnderlyingObjects() 669 SmallVector<const Value *, 4> Objs; in addLoopCarriedDependences() local 670 getUnderlyingObjects(&MI, Objs, MF.getDataLayout()); in addLoopCarriedDependences() 671 if (Objs.empty()) in addLoopCarriedDependences() 672 Objs.push_back(UnknownValue); in addLoopCarriedDependences() 673 for (auto V : Objs) { in addLoopCarriedDependences() [all …]
|
D | StackColoring.cpp | 1045 SmallVector<Value *, 4> Objs; in remapInstructions() local 1046 getUnderlyingObjectsForCodeGen(MMOV, Objs, MF->getDataLayout()); in remapInstructions() 1048 if (Objs.empty()) in remapInstructions() 1051 for (Value *V : Objs) { in remapInstructions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 1198 SmallVector<const Value *, 2> Objs; in loadShadow() local 1199 GetUnderlyingObjects(Addr, Objs, Pos->getModule()->getDataLayout()); in loadShadow() 1201 for (const Value *Obj : Objs) { in loadShadow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 706 SmallVector<const Value *, 8> Objs; in canLowerToLDG() local 708 Objs, F->getDataLayout()); in canLowerToLDG() 710 return all_of(Objs, [&](const Value *V) { in canLowerToLDG()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4007 SmallVector<const Value *, 4> Objs; in getUnderlyingObjectsForCodeGen() local 4008 GetUnderlyingObjects(V, Objs, DL); in getUnderlyingObjectsForCodeGen() 4010 for (const Value *V : Objs) { in getUnderlyingObjectsForCodeGen()
|