Home
last modified time | relevance | path

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

/external/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);
DIceTargetLoweringX8632.h76 Constant *Zero = Ctx->getConstantZero(IceType_i32); in createNaClReadTPSrcOperand()
DIceTargetLoweringARM32.cpp2716 legalize(Ctx->getConstantZero(IceType_i32), Legal_Reg | Legal_Flex); in lowerInt64Arithmetic()
2769 legalize(Ctx->getConstantZero(IceType_i32), Legal_Reg | Legal_Flex); in lowerInt64Arithmetic()
2822 Operand *_0 = legalize(Ctx->getConstantZero(IceType_i32), in lowerInt64Arithmetic()
2876 legalize(Ctx->getConstantZero(IceType_i32), Legal_Reg | Legal_Flex); in lowerInt64Arithmetic()
3348 legalize(Ctx->getConstantZero(DestTy), Legal_Reg | Legal_Flex); in lowerArithmetic()
3935 Operand *_0 = Ctx->getConstantZero(IceType_i32); in lowerCast()
3956 Constant *_0 = Ctx->getConstantZero(IceType_i32); in lowerCast()
3976 legalize(Ctx->getConstantZero(IceType_i32), Legal_Reg | Legal_Flex); in lowerCast()
4412 legalize(Ctx->getConstantZero(IceType_i32), Legal_Reg | Legal_Flex); in lowerFcmp()
4779 legalize(Ctx->getConstantZero(IceType_i32), Legal_Reg | Legal_Flex); in lowerIcmp()
[all …]
DIceTargetLoweringX86BaseImpl.h1683 _mov(Dest, Ctx->getConstantZero(Ty));
1741 Constant *Zero = Ctx->getConstantZero(IceType_i32);
1770 Constant *Zero = Ctx->getConstantZero(IceType_i32);
2399 _mov(T_edx, Ctx->getConstantZero(Ty));
2490 _mov(T_edx, Ctx->getConstantZero(Ty));
2527 _mov(Dest, Ctx->getConstantZero(Ty));
2650 Constant *Zero = Ctx->getConstantZero(IceType_i32);
2982 Constant *Zero = Ctx->getConstantZero(IceType_i32);
4161 Result = Ctx->getConstantZero(IceType_i32);
4323 Constant *Zero = Ctx->getConstantZero(IceType_i32);
[all …]
DIceTargetLoweringX8664.cpp209 Constant *_0 = Ctx->getConstantZero(IceType_i32); in _push_rbp()
DIceGlobalContext.cpp742 Constant *GlobalContext::getConstantZero(Type Ty) { in getConstantZero() function in Ice::GlobalContext
DIceInst.cpp421 Srcs[I] = Target->getCfg()->getContext()->getConstantZero(Ty); in clearOperandForTarget()
DWasmTranslator.cpp1380 return Ctx->getConstantZero(getPointerType()); in sanitizeAddress()
DIceTargetLoweringMIPS32.cpp628 auto *_0 = Ctx->getConstantZero(IceType_i64); in genTargetHelperCallFor()
1100 return Ctx->getConstantZero(Ty); in legalizeUndef()
5140 llvm::cast<ConstantInteger32>(Ctx->getConstantZero(IceType_i32)))); in lowerIntrinsic()
/external/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()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp2029 return V(::context->getConstantZero(T(Ty))); in createNullValue()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6927 static ByteProvider getConstantZero() { return ByteProvider(nullptr, 0); } in getConstantZero() function
6998 ? ByteProvider::getConstantZero() in calculateByteProvider()
7013 ? Optional<ByteProvider>(ByteProvider::getConstantZero()) in calculateByteProvider()
7032 ? Optional<ByteProvider>(ByteProvider::getConstantZero()) in calculateByteProvider()