Home
last modified time | relevance | path

Searched refs:DestBase (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp2930 ArrayRef<const Expr *> Privates, Address SrcBase, Address DestBase, in emitReductionListCopy() argument
2971 Bld.CreateConstArrayGEP(DestBase, Idx, CGF.getPointerSize());
2989 Bld.CreateConstArrayGEP(DestBase, Idx, CGF.getPointerSize());
3009 Bld.CreateNUWAdd(DestBase.getPointer(), CurrentOffset);
3034 Bld.CreateConstArrayGEP(DestBase, Idx, CGF.getPointerSize());
3087 IncrScratchpadDest ? DestBase.getPointer() : SrcBase.getPointer();
3106 DestBase = Address(ScratchpadBasePtr, CGF.getPointerAlign());
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6869 MachineOperand DestBase = earlyUseOperand(MI.getOperand(0)); in emitMemMemWrapper() local
6882 bool HaveSingleBase = DestBase.isIdenticalTo(SrcBase); in emitMemMemWrapper()
6887 forceReg(MI, DestBase, TII)); in emitMemMemWrapper()
6975 DestBase = MachineOperand::CreateReg(NextDestReg, false); in emitMemMemWrapper()
6992 .add(DestBase) in emitMemMemWrapper()
6995 DestBase = MachineOperand::CreateReg(Reg, false); in emitMemMemWrapper()
7008 .add(DestBase) in emitMemMemWrapper()