Home
last modified time | relevance | path

Searched defs:buildLoad (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp276 MachineInstrBuilder buildLoad(const DstOp &Res, Register Addr, LLT MemTy, buildLoad() function
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h948 MachineInstrBuilder buildLoad(const DstOp &Res, const SrcOp &Addr, buildLoad() function
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDistribute.cpp131 Value buildLoad(RewriterBase &b, Location loc, Type type, Value buffer) { buildLoad() function
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp424 MachineIRBuilder::buildLoad(const DstOp &Dst, const SrcOp &Addr, in buildLoad() function in MachineIRBuilder