/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 158 bool isLegalMaskedStore(Type *DataTy, MaybeAlign Alignment) { in isLegalMaskedStore() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 171 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/ |
D | VETargetTransformInfo.h | 139 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 189 bool isLegalMaskedStore(Type *DataTy, Align Alignment) { in isLegalMaskedStore() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
D | RISCVTargetTransformInfo.h | 199 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 260 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 356 bool HexagonTTIImpl::isLegalMaskedStore(Type *DataType, Align /*Alignment*/) { in isLegalMaskedStore() function in HexagonTTIImpl
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 126 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType) const { in isLegalMaskedStore() function in TargetTransformInfo
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 212 bool isLegalMaskedStore(Type *DataType) { return false; } in isLegalMaskedStore() function
|
D | TargetTransformInfo.h | 805 bool isLegalMaskedStore(Type *DataType) override { in isLegalMaskedStore() function
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 1579 bool X86TTIImpl::isLegalMaskedStore(Type *DataType) { in isLegalMaskedStore() function in X86TTIImpl
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 257 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { return false; } in isLegalMaskedStore() function
|
D | TargetTransformInfo.h | 1528 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) override { in isLegalMaskedStore() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 241 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore() function
|
D | TargetTransformInfo.h | 2075 bool isLegalMaskedStore(Type *DataType, Align Alignment) override { in isLegalMaskedStore() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 299 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, in isLegalMaskedStore() function in TargetTransformInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 3363 bool X86TTIImpl::isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore() function in X86TTIImpl
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 393 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, in isLegalMaskedStore() function in TargetTransformInfo
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 5894 bool X86TTIImpl::isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() function in X86TTIImpl
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1454 bool isLegalMaskedStore(Type *DataType, Value *Ptr) { in isLegalMaskedStore() function in __anonb4dace450111::LoopVectorizationLegality
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1203 bool isLegalMaskedStore(Type *DataType, Value *Ptr, MaybeAlign Alignment) { in isLegalMaskedStore() function in llvm::LoopVectorizationCostModel
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1431 bool isLegalMaskedStore(Type *DataType, Value *Ptr, Align Alignment) const { in isLegalMaskedStore() function in llvm::LoopVectorizationCostModel
|