Searched refs:PatternValue (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_color.cpp | 31 PatternValue* pvalue = (PatternValue*)m_pBuffer; in ReleaseBuffer() 88 PatternValue* pvalue = (PatternValue*)m_pBuffer; in SetValue() 127 PatternValue* pValue = reinterpret_cast<PatternValue*>(m_pBuffer); in Copy() 153 PatternValue* pvalue = (PatternValue*)m_pBuffer; in GetPattern()
|
D | pageint.h | 195 struct PatternValue { struct
|
D | cpdf_colorspace.cpp | 412 return sizeof(PatternValue); in GetBufSize() 1128 PatternValue* pvalue = (PatternValue*)pBuf; in GetRGB()
|
/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()
|