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

1 2 3 4

  /external/llvm/lib/Target/Hexagon/
HexagonOptimizeSZextends.cpp 83 if (isa<SExtInst>(*UI)) {
85 SExtInst* SI = new SExtInst(&Arg, Use->getType());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonOptimizeSZextends.cpp 78 if (isa<SExtInst>(*UI)) {
80 SExtInst* SI = new SExtInst(&Arg, Use->getType());
  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 157 if (isa<SExtInst>(Inst))
166 if (isa<TruncInst>(Inst) && isa<SExtInst>(Inst->getOperand(0))) {
184 if (isa<SExtInst>(Inst) &&
281 if (isa<SExtInst>(Inst) || isa<TruncInst>(Inst)) {
425 if (!isa<SExtInst>(SExt) || !shouldConsiderSExt(SExt))
  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerBool.cpp 95 virtual void visitSExtInst(SExtInst &I) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LowerExpectIntrinsic.cpp 120 if (SExtInst *SExt = dyn_cast<SExtInst>(V)) {
NaryReassociate.cpp 335 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) {
SeparateConstOffsetFromGEP.cpp 594 } else if (isa<SExtInst>(V)) {
659 (isa<SExtInst>(Cast) || isa<ZExtInst>(Cast) || isa<TruncInst>(Cast)) &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 289 if (SExtInst *LHSConv = dyn_cast<SExtInst>(LHS)) {
300 return new SExtInst(NewAdd, I.getType());
305 if (SExtInst *RHSConv = dyn_cast<SExtInst>(RHS)) {
316 return new SExtInst(NewAdd, I.getType());
InstCombine.h 161 Instruction *visitSExt(SExtInst &CI);
  /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 338 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) {
SeparateConstOffsetFromGEP.cpp 549 } else if (isa<SExtInst>(V)) {
613 assert((isa<SExtInst>(Cast) || isa<ZExtInst>(Cast)) &&
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 159 void visitSExtInst(SExtInst &I);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 180 RetTy visitSExtInst(SExtInst &I) { DELEGATE(CastInst); }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 152 void visitSExtInst(SExtInst &I);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 140 void visitSExtInst(SExtInst &I);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 328 if (SExtInst *Op0Conv = dyn_cast<SExtInst>(Op0)) {
339 return new SExtInst(NewMul, I.getType());
345 if (SExtInst *Op1Conv = dyn_cast<SExtInst>(Op1)) {
357 return new SExtInst(NewMul, I.getType());
    [all...]
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
VectorUtils.cpp 332 if (TTI && (isa<ZExtInst>(&I) || isa<SExtInst>(&I)) &&
378 if (isa<SExtInst>(I) || isa<ZExtInst>(I) || isa<LoadInst>(I) ||
  /external/llvm/include/llvm/IR/
InstVisitor.h 187 RetTy visitSExtInst(SExtInst &I) { DELEGATE(CastInst);}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstVisitor.h 190 RetTy visitSExtInst(SExtInst &I) { DELEGATE(CastInst);}
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/
TruncInstCombine.cpp 15 // 2. Supported leaves: ZExtInst, SExtInst, TruncInst and Constant value.
242 bool IsExtInst = (isa<ZExtInst>(I) || isa<SExtInst>(I));
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 2682 milliseconds

1 2 3 4