Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h199 Constant *getConstantInt1(int8_t ConstantInt1) { in getConstantInt1() function
DIceGlobalContext.cpp675 return getConstantInt1(Value); in getConstantInt()
DIceTargetLoweringARM32.cpp3569 Operand *_1 = legalize(Ctx->getConstantInt1(1), Legal_Reg | Legal_Flex); in lowerInt1ForBranch()
3993 legalize(Ctx->getConstantInt1(1), Legal_Reg | Legal_Flex); in lowerCast()
4009 Operand *_1 = legalize(Ctx->getConstantInt1(1), Legal_Reg | Legal_Flex); in lowerCast()
4037 _and(T, T, Ctx->getConstantInt1(1)); in lowerCast()
6670 Operand *_1 = legalize(Ctx->getConstantInt1(1), Legal_Reg | Legal_Flex); in lowerInt1ForSelect()
6799 Operand *_1 = legalize(Ctx->getConstantInt1(1), Legal_Reg | Legal_Flex); in lowerInt1()
DIceTargetLoweringX86BaseImpl.h3034 _and(T, Ctx->getConstantInt1(1));
3087 _and(T_2, Ctx->getConstantInt1(1));
3117 _and(T_2, Ctx->getConstantInt1(1));
4692 _and(T_2, Ctx->getConstantInt1(1));
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp2054 return V(::context->getConstantInt1(b)); in createConstantBool()