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

  /external/pdfium/core/fpdfapi/page/
cpdf_color.cpp 30 PatternValue* pvalue = reinterpret_cast<PatternValue*>(m_pBuffer);
101 PatternValue* pvalue = reinterpret_cast<PatternValue*>(m_pBuffer);
140 PatternValue* pValue = reinterpret_cast<PatternValue*>(m_pBuffer);
169 PatternValue* pvalue = reinterpret_cast<PatternValue*>(m_pBuffer);
cpdf_patterncs.cpp 56 PatternValue* pvalue = reinterpret_cast<PatternValue*>(pBuf);
cpdf_colorspace.h 36 struct PatternValue {
cpdf_colorspace.cpp 485 return sizeof(PatternValue);
    [all...]
  /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 497 milliseconds