Home
last modified time | relevance | path

Searched refs:isNarrowingProfitable (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h132 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
DAMDGPUISelLowering.cpp624 bool AMDGPUTargetLowering::isNarrowingProfitable(EVT SrcVT, EVT DestVT) const { in isNarrowingProfitable() function in AMDGPUTargetLowering
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h179 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
DAMDGPUISelLowering.cpp916 bool AMDGPUTargetLowering::isNarrowingProfitable(EVT SrcVT, EVT DestVT) const { in isNarrowingProfitable() function in AMDGPUTargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h175 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
DAMDGPUISelLowering.cpp820 bool AMDGPUTargetLowering::isNarrowingProfitable(EVT SrcVT, EVT DestVT) const { in isNarrowingProfitable() function in AMDGPUTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h891 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
DX86ISelLowering.cpp22503 bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const { in isNarrowingProfitable() function in X86TargetLowering
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1217 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
DX86ISelLowering.cpp31374 bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const { in isNarrowingProfitable() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1091 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
DX86ISelLowering.cpp30182 bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const { in isNarrowingProfitable() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1824 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const { in isNarrowingProfitable() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2539 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const { in isNarrowingProfitable() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2708 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const { in isNarrowingProfitable() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2977 TLI.isNarrowingProfitable(VT, HalfVT) && in visitANDLike()
6837 ExtVT == VT && TLI.isNarrowingProfitable(N0.getValueType(), VT)) { in ReduceLoadWidth()
10921 !TLI.isNarrowingProfitable(VT, NewVT))) { in ReduceLoadOpStoreWidth()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4737 TLI.isNarrowingProfitable(VT, HalfVT) && in visitANDLike()
10470 ExtVT == VT && TLI.isNarrowingProfitable(N0.getValueType(), VT)) { in ReduceLoadWidth()
15161 !TLI.isNarrowingProfitable(VT, NewVT))) { in ReduceLoadOpStoreWidth()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5010 TLI.isNarrowingProfitable(VT, HalfVT) && in visitANDLike()
11418 ExtVT == VT && TLI.isNarrowingProfitable(N0.getValueType(), VT)) { in ReduceLoadWidth()
16196 !TLI.isNarrowingProfitable(VT, NewVT))) { in ReduceLoadOpStoreWidth()