Searched refs:PatternValue (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_color.cpp | 30 PatternValue* pvalue = reinterpret_cast<PatternValue*>(m_pBuffer); in ReleaseBuffer() 101 PatternValue* pvalue = reinterpret_cast<PatternValue*>(m_pBuffer); in SetValue() 140 PatternValue* pValue = reinterpret_cast<PatternValue*>(m_pBuffer); in Copy() 169 PatternValue* pvalue = reinterpret_cast<PatternValue*>(m_pBuffer); in GetPattern()
|
D | cpdf_patterncs.cpp | 56 PatternValue* pvalue = reinterpret_cast<PatternValue*>(pBuf); in GetRGB()
|
D | cpdf_colorspace.h | 36 struct PatternValue { struct
|
D | cpdf_colorspace.cpp | 485 return sizeof(PatternValue); in GetBufSize()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 450 Constant *PatternValue = 0; in processLoopStridedStore() local 459 PatternValue = 0; in processLoopStridedStore() 461 (PatternValue = getMemSetPatternValue(StoredVal, *TD))) { in processLoopStridedStore() 526 GlobalVariable *GV = new GlobalVariable(*M, PatternValue->getType(), true, in processLoopStridedStore() 528 PatternValue, ".memset_pattern"); in processLoopStridedStore()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 372 Constant *PatternValue = nullptr; in isLegalStore() local 386 (PatternValue = getMemSetPatternValue(StoredVal, DL))) { in isLegalStore() 750 Constant *PatternValue = nullptr; in processLoopStridedStore() local 753 PatternValue = getMemSetPatternValue(StoredVal, DL); in processLoopStridedStore() 755 assert((SplatValue || PatternValue) && in processLoopStridedStore() 821 GlobalVariable *GV = new GlobalVariable(*M, PatternValue->getType(), true, in processLoopStridedStore() 823 PatternValue, ".memset_pattern"); in processLoopStridedStore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 429 Constant *PatternValue = nullptr; in isLegalStore() local 445 (PatternValue = getMemSetPatternValue(StoredVal, DL))) { in isLegalStore() 855 Constant *PatternValue = nullptr; in processLoopStridedStore() local 858 PatternValue = getMemSetPatternValue(StoredVal, DL); in processLoopStridedStore() 860 assert((SplatValue || PatternValue) && in processLoopStridedStore() 932 GlobalVariable *GV = new GlobalVariable(*M, PatternValue->getType(), true, in processLoopStridedStore() 934 PatternValue, ".memset_pattern"); in processLoopStridedStore()
|