OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNarrowingProfitable
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h
167
bool
isNarrowingProfitable
(EVT VT1, EVT VT2) const override;
AMDGPUISelLowering.cpp
919
bool AMDGPUTargetLowering::
isNarrowingProfitable
(EVT SrcVT, EVT DestVT) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h
1236
bool
isNarrowingProfitable
(EVT VT1, EVT VT2) const override;
X86ISelLowering.cpp
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h
2731
virtual bool
isNarrowingProfitable
(EVT /*VT1*/, EVT /*VT2*/) const {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
5160
TLI.
isNarrowingProfitable
(VT, HalfVT) &&
5165
// The
isNarrowingProfitable
is to avoid regressions on PPC and
11713
ExtVT == VT && TLI.
isNarrowingProfitable
(N0.getValueType(), VT)) {
16516
!TLI.
isNarrowingProfitable
(VT, NewVT))) {
Completed in 90 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026