Home
last modified time | relevance | path

Searched refs:createBitCast (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp900 return createBitCast( in createLoad()
903 createLoad(createBitCast(ptr, Pointer<Long>::type()), Long::type(), isVolatile, alignment, atomic, memoryOrder), in createLoad()
911 Value *i = createLoad(createBitCast(ptr, Pointer<Int>::type()), Int::type(), isVolatile, alignment, atomic, memoryOrder); in createLoad()
914 return createBitCast(v, type); in createLoad()
986 createBitCast(value, T(llvm::VectorType::get(T(Long::type()), 2, false))), Long::type(), 0), in createStore()
987 createBitCast(ptr, Pointer<Long>::type()), in createStore()
995 createExtractElement(createBitCast(value, Int4::type()), Int::type(), 0), in createStore()
996 createBitCast(ptr, Pointer<Int>::type()), in createStore()
1312 return createBitCast( in createGEP()
1313 V(jit->builder->CreateGEP(T(Byte::type()), V(createBitCast(pt in createGEP()
1479 Value *Nucleus::createBitCast(Value *v, Type *destType) createBitCast() function in rr::Nucleus
[all...]
H A DSubzeroReactor.cpp1700 Value *Nucleus::createBitCast(Value *v, Type *destType)
2536 Value *short8 = Nucleus::createBitCast(cast.value(), Short8::type());
2540 Value *short4 = Nucleus::createBitCast(int2, Short4::type());
3324 // Value *vector = Nucleus::createBitCast(extend, Int2::type());
3417 Value *x = Nucleus::createBitCast(cast.value(), Int::type());
3422 Value *b = Nucleus::createBitCast(a, Byte16::type());
3426 Value *d = Nucleus::createBitCast(c, Short8::type());
3429 Value *f = Nucleus::createBitCast(e, Int4::type());
3437 Value *x = Nucleus::createBitCast(cast.value(), Int::type());
3441 Value *b = Nucleus::createBitCast(
[all...]
H A DNucleus.hpp274 static Value *createBitCast(Value *V, Type *destType);
H A DReactor.cpp1281 storeValue(Nucleus::createBitCast(cast.value(), type())); in Byte4()
1542 storeValue(Nucleus::createBitCast(vector, type()));
1761 storeValue(Nucleus::createBitCast(cast.value(), type()));
1766 storeValue(Nucleus::createBitCast(cast.value(), type()));
2929 storeValue(Nucleus::createBitCast(cast.value(), type()));
2958 storeValue(Nucleus::createBitCast(packed, Int2::type()));
3997 storeValue(Nucleus::createBitCast(cast.value(), type()));
4230 Value *vector = Nucleus::createBitCast(x.value(), Int4::type());
H A DReactor.hpp2454 Value *pointerT = Nucleus::createBitCast(pointerS.value(), Nucleus::getPointerType(T::type())); in Pointer()
2463 Value *pointerT = Nucleus::createBitCast(pointerS, Nucleus::getPointerType(T::type())); in Pointer()
2759 assert(Nucleus::createBitCast(value, T::type()) == value); // Run-time type should match T, so bitcast is no-op. in RValue()
3235 return RValue<T>(Nucleus::createBitCast(val.value(), T::type())); in ReinterpretCast()
3244 return RValue<T>(Nucleus::createBitCast(val, T::type())); in ReinterpretCast()
3257 return RValue<T>(Nucleus::createBitCast(val, T::type())); in As()

Completed in 19 milliseconds