Searched refs:Dest (Results 1 - 25 of 72) sorted by relevance

123

/freebsd-10.0-release/contrib/llvm/include/llvm-c/
H A DLinker.h35 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src,
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp50 Dest.TY##Val = Src1.TY##Val OP Src2.TY##Val; \
53 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, argument
64 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, argument
75 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, argument
86 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, argument
97 static void executeFRemInst(GenericValue &Dest, GenericValue Src1, argument
101 Dest.FloatVal = fmod(Src1.FloatVal, Src2.FloatVal);
104 Dest.DoubleVal = fmod(Src1.DoubleVal, Src2.DoubleVal);
114 Dest.IntVal = APInt(1,Src1.IntVal.OP(Src2.IntVal)); \
120 Dest
138 GenericValue Dest; local
152 GenericValue Dest; local
166 GenericValue Dest; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp115 MachineBasicBlock *Dest = 0; local
117 Dest = I->getOperand(2).getMBB();
121 Dest = I->getOperand(0).getMBB();
123 if (!Dest) {
131 if (Dest->getNumber() <= MBB.getNumber()) {
137 for (unsigned i = Dest->getNumber(), e = MBB.getNumber(); i != e; ++i)
144 for (unsigned i = MBB.getNumber(), e = Dest->getNumber(); i != e; ++i)
182 I = BuildMI(MBB, I, dl, TII->get(PPC::B)).addMBB(Dest);
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp113 MachineBasicBlock *Dest = I->getOperand(0).getMBB(); local
116 if (Dest->getNumber() <= MBB.getNumber()) {
122 for (unsigned i = Dest->getNumber(), e = MBB.getNumber(); i != e; ++i)
129 for (unsigned i = MBB.getNumber(), e = Dest->getNumber(); i != e; ++i)
161 I = BuildMI(MBB, I, dl, TII->get(MSP430::Bi)).addMBB(Dest);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp44 AggValueSlot Dest; member in class:__anon3053::AggExprEmitter
52 return !(Dest.requiresGCollection() || Dest.isPotentiallyAliased());
59 return ReturnValueSlot(Dest.getAddr(), Dest.isVolatile());
63 if (!Dest.isIgnored()) return Dest;
67 if (!Dest.isIgnored()) return;
68 Dest = CGF.CreateAggTemp(T, "agg.tmp.ensured");
72 AggExprEmitter(CodeGenFunction &cgf, AggValueSlot Dest) argument
209 AggValueSlot Dest; member in class:__anon3053::ValueDestForAtomic
1167 AggValueSlot Dest = EnsureSlot(E->getType()); local
[all...]
H A DCGAtomic.cpp185 EmitAtomicOp(CodeGenFunction &CGF, AtomicExpr *E, llvm::Value *Dest, argument
211 CGF.EmitStoreOfScalar(Cmp, CGF.MakeAddrLValue(Dest, E->getType()));
222 llvm::StoreInst *StoreDest = CGF.Builder.CreateStore(Load, Dest);
230 assert(!Dest && "Store does not return a value");
307 llvm::StoreInst *StoreDest = CGF.Builder.CreateStore(Result, Dest);
336 RValue CodeGenFunction::EmitAtomicExpr(AtomicExpr *E, llvm::Value *Dest) { argument
354 assert(!Dest && "Init does not return a value");
371 Dest = EmitScalarExpr(E->getVal1());
380 Dest = EmitScalarExpr(E->getVal2());
438 if (!E->getType()->isVoidType() && !Dest)
[all...]
H A DCGCleanup.cpp864 bool CodeGenFunction::isObviouslyBranchWithoutCleanups(JumpDest Dest) const {
865 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin())
876 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid
889 void CodeGenFunction::EmitBranchThroughCleanup(JumpDest Dest) { argument
890 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin())
897 llvm::BranchInst *BI = Builder.CreateBr(Dest.getBlock());
907 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid
914 if (!Dest.getScopeDepth().isValid()) {
916 Fixup.Destination = Dest.getBlock();
917 Fixup.DestinationIndex = Dest
[all...]
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp37 CodeGenInstruction Dest; // The destination instruction to lower to. member in struct:__anon3675::PseudoLoweringEmitter::PseudoExpansion
42 Source(s), Dest(d), OperandMap(m) {}
209 CodeGenInstruction &Dest = Expansion.Dest; local
214 << " TmpInst.setOpcode(" << Dest.Namespace << "::"
215 << Dest.TheDef->getName() << ");\n";
222 for (unsigned OpNo = 0, E = Dest.Operands.size(); OpNo != E;
224 o << " // Operand: " << Dest.Operands[OpNo].Name << "\n";
225 for (unsigned i = 0, e = Dest.Operands[OpNo].MINumOperands;
252 MIOpNo += Dest
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DProfileInfo.cpp238 GetPath(const BasicBlock *Src, const BasicBlock *Dest, argument
264 if ((Mode & GetPathToDest) && *Succ == Dest) {
747 const BasicBlock *Dest = 0; local
755 if (Dest && Dest != P[(const BasicBlock*)0]) {
758 Dest = P[(const BasicBlock*)0];
776 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToValue); local
816 double ow = getExecutionCount(Dest);
831 double ew = getEdgeWeight(getEdge(P[Dest],Dest));
[all...]
H A DSparsePropagation.cpp98 void SparseSolver::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { argument
99 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second)
103 << " -> " << Dest->getName() << "\n");
105 if (BBExecutable.count(Dest)) {
109 for (BasicBlock::iterator I = Dest->begin(); isa<PHINode>(I); ++I)
113 MarkBlockExecutable(Dest);
H A DProfileEstimatorPass.cpp239 const BasicBlock *Dest = GetPath(BB, (*ei).first, p, GetPathToDest); local
240 while (Dest != BB) {
241 const BasicBlock *Parent = p.find(Dest)->second;
242 Edge e = getEdge(Parent, Dest);
248 Dest = Parent;
378 const BasicBlock *Dest = GetPath(BB, *bbi, P, GetPathToDest); local
379 if (Dest != *bbi) {
H A DBasicAliasAnalysis.cpp396 /// GetIndexDifference - Dest and Src are the variable indices from two
400 static void GetIndexDifference(SmallVectorImpl<VariableGEPIndex> &Dest, argument
409 // Find V in Dest. This is N^2, but pointer indices almost never have more
411 for (unsigned j = 0, e = Dest.size(); j != e; ++j) {
412 if (Dest[j].V != V || Dest[j].Extension != Extension) continue;
414 // If we found it, subtract off Scale V's from the entry in Dest. If it
416 if (Dest[j].Scale != Scale)
417 Dest[j].Scale -= Scale;
419 Dest
742 Value *Dest = II->getArgOperand(0); local
761 Value *Dest = II->getArgOperand(0); local
828 const Value *Dest = CS.getArgument(0); local
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h182 /// objects starting with "Dest". This is just <memory>'s
185 static It2 move(It1 I, It1 E, It2 Dest) {
187 for (; I != E; ++I, ++Dest)
188 *Dest = ::std::move(*I);
189 return Dest;
191 return ::std::copy(I, E, Dest);
196 /// [I, E) onto the objects ending at "Dest", moving objects
200 static It2 move_backward(It1 I, It1 E, It2 Dest) {
203 *--Dest = ::std::move(*--E);
204 return Dest;
306 move(It1 I, It1 E, It2 Dest) argument
314 move_backward(It1 I, It1 E, It2 Dest) argument
321 uninitialized_move(It1 I, It1 E, It2 Dest) argument
329 uninitialized_copy(It1 I, It1 E, It2 Dest) argument
337 uninitialized_copy(T1 *I, T1 *E, T2 *Dest) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/
H A DLinker.h47 static bool LinkModules(Module *Dest, Module *Src, unsigned Mode,
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DProfileDataLoader.h68 static Edge getEdge(const BType *Src, const BType *Dest) { argument
69 return Edge(Src, Dest);
H A DAliasSetTracker.h240 AliasSet *Dest = Forward->getForwardedTarget(AST);
241 if (Dest != Forward) {
242 Dest->addRef();
244 Forward = Dest;
246 return Dest;
H A DProfileInfo.h97 static Edge getEdge(const BType *Src, const BType *Dest) { argument
98 return std::make_pair(Src, Dest);
152 const BType *GetPath(const BType *Src, const BType *Dest,
/freebsd-10.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsrepair2.c584 char *Dest; local
640 for (Dest = NewString->String.Pointer; *Source; Dest++, Source++)
642 *Dest = (char) ACPI_TOUPPER (*Source);
1032 ACPI_OPERAND_OBJECT **Dest; local
1045 Dest = Source;
1058 *Dest = *Source;
1059 Dest++;
1066 *Dest = NULL;
H A Dnsrepair.c489 ACPI_OPERAND_OBJECT **Dest; local
526 Dest = Source;
538 *Dest = *Source;
539 Dest++;
554 *Dest = NULL;
H A Dnsxfname.c61 ACPI_PNP_DEVICE_ID *Dest,
250 * PARAMETERS: Dest - Pointer to the destination PNP_DEVICE_ID
262 ACPI_PNP_DEVICE_ID *Dest,
269 Dest->String = StringArea;
270 Dest->Length = Source->Length;
261 AcpiNsCopyDeviceId( ACPI_PNP_DEVICE_ID *Dest, ACPI_PNP_DEVICE_ID *Source, char *StringArea) argument
/freebsd-10.0-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp403 bool getLinkageResult(GlobalValue *Dest, const GlobalValue *Src,
495 bool ModuleLinker::getLinkageResult(GlobalValue *Dest, const GlobalValue *Src, argument
499 assert(Dest && "Must have two globals being queried");
501 "If Src has internal linkage, Dest shouldn't be set!");
504 bool DestIsDeclaration = Dest->isDeclaration();
507 // If Src is external or if both Src & Dest are external.. Just link the
515 } else if (Dest->hasExternalWeakLinkage()) {
516 // If the Dest is weak, use the source linkage.
521 LT = Dest->getLinkage();
523 } else if (DestIsDeclaration && !Dest
878 getArrayElements(Constant *C, SmallVectorImpl<Constant*> &Dest) argument
1319 LinkModules(Module *Dest, Module *Src, unsigned Mode, std::string *ErrorMsg) argument
1329 LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src, LLVMLinkerMode Mode, char **OutMessages) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp314 BasicBlock *Dest = BI->getSuccessor(!Cond->getZExtValue()); local
315 VMap[OldTI] = BranchInst::Create(Dest, NewBB);
316 ToClone.push_back(Dest);
329 BasicBlock *Dest = const_cast<BasicBlock*>(Case.getCaseSuccessor()); local
330 VMap[OldTI] = BranchInst::Create(Dest, NewBB);
331 ToClone.push_back(Dest);
540 BasicBlock *Dest = BI->getSuccessor(0); local
541 if (!Dest->getSinglePredecessor()) {
547 assert(!isa<PHINode>(Dest->begin()));
553 // Make all PHI nodes that referred to Dest no
[all...]
H A DLoopUnroll.cpp358 BasicBlock *Dest = Headers[j]; local
368 Dest = LoopExit;
381 Term->setSuccessor(!ContinueOnTrue, Dest);
384 if (Dest != LoopExit) {
397 BranchInst::Create(Dest, Term);
406 BasicBlock *Dest = Term->getSuccessor(0); local
407 if (BasicBlock *Fold = FoldBlockIntoPredecessor(Dest, LI, LPM))
408 std::replace(Latches.begin(), Latches.end(), Dest, Fold);
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h30 ::setSymTabObject(TPtr *Dest, TPtr Src) { argument
35 *Dest = Src;
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h157 virtual void cloneTo(void *Dest) const = 0;
483 virtual void cloneTo(void *Dest) const { new (Dest) FunctionCall(*this); }
505 virtual void cloneTo(void *Dest) const { new (Dest) BlockCall(*this); }
595 virtual void cloneTo(void *Dest) const { new (Dest) CXXMemberCall(*this); }
637 virtual void cloneTo(void *Dest) const {
638 new (Dest) CXXMemberOperatorCall(*this);
688 virtual void cloneTo(void *Dest) cons
[all...]

Completed in 301 milliseconds

123