Home
last modified time | relevance | path

Searched refs:shouldScheduleLoadsNear (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.h49 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
DAMDGPUInstrInfo.cpp50 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load0, SDNode *Load1, in shouldScheduleLoadsNear() function in AMDGPUInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h319 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
DX86InstrInfo.cpp3237 bool X86InstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in X86InstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h162 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
DARMBaseInstrInfo.cpp1328 bool ARMBaseInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in ARMBaseInstrInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h504 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function
/external/llvm/lib/Target/X86/
DX86InstrInfo.h417 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
DX86InstrInfo.cpp6715 bool X86InstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in X86InstrInfo
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h224 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
DARMBaseInstrInfo.cpp1626 bool ARMBaseInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in ARMBaseInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h441 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, int64_t Offset1,
DX86InstrInfo.cpp5813 bool X86InstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in X86InstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h255 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
DARMBaseInstrInfo.cpp1804 bool ARMBaseInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in ARMBaseInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1013 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1115 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp221 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h171 bool shouldScheduleLoadsNear(SDNode *Load0, SDNode *Load1, int64_t Offset0,
DSIInstrInfo.cpp466 bool SIInstrInfo::shouldScheduleLoadsNear(SDNode *Load0, SDNode *Load1, in shouldScheduleLoadsNear() function in SIInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp258 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp257 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()