Home
last modified time | relevance | path

Searched refs:areLoadsFromSameBasePtr (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dschedule-global-loads.ll5 ; seems the only things areLoadsFromSameBasePtr is accomplishing is
22 ; Test for a crach in SIInstrInfo::areLoadsFromSameBasePtr() when checking
Dare-loads-from-same-base-ptr.ll3 ; TII::areLoadsFromSameBasePtr failed because the offset for atomics
Dschedule-kernel-arg-loads.ll16 ; Test for a crash in SIInstrInfo::areLoadsFromSameBasePtr() when
/external/llvm/test/CodeGen/AMDGPU/
Dschedule-global-loads.ll6 ; seems the only things areLoadsFromSameBasePtr is accomplishing is
23 ; Test for a crach in SIInstrInfo::areLoadsFromSameBasePtr() when checking
Dschedule-kernel-arg-loads.ll21 ; Test for a crash in SIInstrInfo::areLoadsFromSameBasePtr() when
/external/llvm/lib/Target/X86/
DX86InstrInfo.h406 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, int64_t &Offset1,
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h213 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, int64_t &Offset1,
DARMBaseInstrInfo.cpp1545 bool ARMBaseInstrInfo::areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, in areLoadsFromSameBasePtr() function in ARMBaseInstrInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h381 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, int64_t &Offset1,
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.h420 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, int64_t &Offset1,
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h109 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2,
DSIInstrInfo.cpp93 bool SIInstrInfo::areLoadsFromSameBasePtr(SDNode *Load0, SDNode *Load1, in areLoadsFromSameBasePtr() function in SIInstrInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h245 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, int64_t &Offset1,
DARMBaseInstrInfo.cpp1835 bool ARMBaseInstrInfo::areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, in areLoadsFromSameBasePtr() function in ARMBaseInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1000 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, in areLoadsFromSameBasePtr() function
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h243 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, int64_t &Offset1,
DARMBaseInstrInfo.cpp1876 bool ARMBaseInstrInfo::areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, in areLoadsFromSameBasePtr() function in ARMBaseInstrInfo
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1218 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, in areLoadsFromSameBasePtr() function
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp226 if (!TII->areLoadsFromSameBasePtr(Base, User, Offset1, Offset2) || in ClusterNeighboringLoads()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1241 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, in areLoadsFromSameBasePtr() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp241 if (!TII->areLoadsFromSameBasePtr(Base, User, Offset1, Offset2) || in ClusterNeighboringLoads()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h180 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2,
DSIInstrInfo.cpp146 bool SIInstrInfo::areLoadsFromSameBasePtr(SDNode *Load0, SDNode *Load1, in areLoadsFromSameBasePtr() function in SIInstrInfo
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp244 if (!TII->areLoadsFromSameBasePtr(Base, User, Offset1, Offset2) || in ClusterNeighboringLoads()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h184 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2,

12