Searched refs:shouldScheduleLoadsNear (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstrInfo.h117 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
H A DAMDGPUInstrInfo.cpp205 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load0, SDNode *Load1, function in class:AMDGPUInstrInfo
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h218 /// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
226 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
H A DARMBaseInstrInfo.cpp1615 /// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
1626 bool ARMBaseInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, function in class:ARMBaseInstrInfo
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h410 /// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
418 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
H A DX86InstrInfo.cpp6495 bool X86InstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, function in class:X86InstrInfo
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h969 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, function in class:llvm::TargetInstrInfo
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp257 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads))

Completed in 150 milliseconds