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

12

/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/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.cpp131 MachineOperand &Dst = MI->getOperand(0); local
152 MachineOperand &Dst = MI->getOperand(0); local
167 MachineOperand &Dst = MI->getOperand(0); local
185 MachineOperand &Dst = MI->getOperand(0); local
290 void HexagonPeephole::ChangeOpInto(MachineOperand &Dst, MachineOperan argument
[all...]
H A DHexagonISelLowering.cpp276 CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain, argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp180 const MachineLocation &Dst = Move.getDestination(); 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
H A DARMBaseInstrInfo.cpp727 unsigned Dst = TRI->getSubReg(DestReg, BeginIdx + i*Spacing); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
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...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DBlockFrequencyImpl.h143 bool isBackedge(BlockT *Src, BlockT *Dst) { 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/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/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp85 const MachineLocation &Dst = Move.getDestination(); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DTailDuplication.cpp282 unsigned Dst = Copy->getOperand(0).getReg(); local
H A DRegisterCoalescer.cpp237 unsigned Src, Dst, SrcSub, DstSub; local
212 isMoveInstr(const TargetRegisterInfo &tri, const MachineInstr *MI, unsigned &Src, unsigned &Dst, unsigned &SrcSub, unsigned &DstSub) argument
332 unsigned Src, Dst, SrcSub, DstSub; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp95 const MCOperand &Dst = MI->getOperand(0); local
115 const MCOperand &Dst = MI->getOperand(0); local
/macosx-10.9.5/network_cmds-433/traceroute6.tproj/
H A Dtraceroute6.c338 struct sockaddr_in6 Src, Dst, Rcv; variable in typeref:struct:
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/
H A DExecutionEngine.cpp833 static void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, argument
894 uint8_t *Dst = (uint8_t *)IntVal.getRawData(); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Linker/
H A DLinkModules.cpp923 void ModuleLinker::linkFunctionBody(Function *Dst, Function *Src) { argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCDwarf.cpp933 const MachineLocation &Dst = Instr.getDestination(); local
1243 const MachineLocation &Dst = local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp320 Value *Dst = MI->getDest(); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2314 Value *Dst = SROADest ? EltPtr : OtherElt; // Dest ptr local
H A DSimplifyLibCalls.cpp168 Value *EmitStrLenMemCpy(Value *Src, Value *Dst, uint64_t Len, IRBuilder<> &B) { argument
[all...]
H A DGVN.cpp2244 BasicBlock *Dst = i.getCaseSuccessor(); local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DIRBuilder.h287 CallInst *CreateMemCpy(Value *Dst, Value *Src, uint64_t Size, unsigned Align, argument
301 CallInst *CreateMemMove(Value *Dst, Value *Src, uint64_t Size, unsigned Align, argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp2769 SDValue Dst = DAG.getNode(ISD::ADD, dl, MVT::i32, StackPtr, local
2858 SDValue Dst = DAG.getNode(ISD::ADD, dl, MVT::i64, StackPtr, local

Completed in 355 milliseconds

12