| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.h | 140 shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, EVT NewVT, in shouldReduceLoadWidth() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 221 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtType, EVT ExtVT,
|
| H A D | AMDGPUISelLowering.cpp | 831 bool AMDGPUTargetLowering::shouldReduceLoadWidth( in shouldReduceLoadWidth() function in AMDGPUTargetLowering 835 if (!TargetLoweringBase::shouldReduceLoadWidth(N, ExtTy, NewVT, ByteOffset)) in shouldReduceLoadWidth()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 361 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, EVT NewVT,
|
| H A D | HexagonISelLowering.cpp | 3874 bool HexagonTargetLowering::shouldReduceLoadWidth( in shouldReduceLoadWidth() function in HexagonTargetLowering 3878 if (!TargetLoweringBase::shouldReduceLoadWidth(Load, ExtTy, NewVT, in shouldReduceLoadWidth()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 193 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, EVT NewVT,
|
| H A D | AArch64ISelLowering.cpp | 16491 bool AArch64TargetLowering::shouldReduceLoadWidth( in shouldReduceLoadWidth() function in AArch64TargetLowering 16495 if (!TargetLoweringBase::shouldReduceLoadWidth(Load, ExtTy, NewVT, in shouldReduceLoadWidth()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1515 shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, EVT NewVT,
|
| H A D | X86ISelLowering.cpp | 3244 bool X86TargetLowering::shouldReduceLoadWidth( in shouldReduceLoadWidth() function in X86TargetLowering
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1854 virtual bool shouldReduceLoadWidth(
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 4896 if (shouldReduceLoadWidth(Lod, ISD::NON_EXTLOAD, newVT, in SimplifySetCC() 12337 if (!shouldReduceLoadWidth(OriginalLoad, ExtTy, VecEltVT, ByteOffset)) in scalarizeExtractedVectorLoad()
|
| H A D | DAGCombiner.cpp | 6833 if (!TLI.shouldReduceLoadWidth(LoadN, ISD::ZEXTLOAD, ExtVT, /*ByteOffset=*/0)) in isAndLoadExtLoad() 6911 if (!TLI.shouldReduceLoadWidth(Load, ExtType, MemVT, ByteShAmt)) in isLegalNarrowLdSt() 25649 if (!TLI.shouldReduceLoadWidth(Ld, Ld->getExtensionType(), VT, ByteOffset)) in narrowExtractedVectorLoad()
|