Home
last modified time | relevance | path

Searched defs:buildStore (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp468 MachineInstrBuilder MachineIRBuilder::buildStore(const SrcOp &Val, in buildStore() function in MachineIRBuilder
482 MachineIRBuilder::buildStore(const SrcOp &Val, const SrcOp &Addr, in buildStore() function in MachineIRBuilder
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDistribute.cpp86 Operation *buildStore(RewriterBase &b, Location loc, Value val, buildStore() function