HomeSort by relevance Sort by last modified time
    Searched defs:PatternValue (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.h 36 struct PatternValue {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 450 Constant *PatternValue = 0;
459 PatternValue = 0;
461 (PatternValue = getMemSetPatternValue(StoredVal, *TD))) {
462 // It looks like we can use PatternValue!
524 // Otherwise we should form a memset_pattern16. PatternValue is known to be
526 GlobalVariable *GV = new GlobalVariable(*M, PatternValue->getType(), true,
528 PatternValue, ".memset_pattern");
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 372 Constant *PatternValue = nullptr;
386 (PatternValue = getMemSetPatternValue(StoredVal, DL))) {
387 // It looks like we can use PatternValue!
750 Constant *PatternValue = nullptr;
753 PatternValue = getMemSetPatternValue(StoredVal, DL);
755 assert((SplatValue || PatternValue) &&
819 // Otherwise we should form a memset_pattern16. PatternValue is known to be
821 GlobalVariable *GV = new GlobalVariable(*M, PatternValue->getType(), true,
823 PatternValue, ".memset_pattern");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 429 Constant *PatternValue = nullptr;
445 (PatternValue = getMemSetPatternValue(StoredVal, DL))) {
446 // It looks like we can use PatternValue!
855 Constant *PatternValue = nullptr;
858 PatternValue = getMemSetPatternValue(StoredVal, DL);
860 assert((SplatValue || PatternValue) &&
    [all...]

Completed in 390 milliseconds