Searched refs:Dest (Results 101 - 125 of 128) sorted by relevance

123456

/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))
862 "' to '" + Dest.str() + "': ");
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp144 BasicBlock *Dest = getInnerResumeDest(); local
147 BranchInst::Create(Dest, Src);
151 addIncomingPHIValuesForInto(Src, Dest);
H A DPromoteMemoryToRegister.cpp1096 AllocaInst *Dest = dyn_cast<AllocaInst>(SI->getPointerOperand()); local
1097 if (!Dest) continue;
1099 DenseMap<AllocaInst *, unsigned>::iterator ai = AllocaLookup.find(Dest);
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1785 unsigned Dest = MI->getOperand(0).getReg(); local
1863 .addReg(Dest, RegState::Define | getDeadRegState(isDead))
1873 LV->replaceKillInstruction(Dest, MI, ExtMI);
1896 const MachineOperand &Dest = MI->getOperand(0); local
1917 .addOperand(Dest).addOperand(Src).addImm(M);
1933 .addOperand(Dest).addOperand(Src).addImm(M);
1950 .addOperand(Dest)
1969 .addOperand(Dest)
1983 .addOperand(Dest)
2012 .addOperand(Dest)
[all...]
H A DX86ISelLowering.cpp9759 SDValue Dest = Op.getOperand(2); local
9875 Chain, Dest, CC, Cmp);
9900 DAG.UpdateNodeOperands(User, User->getOperand(0), Dest);
9903 Dest = FalseBB;
9906 Chain, Dest, CC, Cmp);
9941 DAG.UpdateNodeOperands(User, User->getOperand(0), Dest);
9944 Dest = FalseBB;
9951 Chain, Dest, CC, Cmp);
9972 DAG.UpdateNodeOperands(User, User->getOperand(0), Dest);
9981 Chain, Dest, C
17402 SDValue Dest = N->getOperand(1); local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp421 void markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { argument
422 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second)
425 if (!MarkBlockExecutable(Dest)) {
430 << " -> " << Dest->getName() << "\n");
433 for (BasicBlock::iterator I = Dest->begin();
582 assert(BBExecutable.count(To) && "Dest should always be alive!");
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2332 TreePatternNode *Dest = Pat->getChild(i); local
2333 if (!Dest->isLeaf())
2336 DefInit *Val = dyn_cast<DefInit>(Dest->getLeafValue());
2373 TreePatternNode *Dest = Pat->getChild(i); local
2374 if (!Dest->isLeaf())
2377 DefInit *Val = dyn_cast<DefInit>(Dest->getLeafValue());
2384 if (Dest->getName().empty())
2386 if (InstResults.count(Dest->getName()))
2387 I->error("cannot set '" + Dest->getName() +"' multiple times");
2388 InstResults[Dest
[all...]
H A DFixedLenDecoderEmitter.cpp695 FixupScopeList::iterator Dest = Source - 1; local
696 Dest->insert(Dest->end(), Source->begin(), Source->end());
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h913 /// on to \arg Dest.
914 void EmitBranchThroughCleanup(JumpDest Dest);
919 bool isObviouslyBranchWithoutCleanups(JumpDest Dest) const;
2597 void EmitCXXConstructExpr(const CXXConstructExpr *E, AggValueSlot Dest);
2599 void EmitSynthesizedCXXCopyCtor(llvm::Value *Dest, llvm::Value *Src,
2610 void EmitLambdaExpr(const LambdaExpr *E, AggValueSlot Dest);
2612 RValue EmitAtomicExpr(AtomicExpr *E, llvm::Value *Dest = 0);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h408 void VisitCXXDestructor(QualType ObjectType, const MemRegion *Dest,
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h829 template<typename Dest> void evalTo(Dest& dst) const
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp190 bool ARMTryEmitSmallMemCpy(Address Dest, Address Src, uint64_t Len,
2439 bool ARMFastISel::ARMTryEmitSmallMemCpy(Address Dest, Address Src, argument
2469 RV = ARMEmitStore(VT, ResultReg, Dest);
2475 Dest.Offset += Size;
2537 Address Dest, Src; local
2538 if (!ARMComputeAddress(MTI.getRawDest(), Dest) ||
2542 if (ARMTryEmitSmallMemCpy(Dest, Src, Len, Alignment))
H A DARMISelLowering.cpp3095 SDValue Dest = Op.getOperand(4); local
3121 Chain, Dest, ARMcc, CCR, Cmp);
3133 SDValue Ops[] = { Chain, ARMcc, LHS1, LHS2, RHS1, RHS2, Dest };
3145 SDValue Dest = Op.getOperand(4); local
3153 Chain, Dest, ARMcc, CCR, Cmp);
3173 SDValue Ops[] = { Chain, Dest, ARMcc, CCR, Cmp };
3177 SDValue Ops[] = { Res, Dest, ARMcc, CCR, Res.getValue(1) };
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1170 unsigned Dest = MI->getOperand(0).getReg(); local
1300 BuildMI(BB, DL, TII->get(Mips::SRA), Dest)
1336 unsigned Dest = MI->getOperand(0).getReg(); local
1372 BuildMI(BB, DL, TII->get(LL), Dest).addReg(Ptr).addImm(0);
1374 .addReg(Dest).addReg(OldVal).addMBB(exitMBB);
1405 unsigned Dest = MI->getOperand(0).getReg(); local
1525 BuildMI(BB, DL, TII->get(Mips::SRA), Dest)
1572 SDValue Dest = Op.getOperand(2); local
1587 Dest, CondRes);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1417 LLVMBasicBlockRef Dest) {
1418 LLVMAddCase(Switch, OnVal, Dest);
1431 LLVMBasicBlockRef Dest) {
1432 LLVMAddDestination(IndirectBr, Dest);
1416 llvm_add_case(LLVMValueRef Switch, LLVMValueRef OnVal, LLVMBasicBlockRef Dest) argument
1430 llvm_add_destination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) argument
/external/llvm/include/llvm/IR/
H A DIRBuilder.h481 BranchInst *CreateBr(BasicBlock *Dest) { argument
482 return Insert(BranchInst::Create(Dest));
496 SwitchInst *CreateSwitch(Value *V, BasicBlock *Dest, unsigned NumCases = 10, argument
498 return Insert(addBranchWeights(SwitchInst::Create(V, Dest, NumCases),
H A DInstructions.h2616 void addCase(ConstantInt *OnVal, BasicBlock *Dest);
2622 void addCase(IntegersSubset& OnVal, BasicBlock *Dest);
2911 void addDestination(BasicBlock *Dest);
3100 // get*Dest - Return the destination basic blocks...
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm840 .macro hread_uv Dest, U, V, Offs, VMask
843 vperm \Dest, \U, \V, \VMask ;# Dest = active part of U then V
/external/clang/lib/Sema/
H A DSemaInit.cpp3964 const ArrayType *Dest,
3968 if (Context.hasSameType(QualType(Dest, 0), QualType(Source, 0)))
3972 if (!Context.hasSameType(Dest->getElementType(), Source->getElementType()))
3977 return Source->isConstantArrayType() && Dest->isIncompleteArrayType();
5465 QualType Dest = Step->Type; local
5467 bool Success = S.isStdInitializerList(Dest, &E);
5508 Semantic->setType(Dest);
3963 hasCompatibleArrayTypes(ASTContext &Context, const ArrayType *Dest, const ArrayType *Source) argument
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp784 SDValue Dest = Op.getOperand(4); local
791 Chain, Dest, TargetCC, Flag);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp947 SDValue Dest = Op.getOperand(4); local
968 return DAG.getNode(Opc, dl, MVT::Other, Chain, Dest,
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend83 ATTRIBUTE Ascend-First-Dest 189 ipaddr
/external/llvm/lib/IR/
H A DInstructions.cpp3194 void SwitchInst::addCase(ConstantInt *OnVal, BasicBlock *Dest) { argument
3201 addCase(CaseRanges, Dest);
3204 void SwitchInst::addCase(IntegersSubset& OnVal, BasicBlock *Dest) { argument
3217 Case.setSuccessor(Dest);
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h162 bool reachesChainWithoutSideEffects(SDValue Dest,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3298 "Dest and insert subvector source types must match!");
6026 bool SDValue::reachesChainWithoutSideEffects(SDValue Dest, argument
6028 if (*this == Dest) return true;
6038 if (!getOperand(i).reachesChainWithoutSideEffects(Dest, Depth-1))
6046 return Ld->getChain().reachesChainWithoutSideEffects(Dest, Depth-1);

Completed in 829 milliseconds

123456