Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.h120 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
H A DAMDGPUISelLowering.cpp531 bool AMDGPUTargetLowering::isNarrowingProfitable(EVT SrcVT, EVT DestVT) const { in isNarrowingProfitable() function in AMDGPUTargetLowering
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h743 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
H A DX86ISelLowering.cpp20260 bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const { in isNarrowingProfitable() function in X86TargetLowering
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h1549 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const { in isNarrowingProfitable() function
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6065 ExtVT == VT && TLI.isNarrowingProfitable(N0.getValueType(), VT)) { in ReduceLoadWidth()
9490 TLI.isNarrowingProfitable(VT, NewVT))) { in ReduceLoadOpStoreWidth()