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

/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.h124 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
H A DAMDGPUISelLowering.cpp543 bool AMDGPUTargetLowering::isNarrowingProfitable(EVT SrcVT, EVT DestVT) const { function in class:AMDGPUTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h770 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
H A DX86ISelLowering.cpp17843 bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const { function in class:X86TargetLowering
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1624 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6334 ExtVT == VT && TLI.isNarrowingProfitable(N0.getValueType(), VT)) {
9854 !TLI.isNarrowingProfitable(VT, NewVT))) {

Completed in 1084 milliseconds