HomeSort by relevance Sort by last modified time
    Searched refs:createXor (Results 1 - 13 of 13) 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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 532 static const MCBinaryExpr *createXor(const MCExpr *LHS, const MCExpr *RHS,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 673 milliseconds