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

  /external/swiftshader/src/Reactor/
Nucleus.hpp 86 static Value *createLShr(Value *lhs, Value *rhs);
SubzeroReactor.cpp 788 Value *Nucleus::createLShr(Value *lhs, Value *rhs)
    [all...]
LLVMReactor.cpp 474 Value *Nucleus::createLShr(Value *lhs, Value *rhs)
476 return V(::builder->CreateLShr(lhs, rhs));
1155 return RValue<Byte>(Nucleus::createLShr(lhs.value, rhs.value));
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 488 static const MCBinaryExpr *createLShr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 522 static const MCBinaryExpr *createLShr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCExpr.h 523 static const MCBinaryExpr *createLShr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCExpr.h 523 static const MCBinaryExpr *createLShr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCExpr.h 523 static const MCBinaryExpr *createLShr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCExpr.h 523 static const MCBinaryExpr *createLShr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCExpr.h 523 static const MCBinaryExpr *createLShr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCExpr.h 523 static const MCBinaryExpr *createLShr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 522 static const MCBinaryExpr *createLShr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCExpr.h 523 static const MCBinaryExpr *createLShr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCExpr.h 523 static const MCBinaryExpr *createLShr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCExpr.h 523 static const MCBinaryExpr *createLShr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCExpr.h 523 static const MCBinaryExpr *createLShr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCExpr.h 523 static const MCBinaryExpr *createLShr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCExpr.h 523 static const MCBinaryExpr *createLShr(const MCExpr *LHS, const MCExpr *RHS,
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]

Completed in 957 milliseconds