Searched defs:shouldScheduleLoadsNear (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetInstrInfo.h | 1458 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, shouldScheduleLoadsNear() function |
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMBaseInstrInfo.cpp | 2015 bool ARMBaseInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, shouldScheduleLoadsNear() function in ARMBaseInstrInfo |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86InstrInfo.cpp | 8777 bool X86InstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, shouldScheduleLoadsNear() function in X86InstrInfo |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | SIInstrInfo.cpp | 595 bool SIInstrInfo::shouldScheduleLoadsNear(SDNode *Load0, SDNode *Load1, shouldScheduleLoadsNear() function in SIInstrInfo |