HomeSort by relevance Sort by last modified time
    Searched refs:Dst (Results 51 - 75 of 78) sorted by null

1 23 4

  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 821 /// StoreIntToMemory - Fills the StoreBytes bytes of memory starting from Dst
823 static void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst,
831 memcpy(Dst, Src, StoreBytes);
839 memcpy(Dst + StoreBytes, Src, sizeof(uint64_t));
843 memcpy(Dst, Src + sizeof(uint64_t) - StoreBytes, StoreBytes);
884 uint8_t *Dst = (uint8_t *)IntVal.getRawData();
889 memcpy(Dst, Src, LoadBytes);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 344 ExplodedNodeSet &Dst) {
345 return ((const CHECKER *)checker)->inlineCall(CE, Eng, Pred, Dst);
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 530 const CFGBlock *Dst = BE->getDst();
567 if (const Stmt *S = Dst->getLabel()) {
639 if (*(Src->succ_begin()+1) == Dst)
667 if (*(Src->succ_begin()+1) == Dst) {
687 if (*(Src->succ_begin()+1) == Dst) {
708 if (*(Src->succ_begin()) == Dst) {
736 if (*(Src->succ_begin()+1) == Dst) {
766 if (*(Src->succ_begin()+1) == Dst)
    [all...]
CoreEngine.cpp 241 ExplodedNodeSet &Dst) {
245 Dst.Add(*I);
557 ExplodedNode *StmtNodeBuilder::MakeNode(ExplodedNodeSet &Dst,
564 Dst.Add(N);
  /external/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 61 .macro two_rows_horiz Dst
73 vperm \Dst, v10, v10, v5 ;# Dest = A0 B0 A1 B1 A2 B2 A3 B3
  /external/llvm/include/llvm/Support/
IRBuilder.h 286 CallInst *CreateMemCpy(Value *Dst, Value *Src, uint64_t Size, unsigned Align,
288 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);
291 CallInst *CreateMemCpy(Value *Dst, Value *Src, Value *Size, unsigned Align,
297 CallInst *CreateMemMove(Value *Dst, Value *Src, uint64_t Size, unsigned Align,
299 return CreateMemMove(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);
302 CallInst *CreateMemMove(Value *Dst, Value *Src, Value *Size, unsigned Align,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 454 uint32_t getEdgeWeight(MachineBasicBlock *Src, MachineBasicBlock *Dst);
455 void addSuccessorWithWeight(MachineBasicBlock *Src, MachineBasicBlock *Dst,
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 375 MachineLocation Dst(MachineLocation::VirtualFP);
377 MAI->addInitialFrameState(0, Dst, Src);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 215 virtual void AddEdge(ExplodedNode *Src, ExplodedNode *Dst) = 0;
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 60 const MCOperand &Dst = MI->getOperand(0);
69 O << '\t' << getRegisterName(Dst.getReg())
80 const MCOperand &Dst = MI->getOperand(0);
88 O << '\t' << getRegisterName(Dst.getReg())
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
ScalarReplAggregates.cpp 645 // Noop transfer. Src == Dst
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 548 SDValue getMemcpy(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src,
553 SDValue getMemmove(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src,
558 SDValue getMemset(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src,
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
recon_v6.asm 19 dst RN r2 label
30 ; store back into the Dst.
59 str r8, [dst], stride
79 str r8, [dst], stride
99 str r8, [dst], stride
118 str r8, [dst], stride
154 str r8, [dst]
172 str r8, [dst, #4]
190 str r8, [dst, #8]
208 str r8, [dst, #12
    [all...]
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 272 unsigned Dst = Copy->getOperand(0).getReg();
277 MRI->replaceRegWith(Dst, Src);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
CGObjC.cpp     [all...]
CGCall.cpp     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 285 \item \verb|dst| is IPv6 destination address associated with the label.
347 int get_flow_label(int fd, struct sockaddr_in6 *dst, __u32 fl)
357 memcpy(&freq.flr_dst, &dst->sin6_addr, 16);
363 dst->sin6_flowinfo |= freq.flr_label;
388 Label S Owner Users Linger Expires Dst Opt
401 \item \verb|Dst| is IPv6 destination address.
  /external/clang/include/clang/Analysis/
CFG.h 425 const CFGBlock *Dst);
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 671 unsigned Dst = TRI->getSubReg(DestReg, i);
675 .addReg(Dst, RegState::Define)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 546 // $dst = and ((sra or srl) $src , pos), (2**size - 1)
547 // => ext $dst, $src, size, pos
586 // $dst = or (and $src1 , mask0), (and (shl $src, pos), mask1),
588 // => ins $dst, $src, size, pos, $src1
    [all...]

Completed in 3307 milliseconds

1 23 4