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

  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 34 Instruction *splitAt, Value *srcAddr, Value *dstAddr, Value *len,
46 // srcAddr and dstAddr are expected to be pointer types,
49 unsigned dstAS = dyn_cast<PointerType>(dstAddr->getType())->getAddressSpace();
53 dstAddr = builder.CreateBitCast(dstAddr, Type::getInt8PtrTy(Context, dstAS));
63 // store at dstAddr+ind
64 loop.CreateStore(val, loop.CreateGEP(dstAddr, ind), dstVolatile);
74 static void convertMemSetToLoop(Instruction *splitAt, Value *dstAddr,
84 unsigned dstAS = dyn_cast<PointerType>(dstAddr->getType())->getAddressSpace();
87 dstAddr
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp 148 jint dstAddr = message.destination;
156 dstAddr, body);
325 jint srcAddr, jint dstAddr, jbyteArray body) {
328 message.destination = static_cast<cec_logical_address_t>(dstAddr);
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]

Completed in 262 milliseconds