Searched defs:createMul (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/polly/lib/CodeGen/ |
D | IslExprBuilder.cpp | 160 Value *IslExprBuilder::createMul(Value *LHS, Value *RHS, const Twine &Name) { in createMul() function in IslExprBuilder
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 468 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS, in createMul() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCExpr.h | 522 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS, in createMul() function
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCExpr.h | 575 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS, in createMul() function
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 994 ConstantFolding::createMul(DataType ty, Value *def, Value *a, int64_t b, Value *c) in createMul() function in nv50_ir::ConstantFolding
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 752 Value *Nucleus::createMul(Value *lhs, Value *rhs) in createMul() function in rr::Nucleus
|
D | SubzeroReactor.cpp | 1242 Value *Nucleus::createMul(Value *lhs, Value *rhs) in createMul() function in rr::Nucleus
|