Home
last modified time | relevance | path

Searched refs:createStore (Results 1 – 17 of 17) sorted by relevance

/external/apache-commons-bcel/src/test/java/org/apache/bcel/verifier/tests/
DTestArrayAccess04Creator.java80 il.append(InstructionFactory.createStore(Type.OBJECT, 1)); in createMethod_1()
83 il.append(InstructionFactory.createStore(Type.INT, 2)); in createMethod_1()
DTestArrayAccess02Creator.java80 il.append(InstructionFactory.createStore(Type.OBJECT, 0)); in createMethod_1()
84 il.append(InstructionFactory.createStore(Type.OBJECT, 1)); in createMethod_1()
DTestArrayAccess03Creator.java80 il.append(InstructionFactory.createStore(Type.OBJECT, 1)); in createMethod_1()
/external/conscrypt/platform/src/test/java/org/conscrypt/
DTrustedCertificateStoreTest.java402 createStore(); in setupStore()
405 private void createStore() { in createStore() method in TrustedCertificateStoreTest
633 createStore(); in testMissingSystemDirectory()
/external/conscrypt/repackaged/platform/src/test/java/com/android/org/conscrypt/
DTrustedCertificateStoreTest.java406 createStore(); in setupStore()
409 private void createStore() { in createStore() method in TrustedCertificateStoreTest
637 createStore(); in testMissingSystemDirectory()
/external/swiftshader/src/Reactor/
DNucleus.hpp244 …static Value *createStore(Value *value, Value *ptr, Type *type, bool isVolatile = false, unsigned …
DLLVMReactor.cpp955 Value *Nucleus::createStore(Value *value, Value *ptr, Type *type, bool isVolatile, unsigned int ali… in createStore() function in rr::Nucleus
964 createStore( in createStore()
974 createStore( in createStore()
1156 Nucleus::createStore(V(passthrough), result, T(elVecTy)); in createGather()
1170 Nucleus::createStore(v, result, T(elVecTy)); in createGather()
1233 …Nucleus::createStore(V(el), V(elPtr), T(elTy), /*isVolatile */ false, alignment, /* atomic */ fals… in createScatter()
1469 createStore(v, writeAddress, T(V(v)->getType())); in createBitCast()
1475 createStore(v, writeAddress, T(V(v)->getType())); in createBitCast()
DSubzeroReactor.cpp1457 Value *Nucleus::createStore(Value *value, Value *ptr, Type *type, bool isVolatile, unsigned int ali… in createStore() function in rr::Nucleus
1712 createStore(v, address, T(v->getType())); in createBitCast()
1718 createStore(v, address, T(v->getType())); in createBitCast()
4727 Nucleus::createStore(val, V(this->promise), ::coroYieldType); in generateYield()
DReactor.hpp2542 …Nucleus::createStore(value.value(), pointer.value(), T::type(), false, alignment, atomic, memoryOr… in Store()
2707 Nucleus::createStore(rhs.value(), address, T::type(), false, alignment); in operator =()
2716 Nucleus::createStore(tmp, address, T::type(), false, alignment); in operator =()
DReactor.cpp171 return Nucleus::createStore(value, address, getType(), false, 0); in storeValue()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionFactory.java477 public static LocalVariableInstruction createStore( final Type type, final int index ) { in createStore() method in InstructionFactory
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp1537 void Builder::createStore(Id rValue, Id lValue, spv::MemoryAccessMask memoryAccess, spv::Scope scop… in createStore() function in spv::Builder
2197 createStore(createCompositeExtract(resultId, typeId1, 1), parameters.texelOut); in createTextureCall()
2814 createStore(source, base, memoryAccess, scope, alignment); in accessChainStore()
2858 createStore(accessChain.base, lValue); in accessChainLoad()
DGlslangToSpv.cpp3149 builder.createStore(result, operands[0]); in visitAggregate()
3329 builder.createStore(trueValue, result); in visitSelection()
3332 builder.createStore(falseValue, result); in visitSelection()
3360 … builder.createStore(accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()), result); in visitSelection()
3368 … builder.createStore(accessChainLoad(node->getFalseBlock()->getAsTyped()->getType()), result); in visitSelection()
5172 builder.createStore(builder.createCompositeExtract(resultId, typeId1, 1), texelOut); in createImageTextureFunctionCall()
8118 builder.createStore(builder.createCompositeExtract(id, typeId0, 1), operands[2]); in createMiscOperation()
8123 builder.createStore(builder.createCompositeExtract(id, typeId0, 0), operands[3]); in createMiscOperation()
8124 builder.createStore(builder.createCompositeExtract(id, typeId0, 1), operands[2]); in createMiscOperation()
8133 builder.createStore(member1, operands[1]); in createMiscOperation()
[all …]
DSpvBuilder.h373 …void createStore(Id rValue, Id lValue, spv::MemoryAccessMask memoryAccess = spv::MemoryAccessMaskN…
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.cpp1537 void Builder::createStore(Id rValue, Id lValue, spv::MemoryAccessMask memoryAccess, spv::Scope scop… in createStore() function in spv::Builder
2197 createStore(createCompositeExtract(resultId, typeId1, 1), parameters.texelOut); in createTextureCall()
2818 createStore(source, base, memoryAccess, scope, alignment); in accessChainStore()
2862 createStore(accessChain.base, lValue); in accessChainLoad()
DGlslangToSpv.cpp3354 builder.createStore(result, operands[0]); in visitAggregate()
3564 builder.createStore(trueValue, result); in visitSelection()
3567 builder.createStore(falseValue, result); in visitSelection()
3595 … builder.createStore(accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()), result); in visitSelection()
3603 … builder.createStore(accessChainLoad(node->getFalseBlock()->getAsTyped()->getType()), result); in visitSelection()
5508 builder.createStore(builder.createCompositeExtract(resultId, typeId1, 1), texelOut); in createImageTextureFunctionCall()
8480 builder.createStore(builder.createCompositeExtract(id, typeId0, 1), operands[2]); in createMiscOperation()
8485 builder.createStore(builder.createCompositeExtract(id, typeId0, 0), operands[3]); in createMiscOperation()
8486 builder.createStore(builder.createCompositeExtract(id, typeId0, 1), operands[2]); in createMiscOperation()
8495 builder.createStore(member1, operands[1]); in createMiscOperation()
[all …]
DSpvBuilder.h373 …void createStore(Id rValue, Id lValue, spv::MemoryAccessMask memoryAccess = spv::MemoryAccessMaskN…