Searched refs:Src (Results 76 - 100 of 120) sorted by relevance

12345

/external/llvm/include/llvm/
H A DFunction.h294 /// create a Function) from the Function Src to this one.
295 void copyAttributesFrom(const GlobalValue *Src);
H A DGlobalValue.h238 /// create a GlobalValue) from the GlobalValue Src to this one.
239 virtual void copyAttributesFrom(const GlobalValue *Src);
H A DIRBuilder.h287 CallInst *CreateMemCpy(Value *Dst, Value *Src, uint64_t Size, unsigned Align, argument
289 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);
292 CallInst *CreateMemCpy(Value *Dst, Value *Src, Value *Size, unsigned Align,
298 CallInst *CreateMemMove(Value *Dst, Value *Src, uint64_t Size, unsigned Align, argument
300 return CreateMemMove(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);
303 CallInst *CreateMemMove(Value *Dst, Value *Src, Value *Size, unsigned Align,
/external/llvm/include/llvm/Support/
H A DPathV1.h730 /// This function can be used to copy the file specified by Src to the
734 bool CopyFile(const Path& Dest, const Path& Src, std::string* ErrMsg);
/external/llvm/lib/CodeGen/
H A DTailDuplication.cpp283 unsigned Src = Copy->getOperand(1).getReg(); local
284 if (MRI->hasOneNonDBGUse(Src) &&
285 MRI->constrainRegClass(Src, MRI->getRegClass(Dst))) {
287 MRI->replaceRegWith(Dst, Src);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp175 Value *Src; local
182 Src = SVI->getOperand(0);
185 Src = SVI->getOperand(1);
188 return ExtractElementInst::Create(Src,
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp145 BasicBlock *Src = RI->getParent(); local
147 BranchInst::Create(Dest, Src);
151 addIncomingPHIValuesForInto(Src, Dest);
153 InnerEHValuesPHI->addIncoming(RI->getOperand(0), Src);
H A DPromoteMemoryToRegister.cpp1072 AllocaInst *Src = dyn_cast<AllocaInst>(LI->getPointerOperand()); local
1073 if (!Src) continue;
1075 DenseMap<AllocaInst*, unsigned>::iterator AI = AllocaLookup.find(Src);
/external/clang/lib/CodeGen/
H A DCGCall.cpp726 /// CreateCoercedStore - Create a store to \arg DstPtr from \arg Src,
731 static void CreateCoercedStore(llvm::Value *Src, argument
735 llvm::Type *SrcTy = Src->getType();
739 CGF.Builder.CreateStore(Src, DstPtr, DstIsVolatile);
754 Src = CoerceIntOrPtrToIntOrPtr(Src, DstTy, CGF);
755 CGF.Builder.CreateStore(Src, DstPtr, DstIsVolatile);
766 BuildAggStore(CGF, Src, Casted, DstIsVolatile, true);
778 CGF.Builder.CreateStore(Src, Tmp);
1155 llvm::Value *Src local
[all...]
H A DCodeGenFunction.h1794 llvm::Value *This, llvm::Value *Src,
2106 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit=false);
2107 void EmitStoreThroughExtVectorComponentLValue(RValue Src, LValue Dst);
2109 /// EmitStoreThroughLValue - Store Src into Dst with same constraints as
2115 void EmitStoreThroughBitfieldLValue(RValue Src, LValue Dst,
2380 llvm::Value *EmitScalarConversion(llvm::Value *Src, QualType SrcTy,
2386 llvm::Value *EmitComplexToScalarConversion(ComplexPairTy Src, QualType SrcTy,
2476 void EmitSynthesizedCXXCopyCtor(llvm::Value *Dest, llvm::Value *Src,
2568 /// ExpandTypeToArgs - Expand an RValue \arg Src, with the LLVM type for \arg
2571 void ExpandTypeToArgs(QualType Ty, RValue Src,
[all...]
H A DCGExprCXX.cpp379 llvm::Value *Src = EmitLValue(E->getArg(1)).getAddress(); local
381 EmitAggregateCopy(This, Src, Ty);
511 llvm::Value *Src,
530 EmitSynthesizedCXXCopyCtorCall(CD, Dest, Src,
510 EmitSynthesizedCXXCopyCtor(llvm::Value *Dest, llvm::Value *Src, const Expr *Exp) argument
H A DItaniumCXXABI.cpp72 llvm::Value *Src);
74 llvm::Constant *Src);
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp189 bool ARMTryEmitSmallMemCpy(Address Dest, Address Src, uint64_t Len);
1570 Value *Src = I->getOperand(0);
1571 EVT SrcVT = TLI.getValueType(Src->getType(), true);
1575 unsigned SrcReg = getRegForValue(Src);
2397 bool ARMFastISel::ARMTryEmitSmallMemCpy(Address Dest, Address Src, argument
2417 RV = ARMEmitLoad(VT, ResultReg, Src);
2426 Src.Offset += Size;
2487 Address Dest, Src; local
2489 !ARMComputeAddress(MTI.getRawSource(), Src))
2491 if (ARMTryEmitSmallMemCpy(Dest, Src, Le
2598 Value *Src = I->getOperand(0); local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp479 const CFGBlock *Src = BE->getSrc(); local
481 const Stmt *T = Src->getTerminator();
589 if (*(Src->succ_begin()+1) == Dst)
617 if (*(Src->succ_begin()+1) == Dst) {
637 if (*(Src->succ_begin()+1) == Dst) {
658 if (*(Src->succ_begin()) == Dst) {
686 if (*(Src->succ_begin()+1) == Dst) {
716 if (*(Src->succ_begin()+1) == Dst)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h449 uint32_t getEdgeWeight(const MachineBasicBlock *Src,
451 void addSuccessorWithWeight(MachineBasicBlock *Src, MachineBasicBlock *Dst,
H A DSelectionDAGBuilder.cpp1314 uint32_t SelectionDAGBuilder::getEdgeWeight(const MachineBasicBlock *Src, argument
1319 const BasicBlock *SrcBB = Src->getBasicBlock();
1325 addSuccessorWithWeight(MachineBasicBlock *Src, MachineBasicBlock *Dst, argument
1328 Weight = getEdgeWeight(Src, Dst);
1329 Src->addSuccessor(Dst, Weight);
2977 SDValue &Src = Input == 0 ? Src1 : Src2; local
2979 Src = DAG.getUNDEF(VT);
2981 Src = DAG.getNode(ISD::EXTRACT_SUBVECTOR, getCurDebugLoc(), VT,
2982 Src, DAG.getIntPtrConstant(StartIdx[Input]));
3017 SDValue &Src local
5074 SDValue Src = getValue(I.getArgOperand(0)); // The guard's value. local
[all...]
H A DSelectionDAGISel.cpp532 SDValue Src = N->getOperand(2); local
533 EVT SrcVT = Src.getValueType();
537 unsigned NumSignBits = CurDAG->ComputeNumSignBits(Src);
538 CurDAG->ComputeMaskedBits(Src, KnownZero, KnownOne);
/external/llvm/lib/Support/Windows/
H A DPath.inc857 CopyFile(const sys::Path &Dest, const sys::Path &Src, std::string* ErrMsg) {
860 if (!::CopyFileA(Src.c_str(), Dest.c_str(), false))
861 return MakeErrMsg(ErrMsg, "Can't copy '" + Src.str() +
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp396 MachineLocation Src(is64Bit ? X86::RSP : X86::ESP, stackGrowth);
397 MAI->addInitialFrameState(0, Dst, Src);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h229 virtual void AddEdge(ExplodedNode *Src, ExplodedNode *Dst) = 0;
H A DExprEngine.h403 /// evalEagerlyAssumeBinOpBifurcation - Given the nodes in 'Src', eagerly assume symbolic
406 void evalEagerlyAssumeBinOpBifurcation(ExplodedNodeSet &Dst, ExplodedNodeSet &Src,
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h591 SDValue getMemcpy(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src,
596 SDValue getMemmove(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src,
601 SDValue getMemset(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src,
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp322 Value *Src = MemTran ? MemTran->getSource() : 0; local
339 if (Src)
340 instrumentMemIntrinsicParam(AFC, MI, Src, Length, InsertBefore, false);
/external/clang/tools/libclang/
H A DCXCursor.cpp242 if (Expr *Src = cast<OpaqueValueExpr>(S)->getSourceExpr())
243 return MakeCXCursor(Src, Parent, TU, RegionOfInterest);
/external/llvm/lib/Analysis/
H A DProfileInfo.cpp238 GetPath(const BasicBlock *Src, const BasicBlock *Dest, argument
244 BFS.push(Src);

Completed in 1485 milliseconds

12345