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

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonRemoveSZExtArgs.cpp 64 if (isa<SExtInst>(*UI)) {
66 SExtInst* SI = new SExtInst(Arg, I->getType());
  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 155 if (isa<SExtInst>(Inst))
164 if (isa<TruncInst>(Inst) && isa<SExtInst>(Inst->getOperand(0))) {
182 if (isa<SExtInst>(Inst) &&
281 if (isa<SExtInst>(Inst) || isa<TruncInst>(Inst)) {
425 if (!isa<SExtInst>(SExt) || !shouldConsiderSExt(SExt))
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 417 } else if (isa<SExtInst>(V)) {
481 assert((isa<SExtInst>(Cast) || isa<ZExtInst>(Cast)) &&
643 *I = new SExtInst(Extended->getOperand(0), Extended->getType(),
    [all...]
ScalarReplAggregates.cpp     [all...]
IndVarSimplify.cpp     [all...]
SROA.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 158 void visitSExtInst(SExtInst &I);
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombine.h 185 Instruction *visitSExt(SExtInst &CI);
InstCombineSelect.cpp     [all...]
InstCombineShifts.cpp 801 return new SExtInst(ZI->getOperand(0), ZI->getType());
    [all...]
InstCombineCasts.cpp 350 if ((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
    [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 184 RetTy visitSExtInst(SExtInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 279 void visitSExtInst(SExtInst &I);
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 64 class SExtInst;
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 252 if ((isa<SExtInst>(V) && Extension != EK_ZeroExt) ||
259 Extension = isa<SExtInst>(V) ? EK_SignExt : EK_ZeroExt;
    [all...]
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 520 return PT->push_back(new SExtInst(V, DestTy, "Se", BB->getTerminator()));
  /external/llvm/include/llvm-c/
Core.h     [all...]

Completed in 379 milliseconds

1 2