HomeSort by relevance Sort by last modified time
    Searched refs:LShr (Results 26 - 50 of 65) sorted by null

12 3

  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 182 case Instruction::LShr:
389 case Instruction::LShr:
391 // lshr iff we know that the bits we would otherwise be shifting in are
470 // Transform trunc(lshr (zext A), Cst) to eliminate one type conversion.
485 // Since we're doing an lshr and a zero extend, and know that the shift
640 /// %C = lshr i32 %B, 8
643 /// CanEvaluateZExtd for the 'lshr' will return true, and BitsToClear will be
714 case Instruction::LShr:
715 // We can promote lshr(x, cst) if we can promote x. This requires the
725 // Cannot promote variable LSHR
    [all...]
InstCombinePHI.cpp 611 /// illegal type: see if it is only used by trunc or trunc(lshr) operations. If
668 // Otherwise it must be a lshr which can only be used by one trunc.
669 if (UserI->getOpcode() != Instruction::LShr ||
    [all...]
InstCombineAndOrXor.cpp 253 case Instruction::LShr: {
283 // (Val ashr C1) & C2 -> (Val lshr C1) & C2
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 273 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 706 INSTKEYWORD(shl, Shl); INSTKEYWORD(lshr, LShr); INSTKEYWORD(ashr, AShr);
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 350 case 8: {Op = Instruction::LShr; break; }
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
LazyValueInfo.cpp 801 case Instruction::LShr:
802 Result.markConstantRange(LHSRange.lshr(RHSRange));
    [all...]
ScalarEvolutionExpander.cpp 786 return InsertBinop(Instruction::LShr, LHS,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 646 case Instruction::LShr:
    [all...]
IndVarSimplify.cpp 826 case Instruction::LShr:
    [all...]
SCCP.cpp     [all...]
GVN.cpp 421 case Instruction::LShr:
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
BBVectorize.cpp 570 case Instruction::LShr:
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 523 case bitc::BINOP_LSHR: return Instruction::LShr;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 761 case bitc::BINOP_LSHR: return Instruction::LShr;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 626 case bitc::BINOP_LSHR: return Instruction::LShr;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 174 | LShr
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 112 case Instruction::LShr: return bitc::BINOP_LSHR;
    [all...]

Completed in 3537 milliseconds

12 3