HomeSort by relevance Sort by last modified time
    Searched defs:Zext (Results 1 - 22 of 22) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/
AggressiveInstCombine.cpp 157 Value *Zext = Builder.CreateZExt(Cmp, I.getType());
158 I.replaceAllUsesWith(Zext);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 540 auto *Zext = CastInst::Create(Instruction::ZExt, BO, Instr->getType(),
541 Instr->getName() + ".zext", Instr);
545 Instr->replaceAllUsesWith(Zext);
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 86 | Zext
186 | ZExt
771 Attribute.Zext -> Int32.shift_left 1l 0
807 checkattr Attribute.Zext;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 936 // zext(bool) + C -> bool ? C + 1 : C
961 // add(zext(xor i16 X, -32768), -32768) --> sext X
968 // (add (zext (add nuw X, C2)), C) --> (zext (add nuw X, C2 + C))
977 // add (sext i1 X), 1 --> zext (not X)
    [all...]
InstCombineCalls.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 66 if (CallerAttrs.hasAttribute(AttributeList::ReturnIndex, Attribute::ZExt) ||
104 IsZExt = CS->paramHasAttr(ArgIdx, Attribute::ZExt);
    [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 879 // fold (aext (zext x)) -> (zext x
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
spirv.cs 325 Zext = 0,
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
spirv.cs 329 Zext = 0,
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
spirv.cs 332 Zext = 0,
  /external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
spirv.cs 365 Zext = 0,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
spirv.cs 325 Zext = 0,
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
spirv.cs 329 Zext = 0,
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
spirv.cs 332 Zext = 0,
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
spirv.cs 369 Zext = 0,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 2898 milliseconds