Searched defs:Dest (Results 1 - 25 of 73) sorted by relevance

123

/external/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp48 SmallString<256> Dest = getDest();
49 llvm::sys::path::append(Dest, "vfs.yaml");
52 llvm::raw_fd_ostream OS(Dest, EC, llvm::sys::fs::F_Text);
73 SmallString<256> Dest = Collector.getDest(); local
74 path::append(Dest, path::relative_path(AbsoluteSrc));
77 if (std::error_code EC = fs::create_directories(path::parent_path(Dest),
80 if (std::error_code EC = fs::copy_file(AbsoluteSrc, Dest))
83 Collector.addFileMapping(AbsoluteSrc, Dest);
/external/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h30 ::setSymTabObject(TPtr *Dest, TPtr Src) { argument
35 *Dest = Src;
/external/llvm/unittests/ADT/
H A DVariadicFunctionTest.cpp59 int StringAppendImpl(std::string *Dest, ArrayRef<const std::string *> Args) { argument
63 *Dest += *Args[i];
/external/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp115 MachineBasicBlock *Dest = I->getOperand(0).getMBB(); local
118 if (Dest->getNumber() <= MBB.getNumber()) {
124 for (unsigned i = Dest->getNumber(), e = MBB.getNumber(); i != e; ++i)
131 for (unsigned i = MBB.getNumber(), e = Dest->getNumber(); i != e; ++i)
163 I = BuildMI(MBB, I, dl, TII->get(MSP430::Bi)).addMBB(Dest);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp154 BasicBlock *Dest; local
157 Dest = BI->getSuccessor(1);
160 Dest = BI->getSuccessor(0);
161 BranchInst::Create(Dest, BI);
/external/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp142 MachineBasicBlock *Dest = nullptr; local
144 Dest = I->getOperand(2).getMBB();
147 Dest = I->getOperand(1).getMBB();
151 Dest = I->getOperand(0).getMBB();
153 if (!Dest) {
161 if (Dest->getNumber() <= MBB.getNumber()) {
167 for (unsigned i = Dest->getNumber(), e = MBB.getNumber(); i != e; ++i)
174 for (unsigned i = MBB.getNumber(), e = Dest->getNumber(); i != e; ++i)
218 I = BuildMI(MBB, I, dl, TII->get(PPC::B)).addMBB(Dest);
/external/llvm/include/llvm/Target/
H A DTargetSelectionDAGInfo.h131 SDValue Dest, SDValue Src,
130 EmitTargetCodeForStrcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dest, SDValue Src, MachinePointerInfo DestPtrInfo, MachinePointerInfo SrcPtrInfo, bool isStpcpy) const argument
/external/llvm/lib/Analysis/
H A DCFG.cpp92 const BasicBlock *Dest = TI->getSuccessor(SuccNum); local
93 const_pred_iterator I = pred_begin(Dest), E = pred_end(Dest);
H A DSparsePropagation.cpp99 void SparseSolver::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { argument
100 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second)
104 << " -> " << Dest->getName() << "\n");
106 if (BBExecutable.count(Dest)) {
110 for (BasicBlock::iterator I = Dest->begin(); isa<PHINode>(I); ++I)
114 MarkBlockExecutable(Dest);
/external/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp48 Diagnostics::ErrorContent &Dest = Error->Errors[BeginIndex]; local
50 Dest.Messages.push_back(Error->Errors[i].Messages[0]);
/external/clang/lib/Lex/
H A DHeaderMap.cpp202 StringRef Dest = lookupFilename(Filename, Path); local
203 if (Dest.empty())
206 return FM.getFile(Dest);
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp52 Dest.TY##Val = Src1.TY##Val OP Src2.TY##Val; \
55 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, argument
66 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, argument
77 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, argument
88 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, argument
99 static void executeFRemInst(GenericValue &Dest, GenericValue Src1, argument
103 Dest.FloatVal = fmod(Src1.FloatVal, Src2.FloatVal);
106 Dest.DoubleVal = fmod(Src1.DoubleVal, Src2.DoubleVal);
116 Dest.IntVal = APInt(1,Src1.IntVal.OP(Src2.IntVal)); \
122 Dest
140 GenericValue Dest; local
154 GenericValue Dest; local
168 GenericValue Dest; local
2023 GenericValue Dest; local
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp29 // address Dest. Sequence is the opcode to use for straight-line code
235 SDValue Dest, SDValue Src,
238 SDVTList VTs = DAG.getVTList(Dest.getValueType(), MVT::Other);
239 SDValue EndDest = DAG.getNode(SystemZISD::STPCPY, DL, VTs, Chain, Dest, Src,
241 return std::make_pair(isStpcpy ? EndDest : Dest, EndDest.getValue(1));
234 EmitTargetCodeForStrcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dest, SDValue Src, MachinePointerInfo DestPtrInfo, MachinePointerInfo SrcPtrInfo, bool isStpcpy) const argument
/external/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp105 const MachineOperand &Dest = MI->getOperand(0); local
109 .addOperand(Dest)
/external/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp38 CodeGenInstruction Dest; // The destination instruction to lower to. member in struct:__anon11375::PseudoLoweringEmitter::PseudoExpansion
43 Source(s), Dest(d), OperandMap(m) {}
210 CodeGenInstruction &Dest = Expansion.Dest; local
215 << " TmpInst.setOpcode(" << Dest.Namespace << "::"
216 << Dest.TheDef->getName() << ");\n";
223 for (const auto &DestOperand : Dest.Operands) {
254 if (Dest.Operands.isVariadic) {
/external/clang/include/clang/AST/
H A DASTVector.h210 /// starting with "Dest", constructing elements into it as needed.
212 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { argument
213 std::uninitialized_copy(I, E, Dest);
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp300 const MemRegion *Dest,
312 if (Dest)
313 DestVal = loc::MemRegionVal(Dest);
315 Dest = DestVal.getAsRegion();
323 CEMgr.getCXXDestructorCall(DtorDecl, S, Dest, IsBaseDtor, State, LCtx);
299 VisitCXXDestructor(QualType ObjectType, const MemRegion *Dest, const Stmt *S, bool IsBaseDtor, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
/external/eigen/Eigen/src/SparseCore/
H A DSparseSelfAdjointView.h234 template<typename Dest> void scaleAndAddTo(Dest& dest, const Scalar& alpha) const
295 template<typename Dest> void scaleAndAddTo(Dest& /*dest*/, const Scalar& /*alpha*/) const
318 typedef SparseMatrix<Scalar,DestOrder,Index> Dest; typedef
321 Dest& dest(_dest.derived());
323 StorageOrderMatch = int(Dest::IsRowMajor) == int(MatrixType::IsRowMajor)
/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp475 MCOperand Dest; local
476 MCInstLowering.lowerOperand(MI->getOperand(0), Dest);
479 TmpInst.addOperand(Dest);
/external/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp484 SDValue Dest = Op.getOperand(4); local
490 DAG.getConstant(CC, MVT::i64), Dest);
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp419 BasicBlock *Dest = BI->getSuccessor(!Cond->getZExtValue()); local
420 VMap[OldTI] = BranchInst::Create(Dest, NewBB);
421 ToClone.push_back(Dest);
434 BasicBlock *Dest = const_cast<BasicBlock*>(Case.getCaseSuccessor()); local
435 VMap[OldTI] = BranchInst::Create(Dest, NewBB);
436 ToClone.push_back(Dest);
667 BasicBlock *Dest = BI->getSuccessor(0); local
668 if (!Dest->getSinglePredecessor()) {
674 assert(!isa<PHINode>(Dest->begin()));
680 // Make all PHI nodes that referred to Dest no
[all...]
H A DLoopUnroll.cpp426 BasicBlock *Dest = Headers[j]; local
436 Dest = LoopExit;
449 Term->setSuccessor(!ContinueOnTrue, Dest);
452 if (Dest != LoopExit) {
465 BranchInst::Create(Dest, Term);
475 BasicBlock *Dest = Term->getSuccessor(0); local
476 if (BasicBlock *Fold = FoldBlockIntoPredecessor(Dest, LI, LPM,
478 std::replace(Latches.begin(), Latches.end(), Dest, Fold);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsio1.c64 cmsBool _cmsReadMediaWhitePoint(cmsCIEXYZ* Dest, cmsHPROFILE hProfile) argument
68 _cmsAssert(Dest != NULL);
74 *Dest = *cmsD50_XYZ();
82 *Dest = *cmsD50_XYZ();
88 *Dest = *Tag;
94 cmsBool _cmsReadCHAD(cmsMAT3* Dest, cmsHPROFILE hProfile) argument
98 _cmsAssert(Dest != NULL);
103 *Dest = *Tag;
108 _cmsMAT3identity(Dest);
119 _cmsMAT3identity(Dest);
[all...]
H A Dcmsplugin.c222 void NormalizeXYZ(cmsCIEXYZ* Dest) argument
224 while (Dest -> X > 2. &&
225 Dest -> Y > 2. &&
226 Dest -> Z > 2.) {
228 Dest -> X /= 10.;
229 Dest -> Y /= 10.;
230 Dest -> Z /= 10.;
401 void CMSEXPORT _cmsDecodeDateTimeNumber(const cmsDateTimeNumber *Source, struct tm *Dest) argument
404 _cmsAssert(Dest != NULL);
407 Dest
418 _cmsEncodeDateTimeNumber(cmsDateTimeNumber *Dest, const struct tm *Source) argument
[all...]
/external/clang/include/clang/Lex/
H A DHeaderSearch.h309 void AddIncludeAlias(StringRef Source, StringRef Dest) { argument
312 (*IncludeAliases)[Source] = Dest;

Completed in 642 milliseconds

123