Home
last modified time | relevance | path

Searched defs:Src (Results 1 – 25 of 86) sorted by relevance

1234

/external/llvm/lib/CodeGen/
DMachineBranchProbabilityInfo.cpp64 MachineBranchProbabilityInfo::getEdgeWeight(const MachineBasicBlock *Src, in getEdgeWeight()
72 bool MachineBranchProbabilityInfo::isEdgeHot(MachineBasicBlock *Src, in isEdgeHot()
99 MachineBranchProbabilityInfo::getEdgeProbability(MachineBasicBlock *Src, in getEdgeProbability()
109 printEdgeProbability(raw_ostream &OS, MachineBasicBlock *Src, in printEdgeProbability()
DMachineCopyPropagation.cpp122 static bool isNopCopy(MachineInstr *CopyMI, unsigned Def, unsigned Src, in isNopCopy()
151 unsigned Src = MI->getOperand(1).getReg(); in CopyPropagateBlock() local
/external/libvpx/vp8/common/
Dcommon.h25 #define vp8_copy( Dest, Src) { \ argument
32 #define vp8_copy_array( Dest, Src, N) { \ argument
/external/llvm/lib/Target/Hexagon/
DHexagonPeephole.cpp130 MachineOperand &Src = MI->getOperand(1); in runOnMachineFunction() local
148 MachineOperand &Src = MI->getOperand(1); in runOnMachineFunction() local
166 MachineOperand &Src = MI->getOperand(1); in runOnMachineFunction() local
255 void HexagonPeephole::ChangeOpInto(MachineOperand &Dst, MachineOperand &Src) { in ChangeOpInto()
DHexagonSelectionDAGInfo.cpp31 SDValue Dst, SDValue Src, SDValue Size, unsigned Align, in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/PTX/
DPTXSelectionDAGInfo.cpp31 SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
145 SDValue Src, SDValue Size, in EmitTargetCodeForMemset()
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp437 isEdgeHot(const BasicBlock *Src, const BasicBlock *Dst) const { in isEdgeHot() argument
471 getEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst) const { in getEdgeWeight() argument
482 setEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst, uint32_t Weight) { in setEdgeWeight()
491 getEdgeProbability(const BasicBlock *Src, const BasicBlock *Dst) const { in getEdgeProbability() argument
501 const BasicBlock *Src, in printEdgeProbability()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp31 SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
145 SDValue Src, SDValue Size, in EmitTargetCodeForMemset()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DShaderChromium.cpp35 #define SHADER0(Src) #Src argument
36 #define SHADER(Src) SHADER0(Src) argument
/external/clang/lib/Analysis/
DCFGReachabilityAnalysis.cpp25 bool CFGReverseBlockReachabilityAnalysis::isReachable(const CFGBlock *Src, in isReachable()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp917 GenericValue Dest, Src = getOperandValue(SrcVal, SF); in executeTruncInst() local
926 GenericValue Dest, Src = getOperandValue(SrcVal, SF); in executeSExtInst() local
935 GenericValue Dest, Src = getOperandValue(SrcVal, SF); in executeZExtInst() local
944 GenericValue Dest, Src = getOperandValue(SrcVal, SF); in executeFPTruncInst() local
953 GenericValue Dest, Src = getOperandValue(SrcVal, SF); in executeFPExtInst() local
964 GenericValue Dest, Src = getOperandValue(SrcVal, SF); in executeFPToUIInst() local
978 GenericValue Dest, Src = getOperandValue(SrcVal, SF); in executeFPToSIInst() local
990 GenericValue Dest, Src = getOperandValue(SrcVal, SF); in executeUIToFPInst() local
1002 GenericValue Dest, Src = getOperandValue(SrcVal, SF); in executeSIToFPInst() local
1016 GenericValue Dest, Src = getOperandValue(SrcVal, SF); in executePtrToIntInst() local
[all …]
/external/llvm/lib/VMCore/
DIRBuilder.cpp82 CreateMemCpy(Value *Dst, Value *Src, Value *Size, unsigned Align, in CreateMemCpy()
102 CreateMemMove(Value *Dst, Value *Src, Value *Size, unsigned Align, in CreateMemMove()
DGlobals.cpp50 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom()
177 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom()
DSymbolTableListTraitsImpl.h30 ::setSymTabObject(TPtr *Dest, TPtr Src) { in setSymTabObject()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp32 SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
177 SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp95 const ExplodedNodeSet &Src) { in expandGraphWithCheckers()
167 const ExplodedNodeSet &Src, in runCheckersForStmt()
209 const ExplodedNodeSet &Src, in runCheckersForObjCMessage()
256 const ExplodedNodeSet &Src, in runCheckersForLocation()
297 const ExplodedNodeSet &Src, in runCheckersForBind()
364 ExplodedNodeSet Src; in runCheckersForBranchCondition() local
406 const ExplodedNodeSet &Src, in runCheckersForDeadSymbols()
458 const ExplodedNodeSet &Src, in runCheckersForEvalCall()
/external/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreMCTargetDesc.cpp58 MachineLocation Src(XCore::SP, 0); in createXCoreMCAsmInfo() local
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp60 MachineLocation Src(Hexagon::R30, 0); in createHexagonMCAsmInfo() local
/external/llvm/lib/Target/CellSPU/MCTargetDesc/
DSPUMCTargetDesc.cpp59 MachineLocation Src(SPU::R1, 0); in createSPUMCAsmInfo() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp283 Value *Src = CI.getOperand(0); in commonCastTransforms() local
436 Value *Src = CI.getOperand(0); in visitTrunc() local
755 Value *Src = CI.getOperand(0); in visitZExt() local
1059 Value *Src = CI.getOperand(0); in visitSExt() local
1324 Value *Src = CI.getOperand(0); in commonPointerCastTransforms() local
1595 Value *Src = CI.getOperand(0); in OptimizeIntToFloatBitCast() local
1647 Value *Src = CI.getOperand(0); in visitBitCast() local
/external/clang/lib/CodeGen/
DCGCXXABI.cpp68 llvm::Value *Src) { in EmitMemberPointerConversion()
74 llvm::Constant *Src) { in EmitMemberPointerConversion()
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h181 const ExplodedNodeSet &Src, in runCheckersForPreStmt()
209 const ExplodedNodeSet &Src, in runCheckersForPreObjCMessage()
217 const ExplodedNodeSet &Src, in runCheckersForPostObjCMessage()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp181 const MachineLocation &Src = Move.getSource(); in EmitCFIFrameMove() local
/external/llvm/include/llvm/Analysis/
DBlockFrequencyImpl.h75 BlockFrequency getEdgeFreq(BlockT *Src, BlockT *Dst) const { in getEdgeFreq()
143 bool isBackedge(BlockT *Src, BlockT *Dst) { in isBackedge()
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp103 Value *llvm::EmitStrCpy(Value *Dst, Value *Src, IRBuilder<> &B, in EmitStrCpy()
121 Value *llvm::EmitStrNCpy(Value *Dst, Value *Src, Value *Len, in EmitStrNCpy()
141 Value *llvm::EmitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, in EmitMemCpyChk()

1234