Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h139 bool shouldReduceLoadWidth(SDNode *Load,
DAMDGPUISelLowering.cpp512 bool AMDGPUTargetLowering::shouldReduceLoadWidth(SDNode *N, in shouldReduceLoadWidth() function in AMDGPUTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h930 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
DX86ISelLowering.cpp4135 bool X86TargetLowering::shouldReduceLoadWidth(SDNode *Load, in shouldReduceLoadWidth() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h891 virtual bool shouldReduceLoadWidth(SDNode *Load, in shouldReduceLoadWidth() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3041 if (!TLI.shouldReduceLoadWidth(LoadN, ISD::ZEXTLOAD, ExtVT)) in isAndLoadExtLoad()
6873 if (!TLI.shouldReduceLoadWidth(LN0, ExtType, ExtVT)) in ReduceLoadWidth()