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

12345

/freebsd-10-stable/contrib/llvm/include/llvm/
H A DLinker.h45 bool linkInModule(Module *Src, std::string *ErrorMsg) { argument
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DCostTable.h52 TypeTy Src; member in struct:llvm::TypeConversionCostTblEntry
59 ConvertCostTableLookup(const TypeConversionCostTblEntry<TypeTy> *Tbl, unsigned len, int ISD, CompareTy Dst, CompareTy Src) argument
H A DTargetSelectionDAGInfo.h118 EmitTargetCodeForMemchr(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Src, SDValue Char, SDValue Length, MachinePointerInfo SrcPtrInfo) const argument
131 EmitTargetCodeForStrcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dest, SDValue Src, MachinePointerInfo DestPtrInfo, MachinePointerInfo SrcPtrInfo, bool isStpcpy) const argument
154 EmitTargetCodeForStrlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src, MachinePointerInfo SrcPtrInfo) const argument
160 EmitTargetCodeForStrnlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src, SDValue MaxLength, MachinePointerInfo SrcPtrInfo) const argument
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h119 inline BasicBlock *SplitCriticalEdge(BasicBlock *Src, BasicBlock *Dst, argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp25 bool CFGReverseBlockReachabilityAnalysis::isReachable(const CFGBlock *Src, argument
/freebsd-10-stable/contrib/llvm/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.cpp113 static bool isNopCopy(MachineInstr *CopyMI, unsigned Def, unsigned Src, argument
152 unsigned Src = MI->getOperand(1).getReg(); local
[all...]
H A DIntrinsicLowering.cpp405 Value *Src = CI->getArgOperand(0); local
H A DMachineRegisterInfo.cpp248 moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/IR/
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 DGlobals.cpp51 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) { argument
183 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) { argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp30 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
H A DHexagonPeephole.cpp140 MachineOperand &Src = MI->getOperand(1); local
191 MachineOperand &Src = MI->getOperand(1); local
209 MachineOperand &Src = MI->getOperand(1); local
313 void HexagonPeephole::ChangeOpInto(MachineOperand &Dst, MachineOperand &Src) { argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DConvertUTFWrapper.cpp95 const UTF16 *Src = reinterpret_cast<const UTF16 *>(SrcBytes.begin()); local
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp29 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc 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, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
[all...]
H A DARMTargetTransformInfo.cpp546 unsigned ARMTTI::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, argument
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyImpl.h75 BlockFrequency getEdgeFreq(BlockT *Src, BlockT *Dst) const { argument
121 bool isBackedge(BlockT *Src, BlockT *Dst) const { argument
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp231 unsigned PPCTTI::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, argument
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DSIInsertWaits.cpp307 static void increaseCounters(Counters &Dst, const Counters &Src) { argument
H A DSILowerControlFlow.cpp216 unsigned Src = MI.getOperand(1).getReg(); local
236 unsigned Src = MI.getOperand(1).getReg(); local
251 unsigned Src = MI.getOperand(2).getReg(); local
266 unsigned Src = MI.getOperand(2).getReg(); local
278 unsigned Src = MI.getOperand(0).getReg(); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp336 unsigned Src = TRI->getSubReg(SrcReg, subRegIdx[i]); local
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp33 emitMemMem(SelectionDAG &DAG, SDLoc DL, unsigned Sequence, unsigned Loop, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size) argument
57 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
208 EmitTargetCodeForMemchr(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src, SDValue Char, SDValue Length, MachinePointerInfo SrcPtrInfo) const argument
238 EmitTargetCodeForStrcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dest, SDValue Src, MachinePointerInfo DestPtrInfo, MachinePointerInfo SrcPtrInfo, bool isStpcpy) const argument
266 getBoundedStrlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src, SDValue Limit) argument
279 EmitTargetCodeForStrlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src, MachinePointerInfo SrcPtrInfo) const argument
286 EmitTargetCodeForStrnlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src, SDValue MaxLength, MachinePointerInfo SrcPtrInfo) const argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp102 const MachineOperand& Src = MI->getOperand(1); local
H A DX86SelectionDAGInfo.cpp30 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
176 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument

Completed in 94 milliseconds

12345