Searched defs:createAnd (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationPlanner.h | 133 VPValue *createAnd(VPValue *LHS, VPValue *RHS) { in createAnd() function
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationPlanner.h | 137 VPValue *createAnd(VPValue *LHS, VPValue *RHS) { in createAnd() function
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 428 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCExpr.h | 472 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() function
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCExpr.h | 525 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() function
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 835 Value *Nucleus::createAnd(Value *lhs, Value *rhs) in createAnd() function in rr::Nucleus
|
D | SubzeroReactor.cpp | 1328 Value *Nucleus::createAnd(Value *lhs, Value *rhs) in createAnd() function in rr::Nucleus
|