Home
last modified time | relevance | path

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

/third_party/skia/tools/
Drandom_parse_path.cpp11 const struct Legal { struct
14 } gLegal[] = { argument
/third_party/skia/fuzz/
DFuzzParsePath.cpp17 static const struct Legal { struct
20 } gLegal[] = { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPRecipeBuilder.h33 LoopVectorizationLegality *Legal; variable
128 LoopVectorizationLegality *Legal, in VPRecipeBuilder()
DLoopVectorizationPlanner.h199 LoopVectorizationLegality *Legal; variable
230 LoopVectorizationLegality *Legal, in LoopVectorizationPlanner()
DLoopVectorize.cpp762 LoopVectorizationLegality *Legal; member in llvm::InnerLoopVectorizer
964 LoopVectorizationLegality *Legal, in LoopVectorizationCostModel()
1488 LoopVectorizationLegality *Legal; member in llvm::LoopVectorizationCostModel
5762 LoopVectorizationLegality *Legal, in getAddressAccessSCEV()
5785 static bool isStrideMul(Instruction *I, LoopVectorizationLegality *Legal) { in isStrideMul()
/third_party/skia/third_party/externals/angle2/doc/
DContributingCode.md99 ### Legal subsection
/third_party/typescript/
DCONTRIBUTING.md132 ## Legal section in Instructions for Contributing Code
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOutliner.h33 enum InstrType { Legal, LegalTerminator, Illegal, Invisible }; enumerator
DTargetLowering.h116 Legal, // The target natively supports this operation. enumerator
/third_party/icu/icu4c/source/test/intltest/
Dtransrt.cpp117 class Legal { class
119 Legal() {} in Legal() function in Legal
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DRoundTripTest.java925 public static class Legal { class in RoundTripTest
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java910 public static class Legal { class in RoundTripTest
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h48 Legal, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2359 bool Legal = !ProgressRequired || NewGaps < NumGaps; in tryLocalSplit() local