Searched refs:createMachineMemOperandFor (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 501 MachineMemOperand *createMachineMemOperandFor(const Instruction *I) const;
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 992 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/ |
D | FastISel.cpp | 2137 FastISel::createMachineMemOperandFor(const Instruction *I) const { in createMachineMemOperandFor() function in FastISel
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 1932 emitLoad(VT, RetVT, Addr, WantZExt, createMachineMemOperandFor(I)); in selectLoad() 2095 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I))) in selectStore()
|