Home
last modified time | relevance | path

Searched refs:emitStore (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp135 bool emitStore(MVT VT, unsigned SrcReg, Address Addr,
137 bool emitStore(MVT VT, unsigned SrcReg, Address &Addr,
778 bool MipsFastISel::emitStore(MVT VT, unsigned SrcReg, Address &Addr, in emitStore() function in MipsFastISel
902 if (!emitStore(VT, SrcReg, Addr, cast<StoreInst>(I)->getAlignment())) in selectStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp181 bool emitStore(MVT VT, unsigned SrcReg, Address Addr,
183 bool emitStore(MVT VT, unsigned SrcReg, Address &Addr,
811 bool MipsFastISel::emitStore(MVT VT, unsigned SrcReg, Address &Addr, in emitStore() function in MipsFastISel
935 if (!emitStore(VT, SrcReg, Addr, cast<StoreInst>(I)->getAlignment())) in selectStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp230 bool emitStore(MVT VT, unsigned SrcReg, Address Addr,
2076 bool AArch64FastISel::emitStore(MVT VT, unsigned SrcReg, Address Addr, in emitStore() function in AArch64FastISel
2206 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I))) in selectStore()
3100 if (!emitStore(ArgVT, ArgReg, Addr, MMO)) in processCallArgs()
3310 if (!emitStore(VT, ResultReg, Dest)) in tryEmitSmallMemCpy()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp186 bool emitStore(MVT VT, unsigned SrcReg, Address Addr,
2000 bool AArch64FastISel::emitStore(MVT VT, unsigned SrcReg, Address Addr, in emitStore() function in AArch64FastISel
2117 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I))) in selectStore()
3014 if (!emitStore(ArgVT, ArgReg, Addr, MMO)) in processCallArgs()
3224 if (!emitStore(VT, ResultReg, Dest)) in tryEmitSmallMemCpy()