Searched defs:createOr (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationPlanner.h | 137 VPValue *createOr(VPValue *LHS, VPValue *RHS) { in createOr() function
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationPlanner.h | 141 VPValue *createOr(VPValue *LHS, VPValue *RHS) { in createOr() function
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 476 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS, in createOr() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCExpr.h | 532 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS, in createOr() function
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCExpr.h | 585 static const MCBinaryExpr *createOr(const MCExpr *LHS, const MCExpr *RHS, in createOr() function
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 841 Value *Nucleus::createOr(Value *lhs, Value *rhs) in createOr() function in rr::Nucleus
|
D | SubzeroReactor.cpp | 1334 Value *Nucleus::createOr(Value *lhs, Value *rhs) in createOr() function in rr::Nucleus
|