OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isLegalNTStore
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h
259
bool
isLegalNTStore
(Type *DataType, Align Alignment) {
274
return BaseT::
isLegalNTStore
(DataType, Alignment);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h
239
bool
isLegalNTStore
(Type *DataType, Align Alignment) const {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp
385
bool TargetTransformInfo::
isLegalNTStore
(Type *DataType,
387
return TTIImpl->
isLegalNTStore
(DataType, Alignment);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
4513
bool X86TTIImpl::
isLegalNTStore
(Type *DataType, Align Alignment) {
Completed in 35 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026