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

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonOptimizeSZextends.cpp 80 if (isa<SExtInst>(*UI)) {
82 SExtInst* SI = new SExtInst(&Arg, Use->getType());
  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 158 if (isa<SExtInst>(Inst))
167 if (isa<TruncInst>(Inst) && isa<SExtInst>(Inst->getOperand(0))) {
185 if (isa<SExtInst>(Inst) &&
284 if (isa<SExtInst>(Inst) || isa<TruncInst>(Inst)) {
428 if (!isa<SExtInst>(SExt) || !shouldConsiderSExt(SExt))
AArch64FastISel.cpp 267 assert((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
678 } else if (const auto *SE = dyn_cast<SExtInst>(I)) {
762 } else if (const auto *SE = dyn_cast<SExtInst>(I)) {
821 } else if (const auto *SE = dyn_cast<SExtInst>(U)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 369 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) {
SeparateConstOffsetFromGEP.cpp 549 } else if (isa<SExtInst>(V)) {
613 assert((isa<SExtInst>(Cast) || isa<ZExtInst>(Cast)) &&
    [all...]
ScalarReplAggregates.cpp     [all...]
IndVarSimplify.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 159 void visitSExtInst(SExtInst &I);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineInternal.h 291 Instruction *visitSExt(SExtInst &CI);
InstCombineSelect.cpp 879 return new SExtInst(CondVal, SI.getType());
    [all...]
InstCombineCasts.cpp 344 if ((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
    [all...]
InstCombineShifts.cpp 810 return new SExtInst(ZI->getOperand(0), ZI->getType())
    [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 463 if (TTI && (isa<ZExtInst>(&I) || isa<SExtInst>(&I)) &&
508 if (isa<SExtInst>(I) || isa<ZExtInst>(I) || isa<LoadInst>(I) ||
BasicAliasAnalysis.cpp 198 // so we'll zext here and process any extension in the isa<SExtInst> &
210 // extensions below (see the isa<SExtInst> / isa<ZExtInst> cases).
268 if (isa<SExtInst>(V) || isa<ZExtInst>(V)) {
281 if (isa<SExtInst>(V) && ZExtBits == 0) {
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 187 RetTy visitSExtInst(SExtInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 126 bool IsSExtInst = isa<SExtInst>(J);
Local.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 68 class SExtInst;
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 528 return PT->push_back(new SExtInst(V, DestTy, "Se", BB->getTerminator()));
  /external/llvm/include/llvm-c/
Core.h     [all...]

Completed in 933 milliseconds

1 2