Searched defs:constantVector (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp931 llvm::Constant *constantVector[16]; local
935 constantVector[i] = llvm::ConstantInt::get(T(type)->getContainedType(0), constants[i % numConstants]);
938 return V(llvm::ConstantVector::get(llvm::ArrayRef<llvm::Constant*>(constantVector, numElements)));
947 llvm::Constant *constantVector[8]; local
951 constantVector[i] = llvm::ConstantFP::get(T(type)->getContainedType(0), constants[i % numConstants]);
954 return V(llvm::ConstantVector::get(llvm::ArrayRef<llvm::Constant*>(constantVector, numElements)));
2060 int64_t constantVector[8] = {x0, x1, x2, x3, x4, x5, x6, x7}; local
2061 storeValue(Nucleus::createConstantVector(constantVector, getType()));
2275 int64_t constantVector[8] = {x0, x1, x2, x3, x4, x5, x6, x7}; local
2276 Value *vector = V(Nucleus::createConstantVector(constantVector, getTyp
2584 int64_t constantVector[4] = {xyzw, xyzw, xyzw, xyzw}; local
2590 int64_t constantVector[4] = {x, y, z, w}; local
2924 int64_t constantVector[4] = {xyzw, xyzw, xyzw, xyzw}; local
2930 int64_t constantVector[4] = {x, y, z, w}; local
3110 int64_t constantVector[8] = {c, c, c, c, c, c, c, c}; local
3116 int64_t constantVector[8] = {c0, c1, c2, c3, c4, c5, c6, c7}; local
3182 int64_t constantVector[8] = {c, c, c, c, c, c, c, c}; local
3188 int64_t constantVector[8] = {c0, c1, c2, c3, c4, c5, c6, c7}; local
4094 int64_t constantVector[2] = {x, y}; local
4295 int64_t constantVector[2] = {x, y}; local
4564 int64_t constantVector[4] = {x, y, z, w}; local
4938 int64_t constantVector[4] = {x, y, z, w}; local
5525 double constantVector[4] = {x, y, z, w}; local
5673 int64_t constantVector[4] = {0x7FFFFFFF, 0x7FFFFFFF, 0x7FFFFFFF, 0x7FFFFFFF}; local
[all...]

Completed in 409 milliseconds