/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 132 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
|
D | AMDGPUISelLowering.cpp | 624 bool AMDGPUTargetLowering::isNarrowingProfitable(EVT SrcVT, EVT DestVT) const { in isNarrowingProfitable() function in AMDGPUTargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 159 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
|
D | AMDGPUISelLowering.cpp | 817 bool AMDGPUTargetLowering::isNarrowingProfitable(EVT SrcVT, EVT DestVT) const { in isNarrowingProfitable() function in AMDGPUTargetLowering
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 665 virtual bool isNarrowingProfitable(EVT VT1, EVT VT2) const;
|
D | X86ISelLowering.cpp | 10845 bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const { in isNarrowingProfitable() function in X86TargetLowering
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 891 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 977 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
|
D | X86ISelLowering.cpp | 26397 bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const { in isNarrowingProfitable() function in X86TargetLowering
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 1587 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const { in isNarrowingProfitable() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1824 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const { in isNarrowingProfitable() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2272 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const { in isNarrowingProfitable() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4668 ExtVT == VT && TLI.isNarrowingProfitable(N0.getValueType(), VT)) { in ReduceLoadWidth() 6455 TLI.isNarrowingProfitable(VT, NewVT))) { in ReduceLoadOpStoreWidth()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 2977 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/ |
D | DAGCombiner.cpp | 4008 TLI.isNarrowingProfitable(VT, HalfVT) && in visitANDLike() 9138 ExtVT == VT && TLI.isNarrowingProfitable(N0.getValueType(), VT)) { in ReduceLoadWidth() 13458 !TLI.isNarrowingProfitable(VT, NewVT))) { in ReduceLoadOpStoreWidth()
|