Searched defs:MachinePointerInfo (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 41 struct MachinePointerInfo { struct 52 explicit MachinePointerInfo(const Value *v, int64_t offset = 0, argument 58 explicit MachinePointerInfo(const PseudoSourceValue *v, int64_t offset = 0, argument 64 explicit MachinePointerInfo(unsigned AddressSpace = 0, int64_t offset = 0) argument 81 MachinePointerInfo getWithOffset(int64_t O) const { in getWithOffset() argument [all...] |
/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiSelectionDAGInfo.cpp | 25 EmitTargetCodeForMemcpy(SelectionDAG &,const SDLoc &,SDValue,SDValue,SDValue,SDValue Size,Align,bool,bool,MachinePointerInfo,MachinePointerInfo) const EmitTargetCodeForMemcpy() argument
|