Searched defs:Dst (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DCostTable.h51 TypeTy Dst; member in struct:llvm::TypeConversionCostTblEntry
74 int ISD, CompareTy Dst, CompareTy Src) { member in namespace:llvm
59 ConvertCostTableLookup(const TypeConversionCostTblEntry<TypeTy> *Tbl, unsigned len, int ISD, CompareTy Dst, CompareTy Src) 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.cpp42 void CFGReverseBlockReachabilityAnalysis::mapReachability(const CFGBlock *Dst) { argument
25 isReachable(const CFGBlock *Src, const CFGBlock *Dst) argument
/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.cpp139 MachineOperand &Dst = MI->getOperand(0); local
158 MachineOperand &Dst = MI->getOperand(0); local
175 MachineOperand &Dst = MI->getOperand(0); local
190 MachineOperand &Dst = MI->getOperand(0); local
208 MachineOperand &Dst local
313 ChangeOpInto(MachineOperand &Dst, MachineOperand &Src) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DConvertUTFWrapper.cpp114 UTF8 *Dst = reinterpret_cast<UTF8 *>(&Out[0]); local
/freebsd-10-stable/contrib/llvm/lib/IR/
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 DGCOV.cpp183 uint32_t Dst; 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
H A DARMTargetTransformInfo.cpp182 unsigned ARMTTI::getCastInstrCost(unsigned Opcode, Type *Dst, argument
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp111 const MCOperand &Dst = MI->getOperand(0); local
134 const MCOperand &Dst = MI->getOperand(0); local
/freebsd-10-stable/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp76 uint16_t *Dst = (uint16_t*)(Data + Fixup.getOffset()); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp22 VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *Ex, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
39 VisitObjCAtSynchronizedStmt(const ObjCAtSynchronizedStmt *S, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
45 VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
135 VisitObjCMessage(const ObjCMessageExpr *ME, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp248 void MachineRegisterInfo::moveOperands(MachineOperand *Dst, argument
[all...]
H A DBasicTargetTransformInfo.cpp278 unsigned BasicTTI::getCastInstrCost(unsigned Opcode, Type *Dst, argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp195 unsigned PPCTTI::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) const { 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.cpp215 unsigned Dst = MI.getOperand(0).getReg(); local
235 unsigned Dst = MI.getOperand(0).getReg(); local
249 unsigned Dst = MI.getOperand(0).getReg(); local
264 unsigned Dst = MI.getOperand(0).getReg(); local
398 unsigned Dst local
419 unsigned Dst = MI.getOperand(0).getReg(); local
[all...]
H A DR600Packetizer.cpp95 unsigned Dst = BI->getOperand(DstIdx).getReg(); local
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp335 unsigned Dst = TRI->getSubReg(DestReg, 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
74 memsetStore(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dst, uint64_t ByteVal, uint64_t Size, unsigned Align, MachinePointerInfo DstPtrInfo) argument
87 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dst, SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile, MachinePointerInfo DstPtrInfo) const argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
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
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h117 ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps, ProgramStateRef InitState, ExplodedNodeSet &Dst) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp185 unsigned TargetTransformInfo::getCastInstrCost(unsigned Opcode, Type *Dst, argument
562 unsigned getCastInstrCost(unsigned Opcode, Type *Dst, argument
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp135 unsigned Dst = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); local
179 unsigned Dst = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); local
241 unsigned Dst = I->getOperand(0).getReg(), Src = I->getOperand(1).getReg(); local

Completed in 225 milliseconds

123