Home
last modified time | relevance | path

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

1234567

/external/llvm/lib/CodeGen/
DMachineBranchProbabilityInfo.cpp64 getEdgeWeight(const MachineBasicBlock *Src, in getEdgeWeight()
73 getEdgeWeight(const MachineBasicBlock *Src, in getEdgeWeight()
81 MachineBranchProbabilityInfo::isEdgeHot(const MachineBasicBlock *Src, in isEdgeHot()
108 const MachineBasicBlock *Src, const MachineBasicBlock *Dst) const { in getEdgeProbability() argument
117 raw_ostream &OS, const MachineBasicBlock *Src, in printEdgeProbability()
/external/libvpx/libvpx/vp8/common/
Dcommon.h27 #define vp8_copy( Dest, Src) { \ argument
34 #define vp8_copy_array( Dest, Src, N) { \ argument
/external/llvm/include/llvm/Target/
DCostTable.h52 TypeTy Src; member
61 CompareTy Src) { in ConvertCostTableLookup()
74 int ISD, CompareTy Dst, CompareTy Src) { in ConvertCostTableLookup()
DTargetSelectionDAGInfo.h119 SDValue Src, SDValue Char, SDValue Length, in EmitTargetCodeForMemchr()
132 SDValue Dest, SDValue Src, in EmitTargetCodeForStrcpy()
155 SDValue Src, MachinePointerInfo SrcPtrInfo) const { in EmitTargetCodeForStrlen()
161 SDValue Src, SDValue MaxLength, in EmitTargetCodeForStrnlen()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
Dcommon.h30 #define vp8_copy( Dest, Src) { \ argument
37 #define vp8_copy_array( Dest, Src, N) { \ argument
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp555 isEdgeHot(const BasicBlock *Src, const BasicBlock *Dst) const { in isEdgeHot() argument
591 getEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors) const { in getEdgeWeight() argument
601 uint32_t BranchProbabilityInfo::getEdgeWeight(const BasicBlock *Src, in getEdgeWeight()
609 getEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst) const { in getEdgeWeight() argument
624 setEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors, in setEdgeWeight()
634 getEdgeProbability(const BasicBlock *Src, unsigned IndexInSuccessors) const { in getEdgeProbability() argument
644 getEdgeProbability(const BasicBlock *Src, const BasicBlock *Dst) const { in getEdgeProbability() argument
654 const BasicBlock *Src, in printEdgeProbability()
DDependenceAnalysis.cpp715 void DependenceAnalysis::establishNestingLevels(const Instruction *Src, in establishNestingLevels()
791 const SCEV *Src = Pair->Src; in removeMatchingExtensions() local
807 bool DependenceAnalysis::checkSrcSubscript(const SCEV *Src, in checkSrcSubscript()
844 DependenceAnalysis::classifyPair(const SCEV *Src, const Loop *SrcLoopNest, in classifyPair()
960 bool DependenceAnalysis::testZIV(const SCEV *Src, in testZIV()
2039 bool DependenceAnalysis::testSIV(const SCEV *Src, in testSIV()
2110 bool DependenceAnalysis::testRDIV(const SCEV *Src, in testRDIV()
2177 bool DependenceAnalysis::testMIV(const SCEV *Src, in testMIV()
2219 bool DependenceAnalysis::gcdMIVtest(const SCEV *Src, in gcdMIVtest()
2433 bool DependenceAnalysis::banerjeeMIVtest(const SCEV *Src, in banerjeeMIVtest()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonPeephole.cpp141 MachineOperand &Src = MI->getOperand(1); in runOnMachineFunction() local
192 MachineOperand &Src = MI->getOperand(1); in runOnMachineFunction() local
210 MachineOperand &Src = MI->getOperand(1); in runOnMachineFunction() local
314 void HexagonPeephole::ChangeOpInto(MachineOperand &Dst, MachineOperand &Src) { in ChangeOpInto()
DHexagonSelectionDAGInfo.cpp30 SDValue Dst, SDValue Src, SDValue Size, unsigned Align, in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp34 SDValue Src, uint64_t Size) { in emitMemMem()
57 SDValue Dst, SDValue Src, SDValue Size, unsigned Align, in EmitTargetCodeForMemcpy()
208 SDValue Src, SDValue Char, SDValue Length, in EmitTargetCodeForMemchr()
238 SDValue Dest, SDValue Src, in EmitTargetCodeForStrcpy()
266 SDValue Chain, SDValue Src, in getBoundedStrlen()
279 SDValue Src, MachinePointerInfo SrcPtrInfo) const { in EmitTargetCodeForStrlen()
286 SDValue Src, SDValue MaxLength, in EmitTargetCodeForStrnlen()
/external/llvm/lib/Target/R600/
DSILowerControlFlow.cpp201 unsigned Src = MI.getOperand(1).getReg(); in Else() local
221 unsigned Src = MI.getOperand(1).getReg(); in Break() local
236 unsigned Src = MI.getOperand(2).getReg(); in IfBreak() local
251 unsigned Src = MI.getOperand(2).getReg(); in ElseBreak() local
263 unsigned Src = MI.getOperand(0).getReg(); in Loop() local
/external/llvm/bindings/ocaml/linker/
Dlinker_ocaml.c47 CAMLprim value llvm_link_modules(LLVMModuleRef Dst, LLVMModuleRef Src, value Mode) { in llvm_link_modules()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow.h79 struct rc_src_register * Src; member
83 struct rc_pair_instruction_source * Src; member
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp30 SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
150 SDValue Src, SDValue Size, in EmitTargetCodeForMemset()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_dataflow.h79 struct rc_src_register * Src; member
83 struct rc_pair_instruction_source * Src; member
/external/llvm/include/llvm/Linker/
DLinker.h47 bool linkInModule(Module *Src, std::string *ErrorMsg) { in linkInModule()
/external/clang/lib/Analysis/
DCFGReachabilityAnalysis.cpp25 bool CFGReverseBlockReachabilityAnalysis::isReachable(const CFGBlock *Src, in isReachable()
/external/llvm/lib/IR/
DGlobals.cpp56 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom()
84 void GlobalObject::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom()
228 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom()
DIRBuilder.cpp82 CreateMemCpy(Value *Dst, Value *Src, Value *Size, unsigned Align, in CreateMemCpy()
106 CreateMemMove(Value *Dst, Value *Src, Value *Size, unsigned Align, in CreateMemMove()
/external/chromium_org/third_party/angle/tests/compiler_tests/
DExpressionLimit_test.cpp13 #define SHADER(Src) #Src argument
/external/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp36 static std::pair<unsigned, unsigned> getMFHiLoOpc(unsigned Src) { in getMFHiLoOpc()
156 unsigned Src = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); in expandStoreCCond() local
210 unsigned Src = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); in expandStoreACC() local
221 unsigned Src = I->getOperand(1).getReg(); in expandCopy() local
242 unsigned Dst = I->getOperand(0).getReg(), Src = I->getOperand(1).getReg(); in expandCopyACC() local
/external/llvm/unittests/Support/
DConvertUTFTest.cpp20 static const char Src[] = "\xff\xfe\xa0\x0c_\x00\xa0\x0c"; in TEST() local
31 static const char Src[] = "\xfe\xff\x0c\xa0\x00_\x0c\xa0"; in TEST() local
/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp96 const ExplodedNodeSet &Src) { in expandGraphWithCheckers()
168 const ExplodedNodeSet &Src, in runCheckersForStmt()
207 const ExplodedNodeSet &Src, in runCheckersForObjCMessage()
250 const ExplodedNodeSet &Src, in runCheckersForCallEvent()
298 const ExplodedNodeSet &Src, in runCheckersForLocation()
338 const ExplodedNodeSet &Src, in runCheckersForBind()
405 ExplodedNodeSet Src; in runCheckersForBranchCondition() local
451 const ExplodedNodeSet &Src, in runCheckersForDeadSymbols()
525 const ExplodedNodeSet &Src, in runCheckersForEvalCall()
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp27 SDValue Dst, SDValue Src, SDValue Size, unsigned Align, in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp25 SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()

1234567