Searched defs:Src (Results 1 - 25 of 62) sorted by relevance

123

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h140 inline BasicBlock *SplitCriticalEdge(BasicBlock *Src, BasicBlock *Dst, argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp64 getEdgeWeight(const MachineBasicBlock *Src, argument
73 getEdgeWeight(const MachineBasicBlock *Src, argument
80 bool MachineBranchProbabilityInfo::isEdgeHot(MachineBasicBlock *Src, argument
107 MachineBranchProbabilityInfo::getEdgeProbability(MachineBasicBlock *Src, argument
117 printEdgeProbability(raw_ostream &OS, MachineBasicBlock *Src, MachineBasicBlock *Dst) const argument
[all...]
H A DMachineCopyPropagation.cpp111 static bool isNopCopy(MachineInstr *CopyMI, unsigned Def, unsigned Src, argument
140 unsigned Src = MI->getOperand(1).getReg(); local
[all...]
H A DIntrinsicLowering.cpp405 Value *Src = CI->getArgOperand(0); local
H A DPeepholeOptimizer.cpp313 unsigned Src = 0; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp30 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
H A DHexagonPeephole.cpp132 MachineOperand &Src = MI->getOperand(1); local
168 MachineOperand &Src = MI->getOperand(1); local
186 MachineOperand &Src = MI->getOperand(1); local
290 void HexagonPeephole::ChangeOpInto(MachineOperand &Dst, MachineOperand &Src) { argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DSymbolTableListTraitsImpl.h30 ::setSymTabObject(TPtr *Dest, TPtr Src) { argument
H A DIRBuilder.cpp82 CreateMemCpy(Value *Dst, Value *Src, Value *Size, unsigned Align, argument
106 CreateMemMove(Value *Dst, Value *Src, Value *Size, unsigned Align, argument
[all...]
H A DFunction.cpp302 void Function::copyAttributesFrom(const GlobalValue *Src) { argument
H A DGlobals.cpp50 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) { argument
177 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) { argument
[all...]
/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 DBlockFrequencyImpl.h75 BlockFrequency getEdgeFreq(BlockT *Src, BlockT *Dst) const { argument
143 bool isBackedge(BlockT *Src, BlockT *Dst) { argument
H A DProfileInfo.h97 static Edge getEdge(const BType *Src, const BType *Dest) { argument
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DLinker.h250 LinkInModule( Module* Src, std::string* ErrorMsg = 0 ) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp181 const MachineLocation &Src = Move.getSource(); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp29 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
143 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DIntegersSubsetTest.cpp26 Int(const APInt& Src) : APInt(Src) {} argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp30 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
178 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp175 Value *Src; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DBuildLibCalls.cpp141 Value *llvm::EmitStrCpy(Value *Dst, Value *Src, IRBuilder<> &B, argument
163 Value *llvm::EmitStrNCpy(Value *Dst, Value *Src, Value *Len, argument
187 Value *llvm::EmitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DBranchProbabilityInfo.cpp455 isEdgeHot(const BasicBlock *Src, const BasicBlock *Dst) const { argument
491 getEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors) const { argument
504 getEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst) const { argument
519 setEdgeWeight(const BasicBlock *Src, unsigne argument
529 getEdgeProbability(const BasicBlock *Src, unsigned IndexInSuccessors) const argument
539 getEdgeProbability(const BasicBlock *Src, const BasicBlock *Dst) const argument
548 printEdgeProbability(raw_ostream &OS, const BasicBlock *Src, const BasicBlock *Dst) const argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp86 const MachineLocation &Src = Move.getSource(); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp118 const Value *Src = N->getSrcValue(); local
621 const Value *Src = NULL; local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DIntegersSubset.h508 explicit IntegersSubset(const RangesCollectionTy& Src) : ParentTy(Src) { argument

Completed in 133 milliseconds

123