Searched defs:Dst (Results 76 - 86 of 86) sorted by relevance

1234

/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2338 llvm::Value *Dst; local
2340 Dst = FirstField;
2342 Dst = llvm::UndefValue::get(DstNull->getType());
2344 Dst = Builder.CreateInsertValue(Dst, FirstField, Idx++);
2346 Dst = Builder.CreateInsertValue(
2347 Dst, getValueOrZeroInt(NonVirtualBaseAdjustment), Idx++);
2349 Dst = Builder.CreateInsertValue(
2350 Dst, getValueOrZeroInt(VBPtrOffset), Idx++);
2352 Dst
[all...]
H A DTargetInfo.cpp4598 llvm::Value *Dst = Builder.CreateBitCast(AlignedTemp, I8PtrTy); local
4600 Builder.CreateMemCpy(Dst, Src,
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp621 const CFGBlock *Dst = BE->getDst(); local
658 if (const Stmt *S = Dst->getLabel()) {
730 if (*(Src->succ_begin()+1) == Dst)
758 if (*(Src->succ_begin()+1) == Dst) {
778 if (*(Src->succ_begin()+1) == Dst) {
799 if (*(Src->succ_begin()) == Dst) {
827 if (*(Src->succ_begin()+1) == Dst) {
857 if (*(Src->succ_begin()+1) == Dst)
2004 const Stmt *Dst = getLocStmt(Piece->getEndLocation()); local
2009 getEnclosingStmtLocation(Dst, S
[all...]
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp761 unsigned Dst = TRI->getSubReg(DestReg, BeginIdx + i * Spacing); local
763 assert(Dst && Src && "Bad sub-register");
766 DstRegs.insert(Dst);
768 Mov = BuildMI(MBB, I, I->getDebugLoc(), get(Opc), Dst).addReg(Src);
H A DARMISelLowering.cpp1543 SDValue Dst = DAG.getNode(ISD::ADD, dl, getPointerTy(), StackPtr, local
1552 SDValue Ops[] = { Chain, Dst, Src, SizeNode, AlignNode};
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3664 SDValue Dst = DAG.getNode(ISD::ADD, DL, PtrTy, StackPtr, local
3666 Chain = DAG.getMemcpy(Chain, DL, Dst, Src, DAG.getConstant(MemCpySize, PtrTy),
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp466 /// \p Src to \p Dst.
468 Value *getSinkBarrier(Instruction *Src, Instruction *Dst);
1488 Value *BoUpSLP::getSinkBarrier(Instruction *Src, Instruction *Dst) { argument
1489 assert(Src->getParent() == Dst->getParent() && "Not the same BB");
1490 BasicBlock::iterator I = Src, E = Dst;
H A DLoopVectorize.cpp317 VectorParts createEdgeMask(BasicBlock *Src, BasicBlock *Dst);
2844 InnerLoopVectorizer::createEdgeMask(BasicBlock *Src, BasicBlock *Dst) { argument
2845 assert(std::find(pred_begin(Dst), pred_end(Dst), Src) != pred_end(Dst) &&
2849 std::pair<BasicBlock*, BasicBlock*> Edge(Src, Dst);
2863 if (BI->getSuccessor(0) != Dst)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3884 SDValue Chain, SDValue Dst,
3906 FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(Dst);
3969 getMemBasePlusOffset(Dst, DstOff, dl, DAG),
3987 getMemBasePlusOffset(Dst, DstOff, dl, DAG),
4001 SDValue Chain, SDValue Dst,
4020 FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(Dst);
4070 getMemBasePlusOffset(Dst, DstOff, dl, DAG),
4085 /// \param Dst Pointer to destination memory location.
4098 SDValue Chain, SDValue Dst,
4115 FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(Dst);
3883 getMemcpyLoadsAndStores(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
4000 getMemmoveLoadsAndStores(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
4097 getMemsetStores(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo) argument
4180 getMemcpy(SDValue Chain, SDLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
4248 getMemmove(SDValue Chain, SDLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
4304 getMemset(SDValue Chain, SDLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo) argument
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2140 /// by "Src" to address "Dst" with size and alignment information specified by
2144 CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain, argument
2149 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
5522 unsigned Dst = cast<ConstantSDNode>(Elem.getOperand(1))->getZExtValue(); local
5523 if (Dst == Idx)
5527 IncorrectDst = Dst;
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3261 /// by "Src" to address "Dst" of size "Size". Alignment information is
3267 CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain, argument
3271 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),

Completed in 2685 milliseconds

1234