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

123

/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h30 ::setSymTabObject(TPtr *Dest, TPtr Src) { argument
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DProfileDataLoader.h68 static Edge getEdge(const BType *Src, const BType *Dest) { argument
H A DProfileInfo.h97 static Edge getEdge(const BType *Src, const BType *Dest) { argument
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp113 MachineBasicBlock *Dest = I->getOperand(0).getMBB(); local
H A DMSP430ISelLowering.cpp784 SDValue Dest = Op.getOperand(4); local
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp115 MachineBasicBlock *Dest = 0; local
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DSparsePropagation.cpp98 void SparseSolver::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { argument
H A DProfileEstimatorPass.cpp239 const BasicBlock *Dest = GetPath(BB, (*ei).first, p, GetPathToDest); local
378 const BasicBlock *Dest = GetPath(BB, *bbi, P, GetPathToDest); local
H A DBasicAliasAnalysis.cpp400 static void GetIndexDifference(SmallVectorImpl<VariableGEPIndex> &Dest, argument
742 Value *Dest = II->getArgOperand(0); local
761 Value *Dest = II->getArgOperand(0); local
828 const Value *Dest = CS.getArgument(0); local
[all...]
H A DProfileInfo.cpp238 GetPath(const BasicBlock *Src, const BasicBlock *Dest, argument
747 const BasicBlock *Dest = 0; local
776 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToValue); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp53 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
138 GenericValue Dest; local
152 GenericValue Dest; local
166 GenericValue Dest; local
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsrepair.c489 ACPI_OPERAND_OBJECT **Dest; local
H A Dnsxfname.c261 AcpiNsCopyDeviceId( ACPI_PNP_DEVICE_ID *Dest, ACPI_PNP_DEVICE_ID *Source, char *StringArea) argument
H A Dnsrepair2.c584 char *Dest; local
1032 ACPI_OPERAND_OBJECT **Dest; local
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp103 const MachineOperand& Dest = MI->getOperand(0); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp96 const BasicBlock *Dest = TI->getSuccessor(SuccNum); local
H A DCloneFunction.cpp314 BasicBlock *Dest = BI->getSuccessor(!Cond->getZExtValue()); local
329 BasicBlock *Dest = const_cast<BasicBlock*>(Case.getCaseSuccessor()); local
540 BasicBlock *Dest = BI->getSuccessor(0); local
[all...]
H A DLoopUnroll.cpp358 BasicBlock *Dest = Headers[j]; local
406 BasicBlock *Dest = Term->getSuccessor(0); local
/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
209 CodeGenInstruction &Dest = Expansion.Dest; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTVector.h213 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp246 VisitCXXDestructor(QualType ObjectType, const MemRegion *Dest, const Stmt *S, bool IsBaseDtor, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h306 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/tools/clang/include/clang/Lex/
H A DHeaderSearch.h271 void AddIncludeAlias(StringRef Source, StringRef Dest) { argument
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp278 char *Dest = new char[Size]; local
/freebsd-10.0-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp495 bool ModuleLinker::getLinkageResult(GlobalValue *Dest, const GlobalValue *Src, argument
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...]

Completed in 207 milliseconds

123