Searched refs:BaseOff (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceELFSection.cpp | 70 void ELFRelocationSection::addRelocations(RelocOffsetT BaseOff, in addRelocations() argument 76 F.set_position(BaseOff + F.position()); in addRelocations()
|
D | IceELFSection.h | 237 void addRelocations(RelocOffsetT BaseOff, const FixupRefList &FixupRefs,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 215 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/ |
D | ScheduleDAGSDNodes.cpp | 251 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()
|