Home
last modified time | relevance | path

Searched defs:Legal (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h35 LoopVectorizationLegality *Legal; variable
108 LoopVectorizationLegality *Legal, in VPRecipeBuilder()
H A DLoopVectorizationPlanner.h250 LoopVectorizationLegality *Legal; variable
280 LoopVectorizationLegality *Legal, in LoopVectorizationPlanner()
H A DLoopVectorize.cpp851 LoopVectorizationLegality *Legal; member in llvm::InnerLoopVectorizer
1223 LoopVectorizationLegality *Legal, in LoopVectorizationCostModel()
1855 LoopVectorizationLegality *Legal; member in llvm::LoopVectorizationCostModel
6898 LoopVectorizationLegality *Legal, in getAddressAccessSCEV()
6921 static bool isStrideMul(Instruction *I, LoopVectorizationLegality *Legal) { in isStrideMul()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst1458 Legal subsection
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h75 enum InstrType { Legal, Illegal, Invisible }; enumerator
123 bool Legal; member
H A DTargetTransformInfo.h1386 Legal = 0, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h34 enum InstrType { Legal, LegalTerminator, Illegal, Invisible }; enumerator
H A DTargetLowering.h196 Legal, // The target natively supports this operation. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h48 Legal, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp775 const TypeSetByHwMode &Legal = getLegalTypes(); in expandOverloads() local
784 const TypeSetByHwMode::SetType &Legal) { in expandOverloads()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2366 bool Legal = !ProgressRequired || NewGaps < NumGaps; in tryLocalSplit() local