Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp51 const MachineBasicBlock *Src, in getEdgeProbability()
57 const MachineBasicBlock *Src, const MachineBasicBlock *Dst) const { in getEdgeProbability() argument
64 const MachineBasicBlock *Src, const MachineBasicBlock *Dst) const { in isEdgeHot() argument
70 raw_ostream &OS, const MachineBasicBlock *Src, in printEdgeProbability()
H A DMachineCopyPropagation.cpp146 auto Src = TRI.regunits(CopyOperands->Source->getReg().asMCReg()); in invalidateRegister() local
180 MCRegister Src = CopyOperands->Source->getReg().asMCReg(); in clobberRegister() local
232 MCRegister Src = CopyOperands->Source->getReg().asMCReg(); in trackCopy() local
472 static bool isNopCopy(const MachineInstr &PreviousCopy, MCRegister Src, in isNopCopy()
774 MCRegister Src = RegSrc.asMCReg(); in ForwardCopyPropagateBlock() local
954 Register Src = CopyOperands.Source->getReg(); in isBackwardPropagatableCopy() local
995 Register Src = CopyOperands->Source->getReg(); in propagateDefs() local
1092 Register Src = CopyOperands->Source->getReg(); in BackwardCopyPropagateBlock() local
1196 auto CheckCopyConstraint = [this](Register Def, Register Src) { in EliminateSpillageCopies()
1247 Register Src = CopyOperands->Source->getReg(); in EliminateSpillageCopies() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h692 MachineInstrBuilder buildPtrToInt(const DstOp &Dst, const SrcOp &Src) { in buildPtrToInt()
697 MachineInstrBuilder buildIntToPtr(const DstOp &Dst, const SrcOp &Src) { in buildIntToPtr()
702 MachineInstrBuilder buildBitcast(const DstOp &Dst, const SrcOp &Src) { in buildBitcast()
1198 MachineInstrBuilder buildIsFPClass(const DstOp &Res, const SrcOp &Src, in buildIsFPClass()
1538 MachineInstrBuilder buildFreeze(const DstOp &Dst, const SrcOp &Src) { in buildFreeze()
1926 MachineInstrBuilder buildAbs(const DstOp &Dst, const SrcOp &Src) { in buildAbs()
1992 const SrcOp &Src) { in buildVecReduceFMaximum()
1998 const SrcOp &Src) { in buildVecReduceFMinimum()
2068 MachineInstrBuilder buildSbfx(const DstOp &Dst, const SrcOp &Src, in buildSbfx()
2074 MachineInstrBuilder buildUbfx(const DstOp &Dst, const SrcOp &Src, in buildUbfx()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp163 const EdgeKind K) { in createPiBlocks()
180 const Direction Dir) { in createPiBlocks()
310 auto createConfusedEdges = [&](NodeType &Src, NodeType &Dst) { in createMemoryDependencyEdges()
323 auto createForwardEdge = [&](NodeType &Src, NodeType &Dst) { in createMemoryDependencyEdges()
331 auto createBackwardEdge = [&](NodeType &Src, NodeType &Dst) { in createMemoryDependencyEdges()
435 NodeType &Src = *Worklist.pop_back_val(); in simplify() local
H A DDependenceAnalysis.cpp895 const SCEV *Src = Pair->Src; in unifySubscriptType() local
920 const SCEV *Src = Pair->Src; in unifySubscriptType() local
945 const SCEV *Src = Pair->Src; in removeMatchingExtensions() local
1183 bool DependenceInfo::testZIV(const SCEV *Src, const SCEV *Dst, in testZIV()
2294 bool DependenceInfo::testRDIV(const SCEV *Src, const SCEV *Dst, in testRDIV()
2360 bool DependenceInfo::testMIV(const SCEV *Src, const SCEV *Dst, in testMIV()
2402 bool DependenceInfo::gcdMIVtest(const SCEV *Src, const SCEV *Dst, in gcdMIVtest()
3404 Instruction *Src, Instruction *Dst, const SCEV *SrcAccessFn, in tryDelinearizeFixedSize()
3481 Instruction *Src, Instruction *Dst, const SCEV *SrcAccessFn, in tryDelinearizeParametricSize()
3590 DependenceInfo::depends(Instruction *Src, Instruction *Dst, in depends()
[all …]
H A DDDGPrinter.cpp130 const DDGNode *Src, const DDGEdge *Edge, const DataDependenceGraph *G) { in getSimpleEdgeAttributes()
139 const DDGNode *Src, const DDGEdge *Edge, const DataDependenceGraph *G) { in getVerboseEdgeAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp25 SDValue Chain, SDValue Dst, SDValue Src, in createMemMemNode()
42 SDValue Chain, SDValue Dst, SDValue Src, in emitMemMemImm()
51 SDValue Chain, SDValue Dst, SDValue Src, in emitMemMemReg()
61 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
189 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, in EmitTargetCodeForMemchr()
216 SDValue Src, MachinePointerInfo DestPtrInfo, MachinePointerInfo SrcPtrInfo, in EmitTargetCodeForStrcpy()
244 SDValue Chain, SDValue Src, in getBoundedStrlen()
256 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, in EmitTargetCodeForStrlen()
263 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, in EmitTargetCodeForStrnlen()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp95 const UTF16 *Src = reinterpret_cast<const UTF16 *>(SrcBytes.begin()); in convertUTF16ToUTF8String() local
135 bool convertUTF16ToUTF8String(ArrayRef<UTF16> Src, std::string &Out) { in convertUTF16ToUTF8String()
153 const UTF32 *Src = reinterpret_cast<const UTF32 *>(SrcBytes.begin()); in convertUTF32ToUTF8String() local
193 bool convertUTF32ToUTF8String(ArrayRef<UTF32> Src, std::string &Out) { in convertUTF32ToUTF8String()
211 const UTF8 *Src = reinterpret_cast<const UTF8 *>(SrcUTF8.begin()); in convertUTF8ToUTF16String() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCostTable.h58 MVT::SimpleValueType Src; member
67 int ISD, MVT Dst, MVT Src) { in ConvertCostTableLookup()
82 int ISD, MVT Dst, MVT Src) { in ConvertCostTableLookup()
H A DMIRFormatter.h51 StringRef Src, int64_t &Imm, in parseImmMnemonic()
67 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue()
H A DSelectionDAGTargetInfo.h108 SDValue Src, SDValue Char, SDValue Length, in EmitTargetCodeForMemchr()
121 SDValue Dest, SDValue Src, in EmitTargetCodeForStrcpy()
141 SDValue Src, MachinePointerInfo SrcPtrInfo) const { in EmitTargetCodeForStrlen()
147 SDValue Src, SDValue MaxLength, in EmitTargetCodeForStrnlen()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp113 for (uint64_t Src = 0; Src < Nodes.size(); Src++) { in run() local
172 int64_t getFlow(uint64_t Src, uint64_t Dst) const { in getFlow()
247 uint64_t Src = Queue.front(); in findAugmentingPath() local
385 for (size_t Src : AugmentingOrder) { in findAugmentingDAG() local
407 for (uint64_t Src : AugmentingOrder) { in augmentFlowAlongDAG() local
418 for (uint64_t Src : AugmentingOrder) { in augmentFlowAlongDAG() local
438 for (uint64_t Src : AugmentingOrder) { in augmentFlowAlongDAG() local
462 uint64_t Src = AugmentingOrder[Idx - 1]; in augmentFlowAlongDAG() local
478 for (uint64_t Src : AugmentingOrder) { in augmentFlowAlongDAG() local
699 uint64_t Src = Queue.begin()->second; in findShortestPath() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h369 DDGEdge &createDefUseEdge(DDGNode &Src, DDGNode &Tgt) final { in createDefUseEdge()
375 DDGEdge &createMemoryEdge(DDGNode &Src, DDGNode &Tgt) final { in createMemoryEdge()
381 DDGEdge &createRootedEdge(DDGNode &Src, DDGNode &Tgt) final { in createRootedEdge()
442 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies()
464 DependenceGraphInfo<NodeType>::getDependenceString(const NodeType &Src, in getDependenceString()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp26 enum class LinkFrom { Dst, Src, Both }; enumerator
152 Comdat::SelectionKind Src, in computeResultingSelectionKind()
242 const GlobalValue &Src) { in shouldLinkFromSource()
624 std::unique_ptr<Module> Src, unsigned Flags, in linkInModule()
641 Module &Dest, std::unique_ptr<Module> Src, unsigned Flags, in linkModules()
651 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src) { in LLVMLinkModules2()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp134 MachineOperand &Src = MI.getOperand(1); in runOnMachineFunction() local
182 MachineOperand &Src = MI.getOperand(1); in runOnMachineFunction() local
199 MachineOperand &Src = MI.getOperand(1); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp39 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitSpecializedLibcall()
169 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
287 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemmove()
295 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp156 SDValue Src, SDValue Size, MVT AVT) { in emitRepmovs()
178 SDValue Src, uint64_t Size) { in emitRepmovsB()
207 SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, EVT SizeVT, in emitConstantSizeRepmov()
262 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h35 Value *Convert(Value *Src, const FixedPointSemantics &SrcSema, in Convert()
143 Value *CreateFixedToFixed(Value *Src, const FixedPointSemantics &SrcSema, in CreateFixedToFixed()
154 Value *CreateFixedToInteger(Value *Src, const FixedPointSemantics &SrcSema, in CreateFixedToInteger()
166 Value *CreateIntegerToFixed(Value *Src, unsigned SrcIsSigned, in CreateIntegerToFixed()
174 Value *CreateFixedToFloating(Value *Src, const FixedPointSemantics &SrcSema, in CreateFixedToFloating()
191 Value *CreateFloatingToFixed(Value *Src, const FixedPointSemantics &DstSema) { in CreateFloatingToFixed()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp228 const MachineOperand &Src = MI.getOperand(Idx); in computeKnownBitsImpl() local
639 MachineOperand &Src = MI.getOperand(1); in computeNumSignBits() local
649 Register Src = MI.getOperand(1).getReg(); in computeNumSignBits() local
657 Register Src = MI.getOperand(1).getReg(); in computeNumSignBits() local
681 Register Src = MI.getOperand(1).getReg(); in computeNumSignBits() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCExpandPseudos.cpp89 const MachineOperand &Src = MI.getOperand(1); in expandCTLZ() local
117 const MachineOperand &Src = MI.getOperand(1); in expandCTTZ() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp91 SDValue Src = In.getOperand(0); in stripExtractLoElt() local
2302 SDValue Src = N->getOperand(0); in SelectS_BFE() local
2462 SDValue Src = N->getOperand(0); in SelectFP_EXTEND() local
2726 SDValue Src = N->getOperand(1); in SelectINTRINSIC_WO_CHAIN() local
2815 bool AMDGPUDAGToDAGISel::SelectVOP3Mods(SDValue In, SDValue &Src, in SelectVOP3Mods()
2828 SDValue In, SDValue &Src, SDValue &SrcMods) const { in SelectVOP3ModsNonCanonicalizing()
2839 bool AMDGPUDAGToDAGISel::SelectVOP3BMods(SDValue In, SDValue &Src, in SelectVOP3BMods()
2886 bool AMDGPUDAGToDAGISel::SelectVOP3Mods0(SDValue In, SDValue &Src, in SelectVOP3Mods0()
2906 bool AMDGPUDAGToDAGISel::SelectVOP3OMods(SDValue In, SDValue &Src, in SelectVOP3OMods()
2917 bool AMDGPUDAGToDAGISel::SelectVOP3PMods(SDValue In, SDValue &Src, in SelectVOP3PMods()
[all …]
H A DAMDGPUMIRFormatter.cpp21 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue()
H A DAMDGPUInstCombineIntrinsic.cpp452 Value *Src = II.getArgOperand(0); in instCombineIntrinsic() local
511 Value *Src = II.getArgOperand(0); in instCombineIntrinsic() local
534 Value *Src = II.getArgOperand(0); in instCombineIntrinsic() local
580 Value *Src = II.getArgOperand(0); in instCombineIntrinsic() local
676 Value *Src = II.getArgOperand(0); in instCombineIntrinsic() local
749 Value *Src = II.getArgOperand(I + 2); in instCombineIntrinsic() local
987 if (auto *Src = dyn_cast<ConstantInt>(II.getArgOperand(0))) { in instCombineIntrinsic() local
1065 Value *Src = II.getArgOperand(0); in instCombineIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp417 CallInst *IRBuilderBase::CreateFAddReduce(Value *Acc, Value *Src) { in CreateFAddReduce()
425 CallInst *IRBuilderBase::CreateFMulReduce(Value *Acc, Value *Src) { in CreateFMulReduce()
433 CallInst *IRBuilderBase::CreateAddReduce(Value *Src) { in CreateAddReduce()
437 CallInst *IRBuilderBase::CreateMulReduce(Value *Src) { in CreateMulReduce()
441 CallInst *IRBuilderBase::CreateAndReduce(Value *Src) { in CreateAndReduce()
445 CallInst *IRBuilderBase::CreateOrReduce(Value *Src) { in CreateOrReduce()
449 CallInst *IRBuilderBase::CreateXorReduce(Value *Src) { in CreateXorReduce()
465 CallInst *IRBuilderBase::CreateFPMaxReduce(Value *Src) { in CreateFPMaxReduce()
469 CallInst *IRBuilderBase::CreateFPMinReduce(Value *Src) { in CreateFPMinReduce()
473 CallInst *IRBuilderBase::CreateFPMaximumReduce(Value *Src) { in CreateFPMaximumReduce()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp111 const ExplodedNodeSet &Src) { in expandGraphWithCheckers()
184 const ExplodedNodeSet &Src, in runCheckersForStmt()
240 const ExplodedNodeSet &Src, in runCheckersForObjCMessage()
298 const ExplodedNodeSet &Src, in runCheckersForCallEvent()
349 const ExplodedNodeSet &Src, in runCheckersForLocation()
392 const ExplodedNodeSet &Src, in runCheckersForBind()
438 ExplodedNodeSet Src; in runCheckersForBeginFunction() local
496 ExplodedNodeSet Src; in runCheckersForBranchCondition() local
537 ExplodedNodeSet Src; in runCheckersForNewAllocator() local
586 const ExplodedNodeSet &Src, in runCheckersForDeadSymbols()
[all …]

12345678910>>...12