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

  /external/swiftshader/src/Reactor/
Nucleus.hpp 90 static Value *createXor(Value *lhs, Value *rhs);
SubzeroReactor.cpp 808 Value *Nucleus::createXor(Value *lhs, Value *rhs)
832 return createXor(v, V(::context->getConstantInt(v->getType(), -1)));
837 return createXor(v, createConstantVector(c, T(v->getType())));
    [all...]
LLVMReactor.cpp 494 Value *Nucleus::createXor(Value *lhs, Value *rhs)
496 return V(::builder->CreateXor(lhs, rhs));
1145 return RValue<Byte>(Nucleus::createXor(lhs.value, rhs.value));
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 496 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 532 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCExpr.h 533 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCExpr.h 533 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCExpr.h 533 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCExpr.h 533 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCExpr.h 533 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCExpr.h 533 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 532 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCExpr.h 533 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCExpr.h 533 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCExpr.h 533 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCExpr.h 533 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCExpr.h 533 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCExpr.h 533 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 335 milliseconds