HomeSort by relevance Sort by last modified time
    Searched refs:dstAddr (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 36 Value *dstAddr, Value *len,
49 // srcAddr and dstAddr are expected to be pointer types,
54 dyn_cast<PointerType>(dstAddr->getType())->getAddressSpace();
58 dstAddr = builder.CreateBitCast(dstAddr, Type::getInt8PtrTy(Context, dstAS));
68 // store at dstAddr+ind
69 loop.CreateStore(val, loop.CreateGEP(dstAddr, ind), dstVolatile);
79 static void convertMemSetToLoop(Instruction *splitAt, Value *dstAddr,
90 dyn_cast<PointerType>(dstAddr->getType())->getAddressSpace();
93 dstAddr = builder.CreateBitCast(dstAddr
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]

Completed in 60 milliseconds