Home
last modified time | relevance | path

Searched refs:storeValue (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Reactor/
DReactor.cpp111 storeValue(rvalue); in materialize()
133 Value *Variable::storeValue(Value *value) const in storeValue() function in rr::Variable
246 storeValue(Nucleus::createConstantBool(x)); in Bool()
313 storeValue(integer); in Byte()
320 storeValue(integer); in Byte()
327 storeValue(integer); in Byte()
332 storeValue(Nucleus::createConstantByte((unsigned char)x)); in Byte()
337 storeValue(Nucleus::createConstantByte(x)); in Byte()
490 val.storeValue(inc); in operator ++()
498 val.storeValue(inc); in operator ++()
[all …]
DSIMD.cpp35 storeValue(xyzw); in Int()
42 storeValue(Nucleus::createConstantVector(constantVector, type())); in Int()
49 storeValue(Nucleus::createConstantVector(constantVector, type())); in Int()
57 storeValue(Nucleus::createConstantVector(constantVector, type())); in Int()
65 storeValue(Nucleus::createConstantVector(constantVector, type())); in Int()
89 storeValue(rhs.value()); in Int()
95 storeValue(rhs.loadValue()); in Int()
101 storeValue(rhs.loadValue()); in Int()
270 storeValue(Nucleus::createConstantVector(constantVector, type())); in UInt()
277 storeValue(Nucleus::createConstantVector(constantVector, type())); in UInt()
[all …]
DLLVMReactor.cpp1994 storeValue(short4); in Short4()
2012 storeValue(As<Short4>(Int2(v4i32)).value()); in Short4()
2334 val.storeValue(inc); in operator ++()
2343 val.storeValue(inc); in operator ++()
2354 val.storeValue(inc); in operator --()
2363 val.storeValue(inc); in operator --()
2392 storeValue(integer); in UInt()
2401 val.storeValue(inc); in operator ++()
2410 val.storeValue(inc); in operator ++()
2421 val.storeValue(inc); in operator --()
[all …]
DSubzeroReactor.cpp2495 storeValue(short4); in Short4()
3104 storeValue((~(As<Int>(cast) >> 31) & in UInt()
3247 storeValue(f); in Int4()
3285 storeValue(d); in Int4()
3297 storeValue(replicate); in Int4()
3539 storeValue((~(As<Int4>(cast) >> 31) & uiValue).value()); in UInt4()
3551 storeValue(replicate); in UInt4()
3715 storeValue(replicate); in Float4()
4744 storeValue(replicate); in Int()
4926 storeValue((~(As<SIMD::Int>(cast) >> 31) & uiValue).value()); in UInt()
[all …]
DReactor.hpp168 Value *storeValue(Value *value) const;
228 this->storeValue(rvalue.value()); in store()
2181 this->storeValue(pointerT); in Pointer()
2190 this->storeValue(pointerT); in Pointer()
2800 this->storeValue(value); in Pointer()
2825 this->storeValue(value); in operator =()
/external/proguard/src/proguard/optimize/evaluation/
DPartialEvaluator.java732 Value storeValue = new InstructionOffsetValue(instructionOffset); in evaluateSingleInstructionBlock() local
733 variables.setProducerValue(storeValue); in evaluateSingleInstructionBlock()
734 stack.setProducerValue(storeValue); in evaluateSingleInstructionBlock()
1049 Value storeValue = new InstructionOffsetValue(AT_CATCH_ENTRY); in visitExceptionInfo() local
1050 variables.setProducerValue(storeValue); in visitExceptionInfo()
1051 stack.setProducerValue(storeValue); in visitExceptionInfo()
1175 Value storeValue = new InstructionOffsetValue(AT_METHOD_ENTRY);
1176 parameters.setProducerValue(storeValue);
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp810 static const int storeValue = 123; variable
820 s << vecType << "(" << bufType << "(" << storeValue << ")"; in getStoreValue()
825 s << vecType << "(" << storeValue << ")"; in getStoreValue()
828 s << vecType << "(" << storeValue << ")"; in getStoreValue()
843 s << "ssbo0_1.val[" << coord << "] = " << bufType << "(" << storeValue << ")"; in genStore()
846 s << "imageStore(image0_1, " << coord << ", " << vecType << "(" << storeValue << "))"; in genStore()
849 s << "imageStore(image0_1, " << coord << ", " << vecType << "(" << storeValue << "))"; in genStore()
1435 string sstoreValue = de::toString(storeValue); in initPrograms()
1488 if (mask & (1 << vecIdx)) checks << storeValue; in initPrograms()