Searched refs:shouldReduceLoadWidth (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 139 bool shouldReduceLoadWidth(SDNode *Load,
|
D | AMDGPUISelLowering.cpp | 512 bool AMDGPUTargetLowering::shouldReduceLoadWidth(SDNode *N, in shouldReduceLoadWidth() function in AMDGPUTargetLowering
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 930 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
D | X86ISelLowering.cpp | 4135 bool X86TargetLowering::shouldReduceLoadWidth(SDNode *Load, in shouldReduceLoadWidth() function in X86TargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 891 virtual bool shouldReduceLoadWidth(SDNode *Load, in shouldReduceLoadWidth() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3041 if (!TLI.shouldReduceLoadWidth(LoadN, ISD::ZEXTLOAD, ExtVT)) in isAndLoadExtLoad() 6873 if (!TLI.shouldReduceLoadWidth(LN0, ExtType, ExtVT)) in ReduceLoadWidth()
|