Searched refs:PatternValue (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_colorspace.h | 42 class PatternValue { 44 PatternValue(); 45 PatternValue(const PatternValue& that); 46 ~PatternValue(); 113 virtual bool GetPatternRGB(const PatternValue& value,
|
D | cpdf_color.h | 18 class PatternValue; variable 46 std::unique_ptr<PatternValue> m_pValue; // Used for pattern colorspaces.
|
D | cpdf_color.cpp | 35 m_pValue = pdfium::MakeUnique<PatternValue>(); in SetColorSpace() 65 m_pValue = that.m_pValue ? pdfium::MakeUnique<PatternValue>(*that.m_pValue) in operator =()
|
D | cpdf_colorspace.cpp | 443 PatternValue::PatternValue() { in PatternValue() function in PatternValue 447 PatternValue::PatternValue(const PatternValue& that) = default; 449 PatternValue::~PatternValue() = default; 451 void PatternValue::SetComps(pdfium::span<const float> comps) { in SetComps() 655 bool CPDF_ColorSpace::GetPatternRGB(const PatternValue& value, in GetPatternRGB()
|
D | cpdf_patterncs.h | 30 bool GetPatternRGB(const PatternValue& value,
|
D | cpdf_patterncs.cpp | 59 bool CPDF_PatternCS::GetPatternRGB(const PatternValue& value, in GetPatternRGB()
|
/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/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 497 Constant *PatternValue = nullptr; in isLegalStore() local 513 (PatternValue = getMemSetPatternValue(StoredVal, DL))) { in isLegalStore() 928 Constant *PatternValue = nullptr; in processLoopStridedStore() local 931 PatternValue = getMemSetPatternValue(StoredVal, DL); in processLoopStridedStore() 933 assert((SplatValue || PatternValue) && in processLoopStridedStore() 1012 GlobalVariable *GV = new GlobalVariable(*M, PatternValue->getType(), true, in processLoopStridedStore() 1014 PatternValue, ".memset_pattern"); in processLoopStridedStore()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 456 Constant *PatternValue = nullptr; in isLegalStore() local 472 (PatternValue = getMemSetPatternValue(StoredVal, DL))) { in isLegalStore() 887 Constant *PatternValue = nullptr; in processLoopStridedStore() local 890 PatternValue = getMemSetPatternValue(StoredVal, DL); in processLoopStridedStore() 892 assert((SplatValue || PatternValue) && in processLoopStridedStore() 963 GlobalVariable *GV = new GlobalVariable(*M, PatternValue->getType(), true, in processLoopStridedStore() 965 PatternValue, ".memset_pattern"); in processLoopStridedStore()
|