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

/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.h116 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
H A DAMDGPUISelLowering.cpp468 bool AMDGPUTargetLowering::isNarrowingProfitable(EVT SrcVT, EVT DestVT) const { function in class:AMDGPUTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h712 /// isNarrowingProfitable - Return true if it's profitable to narrow
715 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
H A DX86ISelLowering.cpp16810 bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const {
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1402 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5734 ExtVT == VT && TLI.isNarrowingProfitable(N0.getValueType(), VT)) {
8808 TLI.isNarrowingProfitable(VT, NewVT))) {

Completed in 4639 milliseconds