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

  /external/swiftshader/src/Reactor/
Nucleus.hpp 89 static Value *createOr(Value *lhs, Value *rhs);
LLVMReactor.cpp 414 ret = ::builder->CreateOr(ret, ::builder->CreateShl(elem, i));
431 ret = ::builder->CreateOr(ret, ::builder->CreateShl(elem, i));
1126 Value *Nucleus::createOr(Value *lhs, Value *rhs)
1128 return V(::builder->CreateOr(V(lhs), V(rhs)));
    [all...]
SubzeroReactor.cpp 811 Value *Nucleus::createOr(Value *lhs, Value *rhs)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorizationPlanner.h 138 VPValue *createOr(VPValue *LHS, VPValue *RHS) {
LoopVectorize.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 476 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCExpr.h 524 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 368 milliseconds