Home
last modified time | relevance | path

Searched refs:Zext (Results 1 – 25 of 68) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp549 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
559 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
569 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
579 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
589 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
599 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
609 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
619 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
629 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
639 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
[all …]
DIceInst.def59 X(Zext, "zext") \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp847 Instruction *InstCombiner::transformZExtICmp(ICmpInst *Cmp, ZExtInst &Zext, in transformZExtICmp() argument
865 if (In->getType() != Zext.getType()) in transformZExtICmp()
866 In = Builder.CreateIntCast(In, Zext.getType(), false /*ZExt*/); in transformZExtICmp()
873 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
888 KnownBits Known = computeKnownBits(Cmp->getOperand(0), 0, &Zext); in transformZExtICmp()
898 Constant *Res = ConstantInt::get(Zext.getType(), isNE); in transformZExtICmp()
899 return replaceInstUsesWith(Zext, Res); in transformZExtICmp()
916 if (Zext.getType() == In->getType()) in transformZExtICmp()
917 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
919 Value *IntCast = Builder.CreateIntCast(In, Zext.getType(), false); in transformZExtICmp()
[all …]
DInstCombinePHI.cpp679 if (auto *Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
680 NarrowType = Zext->getSrcTy(); in FoldPHIArgZextsIntoPHI()
693 if (auto *Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
695 if (Zext->getSrcTy() != NarrowType || !Zext->hasOneUse()) in FoldPHIArgZextsIntoPHI()
697 NewIncoming.push_back(Zext->getOperand(0)); in FoldPHIArgZextsIntoPHI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp249 Value *Zext = Builder.CreateZExt(Cmp, I.getType()); in foldAnyOrAllBitsSet() local
250 I.replaceAllUsesWith(Zext); in foldAnyOrAllBitsSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp650 auto *Zext = B.CreateZExt(BO, Instr->getType(), Instr->getName() + ".zext"); in processUDivOrURem() local
655 Instr->replaceAllUsesWith(Zext); in processUDivOrURem()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.annotation_test.cpp225 CASE(Zext),
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
Dspirv.lua307 Zext = 0,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs329 Zext = 0, enumerator
Dspirv.lua304 Zext = 0,
/third_party/spirv-headers/include/spirv/1.0/
Dspirv.lua300 Zext = 0,
Dspirv.cs325 Zext = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.lua300 Zext = 0,
Dspirv.cs325 Zext = 0, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
Dspirv.cs329 Zext = 0, enumerator
Dspirv.lua304 Zext = 0,
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.2/
Dspirv.lua306 Zext = 0,
/third_party/spirv-headers/include/spirv/1.2/
Dspirv.lua307 Zext = 0,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.lua307 Zext = 0,
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.0/
Dspirv.lua299 Zext = 0,
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
Dspirv.lua300 Zext = 0,
Dspirv.cs325 Zext = 0, enumerator
/third_party/spirv-headers/include/spirv/1.1/
Dspirv.lua304 Zext = 0,
Dspirv.cs329 Zext = 0, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.1/
Dspirv.lua303 Zext = 0,

123