Searched refs:getConstantInt1 (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.h | 199 Constant *getConstantInt1(int8_t ConstantInt1) { in getConstantInt1() function
|
D | IceGlobalContext.cpp | 675 return getConstantInt1(Value); in getConstantInt()
|
D | IceTargetLoweringARM32.cpp | 3569 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()
|
D | IceTargetLoweringX86BaseImpl.h | 3034 _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/ |
D | SubzeroReactor.cpp | 2054 return V(::context->getConstantInt1(b)); in createConstantBool()
|