Searched defs:DstAddr (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp61 Value *DstAddr, Value *CopyLen, bool SrcIsVolatile,
74 // SrcAddr and DstAddr are expected to be pointer types,
77 unsigned DstAS = cast<PointerType>(DstAddr->getType())->getAddressSpace();
81 DstAddr = Builder.CreateBitCast(DstAddr, Builder.getInt8PtrTy(DstAS));
94 // store at DstAddr+LoopIndex
97 DstAddr, LoopIndex),
132 Value *DstAddr, Value *CopyLen, bool SrcIsVolatile,
145 SrcAddr, DstAddr, "compare_src_dst");
178 LoopBuilder.CreateInBoundsGEP(DstAddr, IndexPt
60 convertMemCpyToLoop(Instruction *ConvertedInst, Value *SrcAddr, Value *DstAddr, Value *CopyLen, bool SrcIsVolatile, bool DstIsVolatile, LLVMContext &Context, Function &F) argument
131 convertMemMoveToLoop(Instruction *ConvertedInst, Value *SrcAddr, Value *DstAddr, Value *CopyLen, bool SrcIsVolatile, bool DstIsVolatile, LLVMContext &Context, Function &F) argument
208 convertMemSetToLoop(Instruction *ConvertedInst, Value *DstAddr, Value *CopyLen, Value *SetValue, LLVMContext &Context, Function &F) argument
288 Value *DstAddr = SI->getOperand(1); local
[all...]
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3319 auto DstAddr = CGF.CreateMemTemp( local
3322 LValue DstLV = CGF.MakeAddrLValue(DstAddr, Ctx.getUIntPtrType());
3325 DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()),
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3038 SDValue DstAddr; local
3061 DstAddr = DAG.getFrameIndex(FI, PtrVT);
3072 DstAddr = DAG.getNode(ISD::ADD, DL, PtrVT, StackPtr, PtrOff);
3081 Chain, DL, DstAddr, Arg, SizeNode, Outs[i].Flags.getByValAlign(),
3096 DAG.getStore(Chain, DL, Arg, DstAddr, DstInfo, false, false, 0);

Completed in 964 milliseconds