Home
last modified time | relevance | path

Searched refs:shouldReduceLoadWidth (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h132 bool shouldReduceLoadWidth(SDNode *Load,
DAMDGPUISelLowering.cpp438 bool AMDGPUTargetLowering::shouldReduceLoadWidth(SDNode *N, in shouldReduceLoadWidth() function in AMDGPUTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h872 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
DX86ISelLowering.cpp4166 bool X86TargetLowering::shouldReduceLoadWidth(SDNode *Load, in shouldReduceLoadWidth() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h818 virtual bool shouldReduceLoadWidth(SDNode *Load, in shouldReduceLoadWidth() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3004 if (!TLI.shouldReduceLoadWidth(LoadN, ISD::ZEXTLOAD, ExtVT)) in isAndLoadExtLoad()
6827 if (!TLI.shouldReduceLoadWidth(LN0, ExtType, ExtVT)) in ReduceLoadWidth()