OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shouldExpandReduction
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetTransformInfo.cpp
105
bool RISCVTTIImpl::
shouldExpandReduction
(const IntrinsicInst *II) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h
287
bool
shouldExpandReduction
(const IntrinsicInst *II) const { return false; }
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h
207
bool
shouldExpandReduction
(const IntrinsicInst *II) const { return false; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h
745
bool
shouldExpandReduction
(const IntrinsicInst *II) const { return true; }
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp
1034
bool TargetTransformInfo::
shouldExpandReduction
(const IntrinsicInst *II) const {
1035
return TTIImpl->
shouldExpandReduction
(II);
Completed in 298 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026