Home
last modified time | relevance | path

Searched refs:getConstantZero (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.h203 return getConstantZero(IceType_i1); in getConstantInt1()
214 return getConstantZero(IceType_i8); in getConstantInt8()
222 return getConstantZero(IceType_i16); in getConstantInt16()
230 return getConstantZero(IceType_i32); in getConstantInt32()
238 return getConstantZero(IceType_i64); in getConstantInt64()
255 Constant *getConstantZero(Type Ty);
DIceTargetLoweringARM32.cpp2532 legalize(Ctx->getConstantZero(IceType_i32), Legal_Reg | Legal_Flex); in lowerInt64Arithmetic()
2585 legalize(Ctx->getConstantZero(IceType_i32), Legal_Reg | Legal_Flex); in lowerInt64Arithmetic()
2638 Operand *_0 = legalize(Ctx->getConstantZero(IceType_i32), in lowerInt64Arithmetic()
2692 legalize(Ctx->getConstantZero(IceType_i32), Legal_Reg | Legal_Flex); in lowerInt64Arithmetic()
3164 legalize(Ctx->getConstantZero(DestTy), Legal_Reg | Legal_Flex); in lowerArithmetic()
3750 Operand *_0 = Ctx->getConstantZero(IceType_i32); in lowerCast()
3771 Constant *_0 = Ctx->getConstantZero(IceType_i32); in lowerCast()
3791 legalize(Ctx->getConstantZero(IceType_i32), Legal_Reg | Legal_Flex); in lowerCast()
4227 legalize(Ctx->getConstantZero(IceType_i32), Legal_Reg | Legal_Flex); in lowerFcmp()
4594 legalize(Ctx->getConstantZero(IceType_i32), Legal_Reg | Legal_Flex); in lowerIcmp()
[all …]
DIceTargetLoweringX8632.cpp1441 _mov(Dest, Ctx->getConstantZero(Ty)); in optimizeScalarMul()
1498 Constant *Zero = Ctx->getConstantZero(IceType_i32); in optimizeScalarMul()
1525 Constant *Zero = Ctx->getConstantZero(IceType_i32); in lowerShift64()
2148 _mov(T_edx, Ctx->getConstantZero(Ty)); in lowerArithmetic()
2231 _mov(T_edx, Ctx->getConstantZero(Ty)); in lowerArithmetic()
2268 _mov(Dest, Ctx->getConstantZero(Ty)); in lowerArithmetic()
2385 Constant *Zero = Ctx->getConstantZero(IceType_i32); in lowerBr()
2693 Constant *Zero = Ctx->getConstantZero(IceType_i32); in lowerCast()
3814 Result = Ctx->getConstantZero(IceType_i32); in lowerIntrinsic()
3954 Constant *Zero = Ctx->getConstantZero(IceType_i32); in lowerIntrinsic()
[all …]
DIceTargetLoweringX8664.cpp1364 _mov(Dest, Ctx->getConstantZero(Ty)); in optimizeScalarMul()
1421 Constant *Zero = Ctx->getConstantZero(IceType_i32); in optimizeScalarMul()
1448 Constant *Zero = Ctx->getConstantZero(IceType_i32); in lowerShift64()
1952 _mov(T_edx, Ctx->getConstantZero(Ty)); in lowerArithmetic()
2043 _mov(T_edx, Ctx->getConstantZero(Ty)); in lowerArithmetic()
2080 _mov(Dest, Ctx->getConstantZero(Ty)); in lowerArithmetic()
2201 Constant *Zero = Ctx->getConstantZero(IceType_i32); in lowerBr()
3370 Result = Ctx->getConstantZero(IceType_i32); in lowerIntrinsic()
4977 _cmp(Opnd, Ctx->getConstantZero(IceType_i32)); in doMockBoundsCheck()
5630 Operand *Zero = Ctx->getConstantZero(IceType_i32); in lowerSelect()
[all …]
DIceGlobalContext.cpp742 Constant *GlobalContext::getConstantZero(Type Ty) { in getConstantZero() function in Ice::GlobalContext
DIceInst.cpp419 Srcs[I] = Target->getCfg()->getContext()->getConstantZero(Ty); in clearOperandForTarget()
DWasmTranslator.cpp1380 return Ctx->getConstantZero(getPointerType()); in sanitizeAddress()
DIceTargetLoweringMIPS32.cpp626 auto *_0 = Ctx->getConstantZero(IceType_i64); in genTargetHelperCallFor()
1085 return Ctx->getConstantZero(Ty); in legalizeUndef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6412 static ByteProvider getConstantZero() { return ByteProvider(nullptr, 0); } in getConstantZero() function
6483 ? ByteProvider::getConstantZero() in calculateByteProvider()
6498 ? Optional<ByteProvider>(ByteProvider::getConstantZero()) in calculateByteProvider()
6517 ? Optional<ByteProvider>(ByteProvider::getConstantZero()) in calculateByteProvider()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp2028 return V(::context->getConstantZero(T(Ty))); in createNullValue()