Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.h127 bool shouldReduceLoadWidth(SDNode *Load,
H A DAMDGPUISelLowering.cpp438 bool AMDGPUTargetLowering::shouldReduceLoadWidth(SDNode *N, in shouldReduceLoadWidth() function in AMDGPUTargetLowering
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h775 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
H A DX86ISelLowering.cpp3877 bool X86TargetLowering::shouldReduceLoadWidth(SDNode *Load, in shouldReduceLoadWidth() function in X86TargetLowering
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h782 virtual bool shouldReduceLoadWidth(SDNode *Load, in shouldReduceLoadWidth() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6101 if (!TLI.shouldReduceLoadWidth(LN0, ExtType, ExtVT)) in ReduceLoadWidth()