OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstAddr
(Results
1 - 3
of
3
) 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
...]
/external/clang/lib/CodeGen/
CGBlocks.cpp
[
all
...]
/hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp
[
all
...]
Completed in 90 milliseconds