/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 78 if (isa<SExtInst>(*UI)) { in runOnFunction() 80 SExtInst* SI = new SExtInst(&Arg, Use->getType()); in runOnFunction()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 78 if (isa<SExtInst>(*UI)) { in runOnFunction() 80 SExtInst* SI = new SExtInst(&Arg, Use->getType()); in runOnFunction()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 83 if (isa<SExtInst>(*UI)) { in runOnFunction() 85 SExtInst* SI = new SExtInst(&Arg, Use->getType()); in runOnFunction()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AddressTypePromotion.cpp | 157 if (isa<SExtInst>(Inst)) in canGetThrough() 166 if (isa<TruncInst>(Inst) && isa<SExtInst>(Inst->getOperand(0))) { in canGetThrough() 184 if (isa<SExtInst>(Inst) && in shouldGetThrough() 281 if (isa<SExtInst>(Inst) || isa<TruncInst>(Inst)) { in propagateSignExtension() 425 if (!isa<SExtInst>(SExt) || !shouldConsiderSExt(SExt)) in analyzeSExtension()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 117 if (SExtInst *SE = dyn_cast<SExtInst>(&I)) { in bitTrackingDCE()
|
D | LowerExpectIntrinsic.cpp | 144 if (SExtInst *SExt = dyn_cast<SExtInst>(V)) { in handlePhiDef()
|
D | NaryReassociate.cpp | 331 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex()
|
D | SeparateConstOffsetFromGEP.cpp | 626 } else if (isa<SExtInst>(V)) { in find() 691 (isa<SExtInst>(Cast) || isa<ZExtInst>(Cast) || isa<TruncInst>(Cast)) && in distributeExtsAndCloneChain() 1217 Instruction *NewSExt = new SExtInst(Dom, I->getType(), "", I); in reuniteExts() 1229 Instruction *NewSExt = new SExtInst(Dom, I->getType(), "", I); in reuniteExts()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 104 if (auto *SExt = dyn_cast<SExtInst>(V)) { in InsertMuls() 337 if (auto *SExt = dyn_cast<SExtInst>(V)) { in IsNarrowSequence() 365 !Ld->hasOneUse() || !isa<SExtInst>(Ld->user_back())) in RecordMemoryOps() 744 Instruction *BaseSExt = dyn_cast<SExtInst>(Base->user_back()); in CreateWideLoad() 745 Instruction *OffsetSExt = dyn_cast<SExtInst>(Offset->user_back()); in CreateWideLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 103 if (auto *SExt = dyn_cast<SExtInst>(V)) { in InsertMuls() 336 if (auto *SExt = dyn_cast<SExtInst>(V)) { in IsNarrowSequence() 365 !Ld->hasOneUse() || !isa<SExtInst>(Ld->user_back())) in RecordMemoryOps() 740 Instruction *BaseSExt = dyn_cast<SExtInst>(Base->user_back()); in CreateWideLoad() 741 Instruction *OffsetSExt = dyn_cast<SExtInst>(Offset->user_back()); in CreateWideLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 126 if (SExtInst *SExt = dyn_cast<SExtInst>(V)) { in handlePhiDef()
|
D | NaryReassociate.cpp | 335 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex()
|
D | SeparateConstOffsetFromGEP.cpp | 594 } else if (isa<SExtInst>(V)) { in find() 659 (isa<SExtInst>(Cast) || isa<ZExtInst>(Cast) || isa<TruncInst>(Cast)) && in distributeExtsAndCloneChain() 1178 Instruction *NewSExt = new SExtInst(Dom, I->getType(), "", I); in reuniteExts()
|
/external/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 338 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex()
|
D | SeparateConstOffsetFromGEP.cpp | 549 } else if (isa<SExtInst>(V)) { in find() 613 assert((isa<SExtInst>(Cast) || isa<ZExtInst>(Cast)) && in distributeExtsAndCloneChain() 1129 Instruction *NewSExt = new SExtInst(Dom, I->getType(), "", I); in reuniteExts()
|
/external/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 330 if (TTI && (isa<ZExtInst>(&I) || isa<SExtInst>(&I)) && in computeMinimumValueSizes() 376 if (isa<SExtInst>(I) || isa<ZExtInst>(I) || isa<LoadInst>(I) || in computeMinimumValueSizes()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1209 if (SExtInst *LHSConv = dyn_cast<SExtInst>(LHS)) { in visitAdd() 1220 return new SExtInst(NewAdd, I.getType()); in visitAdd() 1225 if (SExtInst *RHSConv = dyn_cast<SExtInst>(RHS)) { in visitAdd() 1237 return new SExtInst(NewAdd, I.getType()); in visitAdd()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 139 void visitSExtInst(SExtInst &I);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 140 void visitSExtInst(SExtInst &I);
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 159 void visitSExtInst(SExtInst &I);
|
/external/llvm/include/llvm/IR/ |
D | InstVisitor.h | 187 RetTy visitSExtInst(SExtInst &I) { DELEGATE(CastInst);} in visitSExtInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 241 bool IsExtInst = (isa<ZExtInst>(I) || isa<SExtInst>(I)); in getBestTruncatedType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 663 if (const auto* Cast = dyn_cast<SExtInst>(Val)) { in minRequiredElementSize() 892 if (isa<SExtInst>(U) || isa<ZExtInst>(U) || isa<FPExtInst>(U)) in getUserCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstVisitor.h | 180 RetTy visitSExtInst(SExtInst &I) { DELEGATE(CastInst);} in visitSExtInst()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | InstVisitor.h | 179 RetTy visitSExtInst(SExtInst &I) { DELEGATE(CastInst);} in visitSExtInst()
|