OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isLegalMaskedGather
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetTransformInfo.h
128
bool
isLegalMaskedGather
(Type *DataType, Align Alignment) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h
252
bool
isLegalMaskedGather
(Type *DataType, Align Alignment) const {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
1492
bool
isLegalMaskedGather
(Type *DataType, Align Alignment) const {
1493
return TTI.
isLegalMaskedGather
(DataType, Alignment);
1505
return (LI &&
isLegalMaskedGather
(Ty, Align)) ||
5345
isLegalMaskedGather
(Ty, Alignment))
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h
257
bool
isLegalMaskedGather
(Type *DataType, Align Alignment) const {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp
394
bool TargetTransformInfo::
isLegalMaskedGather
(Type *DataType,
396
return TTIImpl->
isLegalMaskedGather
(DataType, Alignment);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp
1041
bool ARMTTIImpl::
isLegalMaskedGather
(Type *Ty, Align Alignment) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
4420
isLegalMaskedGather
(SrcVTy, Align(Alignment))) ||
4439
!
isLegalMaskedGather
(SrcVTy, Align(Alignment))) ||
4565
bool X86TTIImpl::
isLegalMaskedGather
(Type *DataTy, Align Alignment) {
4607
return
isLegalMaskedGather
(DataType, Alignment);
Completed in 66 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026