Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h125 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
DAMDGPUISelLowering.cpp548 bool AMDGPUTargetLowering::isNarrowingProfitable(EVT SrcVT, EVT DestVT) const { in isNarrowingProfitable() function in AMDGPUTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h840 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
DX86ISelLowering.cpp20815 bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const { in isNarrowingProfitable() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1697 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const { in isNarrowingProfitable() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6791 ExtVT == VT && TLI.isNarrowingProfitable(N0.getValueType(), VT)) { in ReduceLoadWidth()
10803 !TLI.isNarrowingProfitable(VT, NewVT))) { in ReduceLoadOpStoreWidth()