Home
last modified time | relevance | path

Searched refs:createBitCast (Results 1 – 11 of 11) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXRegionCollapsing.cpp317 static Value *createBitCast(Value *Input, Type *Ty, const Twine &Name, in createBitCast() function
357 return createBitCast(Input, Ty, Name, InsertBefore, DbgLoc); in createBitCastToElementType()
377 CombinedBC = createBitCast(BC1->getOperand(0), BC2->getType(), in combineBitCastWithUser()
648 NewVal = createBitCast(NewVal, InnerRd->getType(), in processRdRegion()
839 Value *Res = createBitCast(NewInst, WrRegion->getType(), in processWrRegionBitCast2()
963 Value *Res = createBitCast(CombinedWr, OuterWr->getType(), in processWrRegion()
1055 Value *Res = createBitCast(CombinedWr, OuterWr->getType(), in processWrRegionSplat()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Reactor/
H A DLLVMReactor.cpp950 return createBitCast( in createLoad()
964 return createBitCast(v, type); in createLoad()
1037 createBitCast(ptr, Pointer<Long>::getType()), in createStore()
1046 createBitCast(ptr, Pointer<Int>::getType()), in createStore()
1224 return createBitCast( in createGEP()
1346 Value *Nucleus::createBitCast(Value *v, Type *destType) in createBitCast() function in rr::Nucleus
1893 Value *short8 = Nucleus::createBitCast(cast.value, Short8::getType()); in Short4()
2435 Value *a = Nucleus::createBitCast(cast.value, Byte16::getType()); in Int4()
2439 Value *c = Nucleus::createBitCast(b, Short8::getType()); in Int4()
2459 Value *a = Nucleus::createBitCast(cast.value, Byte16::getType()); in Int4()
[all …]
H A DSubzeroReactor.cpp1657 Value *Nucleus::createBitCast(Value *v, Type *destType) in createBitCast() function in rr::Nucleus
2504 Value *short4 = Nucleus::createBitCast(int2, Short4::getType()); in Short4()
3391 Value *x = Nucleus::createBitCast(cast.value, Int::getType()); in Int4()
3396 Value *b = Nucleus::createBitCast(a, Byte16::getType()); in Int4()
3400 Value *d = Nucleus::createBitCast(c, Short8::getType()); in Int4()
3403 Value *f = Nucleus::createBitCast(e, Int4::getType()); in Int4()
3411 Value *x = Nucleus::createBitCast(cast.value, Int::getType()); in Int4()
3415 Value *b = Nucleus::createBitCast(a, Byte16::getType()); in Int4()
3419 Value *d = Nucleus::createBitCast(c, Short8::getType()); in Int4()
3441 Value *d = Nucleus::createBitCast(c, Int4::getType()); in Int4()
[all …]
H A DNucleus.hpp276 static Value *createBitCast(Value *V, Type *destType);
H A DReactor.cpp1233 storeValue(Nucleus::createBitCast(cast.value, getType())); in Byte4()
1511 storeValue(Nucleus::createBitCast(vector, getType())); in SByte8()
1750 storeValue(Nucleus::createBitCast(cast.value, getType())); in Short2()
1755 storeValue(Nucleus::createBitCast(cast.value, getType())); in UShort2()
3018 storeValue(Nucleus::createBitCast(cast.value, getType())); in Int2()
3049 storeValue(Nucleus::createBitCast(packed, Int2::getType())); in Int2()
4135 storeValue(Nucleus::createBitCast(cast.value, getType())); in Float2()
4369 Value *vector = Nucleus::createBitCast(x.value, Int4::getType()); in Abs()
H A DReactor.hpp2377 Value *pointerT = Nucleus::createBitCast(pointerS.value, Nucleus::getPointerType(T::getType())); in Pointer()
2386 Value *pointerT = Nucleus::createBitCast(pointerS, Nucleus::getPointerType(T::getType())); in Pointer()
2725 …assert(Nucleus::createBitCast(rvalue, T::getType()) == rvalue); // Run-time type should match T, … in RValue()
3214 return RValue<T>(Nucleus::createBitCast(val.value, T::getType())); in ReinterpretCast()
3223 return RValue<T>(Nucleus::createBitCast(val, T::getType())); in ReinterpretCast()
3236 return RValue<T>(Nucleus::createBitCast(val, T::getType())); in As()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Reactor/
H A DLLVMReactor.cpp869 return createBitCast( in createLoad()
883 return createBitCast(v, type); in createLoad()
956 createBitCast(ptr, Pointer<Long>::type()), in createStore()
965 createBitCast(ptr, Pointer<Int>::type()), in createStore()
1281 return createBitCast( in createGEP()
1403 Value *Nucleus::createBitCast(Value *v, Type *destType) in createBitCast() function in rr::Nucleus
1950 Value *short8 = Nucleus::createBitCast(cast.value(), Short8::type()); in Short4()
2492 Value *a = Nucleus::createBitCast(cast.value(), Byte16::type()); in Int4()
2496 Value *c = Nucleus::createBitCast(b, Short8::type()); in Int4()
2516 Value *a = Nucleus::createBitCast(cast.value(), Byte16::type()); in Int4()
[all …]
H A DSubzeroReactor.cpp1669 Value *Nucleus::createBitCast(Value *v, Type *destType) in createBitCast() function in rr::Nucleus
2516 Value *short4 = Nucleus::createBitCast(int2, Short4::type()); in Short4()
3403 Value *x = Nucleus::createBitCast(cast.value(), Int::type()); in Int4()
3408 Value *b = Nucleus::createBitCast(a, Byte16::type()); in Int4()
3412 Value *d = Nucleus::createBitCast(c, Short8::type()); in Int4()
3415 Value *f = Nucleus::createBitCast(e, Int4::type()); in Int4()
3423 Value *x = Nucleus::createBitCast(cast.value(), Int::type()); in Int4()
3427 Value *b = Nucleus::createBitCast(a, Byte16::type()); in Int4()
3431 Value *d = Nucleus::createBitCast(c, Short8::type()); in Int4()
3453 Value *d = Nucleus::createBitCast(c, Int4::type()); in Int4()
[all …]
H A DNucleus.hpp276 static Value *createBitCast(Value *V, Type *destType);
H A DReactor.cpp1271 storeValue(Nucleus::createBitCast(cast.value(), type())); in Byte4()
1532 storeValue(Nucleus::createBitCast(vector, type())); in SByte8()
1751 storeValue(Nucleus::createBitCast(cast.value(), type())); in Short2()
1756 storeValue(Nucleus::createBitCast(cast.value(), type())); in UShort2()
2919 storeValue(Nucleus::createBitCast(cast.value(), type())); in Int2()
2948 storeValue(Nucleus::createBitCast(packed, Int2::type())); in Int2()
3987 storeValue(Nucleus::createBitCast(cast.value(), type())); in Float2()
4220 Value *vector = Nucleus::createBitCast(x.value(), Int4::type()); in Abs()
H A DReactor.hpp2432 Value *pointerT = Nucleus::createBitCast(pointerS.value(), Nucleus::getPointerType(T::type())); in Pointer()
2441 Value *pointerT = Nucleus::createBitCast(pointerS, Nucleus::getPointerType(T::type())); in Pointer()
2734 …assert(Nucleus::createBitCast(value, T::type()) == value); // Run-time type should match T, so bi… in RValue()
3217 return RValue<T>(Nucleus::createBitCast(val.value(), T::type())); in ReinterpretCast()
3226 return RValue<T>(Nucleus::createBitCast(val, T::type())); in ReinterpretCast()
3239 return RValue<T>(Nucleus::createBitCast(val, T::type())); in As()