/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.h | 136 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 218 bool shouldReduceLoadWidth(SDNode *Load,
|
H A D | AMDGPUISelLowering.cpp | 816 bool AMDGPUTargetLowering::shouldReduceLoadWidth(SDNode *N, in shouldReduceLoadWidth() function in AMDGPUTargetLowering 820 if (!TargetLoweringBase::shouldReduceLoadWidth(N, ExtTy, NewVT)) in shouldReduceLoadWidth()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 345 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
H A D | HexagonISelLowering.cpp | 3839 bool HexagonTargetLowering::shouldReduceLoadWidth(SDNode *Load, in shouldReduceLoadWidth() 3842 if (!TargetLoweringBase::shouldReduceLoadWidth(Load, ExtTy, NewVT)) in shouldReduceLoadWidth() 3835 bool HexagonTargetLowering::shouldReduceLoadWidth(SDNode *Load, shouldReduceLoadWidth() function in HexagonTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1428 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
H A D | X86ISelLowering.cpp | 3099 bool X86TargetLowering::shouldReduceLoadWidth(SDNode *Load, in shouldReduceLoadWidth() function in X86TargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 675 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
H A D | AArch64ISelLowering.cpp | 15692 bool AArch64TargetLowering::shouldReduceLoadWidth(SDNode *Load, in shouldReduceLoadWidth() function in AArch64TargetLowering 15696 if (!TargetLoweringBase::shouldReduceLoadWidth(Load, ExtTy, NewVT)) in shouldReduceLoadWidth()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1798 virtual bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 6448 if (!TLI.shouldReduceLoadWidth(LoadN, ISD::ZEXTLOAD, ExtVT)) in isAndLoadExtLoad() 6526 if (!TLI.shouldReduceLoadWidth(Load, ExtType, MemVT)) in isLegalNarrowLdSt() 22296 !TLI.shouldReduceLoadWidth(OriginalLoad, ExtTy, VecEltVT)) in scalarizeExtractedVectorLoad() 24583 if (!TLI.shouldReduceLoadWidth(Ld, Ld->getExtensionType(), VT)) in narrowExtractedVectorLoad()
|
H A D | TargetLowering.cpp | 4672 if (!shouldReduceLoadWidth(Lod, ISD::NON_EXTLOAD, newVT)) in SimplifySetCC()
|