Home
last modified time | relevance | path

Searched refs:getConstantInt64 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.h235 Constant *getConstantInt64(int64_t ConstantInt64) { in getConstantInt64() function
DWasmTranslator.cpp374 auto *Const = Ctx->getConstantInt64(Value); in Int64Constant()
731 Ctx->getConstantInt64(0))); in Unop()
DIceGlobalContext.cpp683 return getConstantInt64(Value); in getConstantInt()
DIceTargetLoweringX8664.cpp7164 auto *NumFpArgs = Ctx->getConstantInt64(NumVariadicFpArgs); in emitCallToTarget()
7197 Ctx->getConstantInt64(reinterpret_cast<int64_t>(&__chkstk)); in emitStackProbe()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp114 return context->getConstantInt64(reinterpret_cast<intptr_t>(ptr)); in getConstantPointer()
1465 …auto call = Ice::InstCall::create(::function, 2, nullptr, ::context->getConstantInt64(reinterpret_… in createStore()
1467 call->addArg(::context->getConstantInt64(typeSize(type))); in createStore()
2035 return V(::context->getConstantInt64(i)); in createConstantLong()