Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h501 MachineMemOperand *createMachineMemOperandFor(const Instruction *I) const;
/external/llvm/lib/Target/X86/
DX86FastISel.cpp992 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned); in X86SelectStore()
1150 if (!X86FastEmitLoad(VT, AM, createMachineMemOperandFor(LI), ResultReg, in X86SelectLoad()
3597 Result->addMemOperand(*FuncInfo.MF, createMachineMemOperandFor(LI)); in tryToFoldLoadIntoMI()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2137 FastISel::createMachineMemOperandFor(const Instruction *I) const { in createMachineMemOperandFor() function in FastISel
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1932 emitLoad(VT, RetVT, Addr, WantZExt, createMachineMemOperandFor(I)); in selectLoad()
2095 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I))) in selectStore()