Searched refs:getConstantZero (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.h | 203 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);
|
D | IceTargetLoweringX8632.h | 76 Constant *Zero = Ctx->getConstantZero(IceType_i32); in createNaClReadTPSrcOperand()
|
D | IceTargetLoweringARM32.cpp | 2716 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 …]
|
D | IceTargetLoweringX86BaseImpl.h | 1683 _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 …]
|
D | IceTargetLoweringX8664.cpp | 209 Constant *_0 = Ctx->getConstantZero(IceType_i32); in _push_rbp()
|
D | IceGlobalContext.cpp | 742 Constant *GlobalContext::getConstantZero(Type Ty) { in getConstantZero() function in Ice::GlobalContext
|
D | IceInst.cpp | 421 Srcs[I] = Target->getCfg()->getContext()->getConstantZero(Ty); in clearOperandForTarget()
|
D | WasmTranslator.cpp | 1380 return Ctx->getConstantZero(getPointerType()); in sanitizeAddress()
|
D | IceTargetLoweringMIPS32.cpp | 628 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/ |
D | DAGCombiner.cpp | 6412 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/ |
D | SubzeroReactor.cpp | 2029 return V(::context->getConstantZero(T(Ty))); in createNullValue()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6927 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()
|