Home
last modified time | relevance | path

Searched refs:BaseOff (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceELFSection.cpp70 void ELFRelocationSection::addRelocations(RelocOffsetT BaseOff, in addRelocations() argument
76 F.set_position(BaseOff + F.position()); in addRelocations()
DIceELFSection.h237 void addRelocations(RelocOffsetT BaseOff, const FixupRefList &FixupRefs,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp215 int64_t BaseOff = Offsets[0]; in ClusterNeighboringLoads() local
216 SDNode *BaseLoad = O2SMap[BaseOff]; in ClusterNeighboringLoads()
221 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp251 int64_t BaseOff = Offsets[0]; in ClusterNeighboringLoads() local
252 SDNode *BaseLoad = O2SMap[BaseOff]; in ClusterNeighboringLoads()
257 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()