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

12

/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DSymbolTableListTraitsImpl.h30 ::setSymTabObject(TPtr *Dest, TPtr Src) { argument
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DVariadicFunctionTest.cpp59 int StringAppendImpl(std::string *Dest, ArrayRef<const std::string *> Args) { argument
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DProfileDataLoader.h67 static Edge getEdge(const BType *Src, const BType *Dest) { argument
H A DProfileInfo.h97 static Edge getEdge(const BType *Src, const BType *Dest) { argument
/macosx-10.9.5/llvmCore-3425.0.33/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
129 GenericValue Dest; local
142 GenericValue Dest; local
155 GenericValue Dest; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp113 MachineBasicBlock *Dest = I->getOperand(0).getMBB(); local
H A DMSP430ISelLowering.cpp751 SDValue Dest = Op.getOperand(4); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp113 MachineBasicBlock *Dest = I->getOperand(2).getMBB(); local
/macosx-10.9.5/llvmCore-3425.0.33/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.cpp371 static void GetIndexDifference(SmallVectorImpl<VariableGEPIndex> &Dest, argument
713 Value *Dest = II->getArgOperand(0); local
732 Value *Dest = II->getArgOperand(0); local
799 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...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp96 const BasicBlock *Dest = TI->getSuccessor(SuccNum); local
H A DCloneFunction.cpp312 BasicBlock *Dest = BI->getSuccessor(!Cond->getZExtValue()); local
327 BasicBlock *Dest = const_cast<BasicBlock*>(Case.getCaseSuccessor()); local
538 BasicBlock *Dest = BI->getSuccessor(0); local
[all...]
H A DLoopUnroll.cpp358 BasicBlock *Dest = Headers[j]; local
406 BasicBlock *Dest = Term->getSuccessor(0); local
H A DInlineFunction.cpp144 BasicBlock *Dest = getInnerResumeDest(); local
H A DPromoteMemoryToRegister.cpp1088 AllocaInst *Dest = dyn_cast<AllocaInst>(SI->getPointerOperand()); local
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DPseudoLoweringEmitter.cpp37 CodeGenInstruction Dest; // The destination instruction to lower to. member in struct:__anon10834::PseudoLoweringEmitter::PseudoExpansion
209 CodeGenInstruction &Dest = Expansion.Dest; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DSmallVector.h300 move(It1 I, It1 E, It2 Dest) argument
308 move_backward(It1 I, It1 E, It2 Dest) argument
315 uninitialized_move(It1 I, It1 E, It2 Dest) argument
323 uninitialized_copy(It1 I, It1 E, It2 Dest) argument
331 uninitialized_copy(T1 *I, T1 *E, T2 *Dest) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/
H A DExecutionEngine.cpp278 char *Dest = new char[Size]; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Linker/
H A DLinkModules.cpp496 bool ModuleLinker::getLinkageResult(GlobalValue *Dest, const GlobalValue *Src, argument
883 getArrayElements(Constant *C, SmallVectorImpl<Constant*> &Dest) argument
1330 LinkModules(Module *Dest, Module *Src, unsigned Mode, std::string *ErrorMsg) argument
1345 LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src, LLVMLinkerMode Mode, char **OutMessages) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Sparc/
H A DSparcISelLowering.cpp948 SDValue Dest = Op.getOperand(4); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp131 Value *Dest = Builder->CreateBitCast(MI->getArgOperand(0), NewDstPtrTy); local
167 Value *Dest = MI->getDest(); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp695 Value *Dest = cpySrc->getType() == cpyDest->getType() ? cpyDest local
H A DSCCP.cpp428 void markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { argument

Completed in 331 milliseconds

12