Searched refs:createSIToFP (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | Nucleus.cpp | 493 Value *Nucleus::createSIToFP(Value *V, Type *destType) in createSIToFP() function in sw::Nucleus 5957 Value *integer = Nucleus::createSIToFP(cast.value, Float::getType()); in Float() 6284 Value *g = Nucleus::createSIToFP(f, Float4::getType()); in Float4() 6296 Value *xyzw = Nucleus::createSIToFP(cast.value, Float4::getType()); // FIXME: Crashes in Float4() 6301 Value *f32x = Nucleus::createSIToFP(i8x, Float::getType()); in Float4() 6305 Value *f32y = Nucleus::createSIToFP(i8y, Float::getType()); in Float4() 6309 Value *f32z = Nucleus::createSIToFP(i8z, Float::getType()); in Float4() 6313 Value *f32w = Nucleus::createSIToFP(i8w, Float::getType()); in Float4() 6366 Value *xyzw = Nucleus::createSIToFP(g, Float4::getType()); in Float4() 6377 storeValue(Nucleus::createSIToFP(RValue<Int4>(c).value, Float4::getType())); in Float4() [all …]
|
D | Nucleus.hpp | 140 static llvm::Value *createSIToFP(llvm::Value *V, llvm::Type *destType);
|