HomeSort by relevance Sort by last modified time
    Searched refs:createShl (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/src/Reactor/
Nucleus.hpp 85 static Value *createShl(Value *lhs, Value *rhs);
SubzeroReactor.cpp 783 Value *Nucleus::createShl(Value *lhs, Value *rhs)
    [all...]
LLVMReactor.cpp 469 Value *Nucleus::createShl(Value *lhs, Value *rhs)
471 return V(::builder->CreateShl(lhs, rhs));
1150 return RValue<Byte>(Nucleus::createShl(lhs.value, rhs.value));
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 480 static const MCBinaryExpr *createShl(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 512 static const MCBinaryExpr *createShl(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 512 static const MCBinaryExpr *createShl(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 512 static const MCBinaryExpr *createShl(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 512 static const MCBinaryExpr *createShl(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 512 static const MCBinaryExpr *createShl(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 512 static const MCBinaryExpr *createShl(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 512 static const MCBinaryExpr *createShl(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 512 static const MCBinaryExpr *createShl(const MCExpr *LHS, const MCExpr *RHS,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 575 milliseconds