OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLegalMaskedStore
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetTransformInfo.h
113
bool
isLegalMaskedStore
(Type *DataType, Align Alignment) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.h
164
bool
isLegalMaskedStore
(Type *DataType, Align Alignment);
HexagonTargetTransformInfo.cpp
325
bool HexagonTTIImpl::
isLegalMaskedStore
(Type *DataType, Align /*Alignment*/) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h
241
bool
isLegalMaskedStore
(Type *DataType, Align Alignment) {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h
183
bool
isLegalMaskedStore
(Type *DataTy, Align Alignment) {
ARMTargetTransformInfo.cpp
1439
if (Opcode == Instruction::Store &&
isLegalMaskedStore
(Src, Alignment))
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.h
227
bool
isLegalMaskedStore
(Type *DataType, Align Alignment);
X86TargetTransformInfo.cpp
3452
(IsStore && !
isLegalMaskedStore
(SrcVTy, Alignment)) ||
4498
bool X86TTIImpl::
isLegalMaskedStore
(Type *DataType, Align Alignment) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h
644
bool
isLegalMaskedStore
(Type *DataType, Align Alignment) const;
1511
virtual bool
isLegalMaskedStore
(Type *DataType, Align Alignment) = 0;
1876
bool
isLegalMaskedStore
(Type *DataType, Align Alignment) override {
1877
return Impl.
isLegalMaskedStore
(DataType, Alignment);
TargetTransformInfoImpl.h
231
bool
isLegalMaskedStore
(Type *DataType, Align Alignment) const {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp
375
bool TargetTransformInfo::
isLegalMaskedStore
(Type *DataType,
377
return TTIImpl->
isLegalMaskedStore
(DataType, Alignment);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
ScalarizeMaskedMemIntrin.cpp
952
if (TTI.
isLegalMaskedStore
(
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
1472
bool
isLegalMaskedStore
(Type *DataType, Value *Ptr, Align Alignment) const {
1474
TTI.
isLegalMaskedStore
(DataType, Alignment);
5346
: !(
isLegalMaskedStore
(Ty, Ptr, Alignment) ||
5392
: TTI.
isLegalMaskedStore
(Ty, Alignment);
Completed in 47 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026