Home
last modified time | relevance | path

Searched refs:isNarrowingProfitable (Results 1 – 15 of 15) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h159 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
DAMDGPUISelLowering.cpp817 bool AMDGPUTargetLowering::isNarrowingProfitable(EVT SrcVT, EVT DestVT) const { in isNarrowingProfitable() function in AMDGPUTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h665 virtual bool isNarrowingProfitable(EVT VT1, EVT VT2) const;
DX86ISelLowering.cpp10845 bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const { in isNarrowingProfitable() function in X86TargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h891 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h977 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
DX86ISelLowering.cpp26397 bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const { in isNarrowingProfitable() function in X86TargetLowering
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1587 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const { in isNarrowingProfitable() function
/external/llvm/include/llvm/Target/
DTargetLowering.h1824 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const { in isNarrowingProfitable() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2272 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const { in isNarrowingProfitable() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4668 ExtVT == VT && TLI.isNarrowingProfitable(N0.getValueType(), VT)) { in ReduceLoadWidth()
6455 TLI.isNarrowingProfitable(VT, NewVT))) { in ReduceLoadOpStoreWidth()
/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-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4008 TLI.isNarrowingProfitable(VT, HalfVT) && in visitANDLike()
9138 ExtVT == VT && TLI.isNarrowingProfitable(N0.getValueType(), VT)) { in ReduceLoadWidth()
13458 !TLI.isNarrowingProfitable(VT, NewVT))) { in ReduceLoadOpStoreWidth()