/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.h | 121 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth() function
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFISelLowering.h | 120 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth() function
|
/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-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 190 bool shouldReduceLoadWidth(SDNode *Load,
|
D | AMDGPUISelLowering.cpp | 717 bool AMDGPUTargetLowering::shouldReduceLoadWidth(SDNode *N, in shouldReduceLoadWidth() function in AMDGPUTargetLowering 721 if (!TargetLoweringBase::shouldReduceLoadWidth(N, ExtTy, NewVT)) in shouldReduceLoadWidth()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 183 bool shouldReduceLoadWidth(SDNode *Load,
|
D | AMDGPUISelLowering.cpp | 635 bool AMDGPUTargetLowering::shouldReduceLoadWidth(SDNode *N, in shouldReduceLoadWidth() function in AMDGPUTargetLowering 639 if (!TargetLoweringBase::shouldReduceLoadWidth(N, ExtTy, NewVT)) in shouldReduceLoadWidth()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 316 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
D | HexagonISelLowering.cpp | 3279 bool HexagonTargetLowering::shouldReduceLoadWidth(SDNode *Load, in shouldReduceLoadWidth() function in HexagonTargetLowering 3282 if (!TargetLoweringBase::shouldReduceLoadWidth(Load, ExtTy, NewVT)) in shouldReduceLoadWidth()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 328 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
D | HexagonISelLowering.cpp | 3471 bool HexagonTargetLowering::shouldReduceLoadWidth(SDNode *Load, in shouldReduceLoadWidth() function in HexagonTargetLowering 3474 if (!TargetLoweringBase::shouldReduceLoadWidth(Load, ExtTy, NewVT)) in shouldReduceLoadWidth()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 930 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 394 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
D | AArch64ISelLowering.cpp | 8808 bool AArch64TargetLowering::shouldReduceLoadWidth(SDNode *Load, in shouldReduceLoadWidth() function in AArch64TargetLowering 8812 if (!TargetLoweringBase::shouldReduceLoadWidth(Load, ExtTy, NewVT)) in shouldReduceLoadWidth()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 530 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1259 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1133 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 891 virtual bool shouldReduceLoadWidth(SDNode *Load, in shouldReduceLoadWidth() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 1362 virtual bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 1518 virtual bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4799 if (!TLI.shouldReduceLoadWidth(LoadN, ISD::ZEXTLOAD, ExtVT)) in isAndLoadExtLoad() 4865 if (!TLI.shouldReduceLoadWidth(Load, ExtType, MemVT)) in isLegalNarrowLdSt() 16953 if (!TLI.shouldReduceLoadWidth(OriginalLoad, ExtTy, VecEltVT)) in scalarizeExtractedVectorLoad() 18466 if (!TLI.shouldReduceLoadWidth(Ld, Ld->getExtensionType(), VT)) in narrowExtractedVectorLoad()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5072 if (!TLI.shouldReduceLoadWidth(LoadN, ISD::ZEXTLOAD, ExtVT)) in isAndLoadExtLoad() 5150 if (!TLI.shouldReduceLoadWidth(Load, ExtType, MemVT)) in isLegalNarrowLdSt() 18083 if (!TLI.shouldReduceLoadWidth(OriginalLoad, ExtTy, VecEltVT)) in scalarizeExtractedVectorLoad() 19830 if (!TLI.shouldReduceLoadWidth(Ld, Ld->getExtensionType(), VT)) in narrowExtractedVectorLoad()
|
D | TargetLowering.cpp | 3648 shouldReduceLoadWidth(Lod, ISD::NON_EXTLOAD, newVT)) { in SimplifySetCC()
|
/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()
|