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

  /external/swiftshader/src/Reactor/
Nucleus.hpp 89 static Value *createOr(Value *lhs, Value *rhs);
LLVMReactor.cpp 489 Value *Nucleus::createOr(Value *lhs, Value *rhs)
491 return V(::builder->CreateOr(lhs, rhs));
1024 return RValue<Bool>(Nucleus::createOr(lhs.value, rhs.value));
1140 return RValue<Byte>(Nucleus::createOr(lhs.value, rhs.value));
    [all...]
SubzeroReactor.cpp 803 Value *Nucleus::createOr(Value *lhs, Value *rhs)
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 476 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 507 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCExpr.h 508 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCExpr.h 508 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCExpr.h 508 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCExpr.h 508 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCExpr.h 508 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCExpr.h 508 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 507 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCExpr.h 508 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCExpr.h 508 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCExpr.h 508 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCExpr.h 508 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCExpr.h 508 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCExpr.h 508 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 309 milliseconds