HomeSort by relevance Sort by last modified time
    Searched refs:ZExtInst (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerBool.cpp 85 virtual void visitZExtInst(ZExtInst &I) {
SPIRVToOCL20.cpp 511 if(!isa<ZExtInst>(Cast) && !isa<SExtInst>(Cast) &&
537 if(isa<ZExtInst>(Cast) || isa<UIToFPInst>(Cast))
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 425 if (ZExtInst *Z = dyn_cast<ZExtInst>(V)) {
494 if (ZExtInst *ZOp0 = dyn_cast<ZExtInst>(Op0))
496 return new ZExtInst(Builder->CreateUDiv(ZOp0->getOperand(0), ZOp1, "div",
648 if (ZExtInst *ZOp0 = dyn_cast<ZExtInst>(Op0))
650 return new ZExtInst(Builder->CreateURem(ZOp0->getOperand(0), ZOp1),
InstCombineAddSub.cpp 110 if (ZExtInst *ZI = dyn_cast<ZExtInst>(LHS))
582 if (ZExtInst *ZI = dyn_cast<ZExtInst>(Op1))
InstCombineShifts.cpp 692 return new ZExtInst(Cmp, II->getType());
734 if (ZExtInst *ZI = dyn_cast<ZExtInst>(X)) {
InstCombineCasts.cpp 340 if ((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
746 Instruction *InstCombiner::visitZExt(ZExtInst &CI) {
    [all...]
InstCombine.h 160 Instruction *visitZExt(ZExtInst &CI);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 911 return new ZExtInst(Builder->CreateICmpEQ(Op1, One), I.getType());
935 if (ZExtInst *Z = dyn_cast<ZExtInst>(V)) {
    [all...]
InstCombineShifts.cpp 766 return new ZExtInst(Cmp, II->getType());
    [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 330 if (TTI && (isa<ZExtInst>(&I) || isa<SExtInst>(&I)) &&
376 if (isa<SExtInst>(I) || isa<ZExtInst>(I) || isa<LoadInst>(I) ||
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 340 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 158 void visitZExtInst(ZExtInst &I);
  /external/llvm/lib/Target/PowerPC/
PPCBoolRetToInt.cpp 99 return new ZExtInst(V, Int32Ty, "", InstPt);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 179 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst); }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 151 void visitZExtInst(ZExtInst &I);
  /external/llvm/include/llvm/IR/
InstVisitor.h 186 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 189 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 189 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 189 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 189 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 189 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 189 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 189 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 189 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]

Completed in 2135 milliseconds

1 2 3 4 5