Searched refs:createMachineMemOperandFor (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | FastISel.h | 505 MachineMemOperand *createMachineMemOperandFor(const Instruction *I) const;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyFastISel.cpp | 1207 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load)); in selectLoad() 1263 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Store)); in selectStore()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86FastISel.cpp | 1141 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned); in X86SelectStore() 1331 if (!X86FastEmitLoad(VT, AM, createMachineMemOperandFor(LI), ResultReg, in X86SelectLoad() 3968 Result->addMemOperand(*FuncInfo.MF, createMachineMemOperandFor(LI)); in tryToFoldLoadIntoMI()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64FastISel.cpp | 2026 emitLoad(VT, RetVT, Addr, WantZExt, createMachineMemOperandFor(I)); in selectLoad() 2232 createMachineMemOperandFor(I)); in selectStore() 2241 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I))) in selectStore()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | FastISel.cpp | 2392 FastISel::createMachineMemOperandFor(const Instruction *I) const { in createMachineMemOperandFor() function in FastISel
|