Home
last modified time | relevance | path

Searched defs:Dst (Results 1 – 25 of 222) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h714 MachineInstrBuilder buildPtrToInt(const DstOp &Dst, const SrcOp &Src) { in buildPtrToInt()
719 MachineInstrBuilder buildIntToPtr(const DstOp &Dst, const SrcOp &Src) { in buildIntToPtr()
724 MachineInstrBuilder buildBitcast(const DstOp &Dst, const SrcOp &Src) { in buildBitcast()
729 MachineInstrBuilder buildAddrSpaceCast(const DstOp &Dst, const SrcOp &Src) { in buildAddrSpaceCast()
1789 MachineInstrBuilder buildFreeze(const DstOp &Dst, const SrcOp &Src) { in buildFreeze()
1862 MachineInstrBuilder buildAbds(const DstOp &Dst, const SrcOp &Src0, in buildAbds()
1876 MachineInstrBuilder buildAbdu(const DstOp &Dst, const SrcOp &Src0, in buildAbdu()
1959 MachineInstrBuilder buildAnd(const DstOp &Dst, const SrcOp &Src0, in buildAnd()
1981 MachineInstrBuilder buildXor(const DstOp &Dst, const SrcOp &Src0, in buildXor()
1989 MachineInstrBuilder buildNot(const DstOp &Dst, const SrcOp &Src0) { in buildNot()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperVectorOps.cpp37 Register Dst = Extract->getReg(0); in matchExtractVectorElement() local
130 Register Dst = Extract->getReg(0); in matchExtractVectorElementWithDifferentIndices() local
179 Register Dst = Extract->getReg(0); in matchExtractVectorElementWithBuildVector() local
240 Register Dst = Extract->getReg(0); in matchExtractVectorElementWithBuildVectorTrunc() local
300 Register Dst = Extract->getReg(0); in matchExtractVectorElementWithShuffleVector() local
346 Register Dst = Insert->getReg(0); in matchInsertVectorElementOOB() local
371 Register Dst = Add->getReg(0); in matchAddOfVScale() local
393 Register Dst = MO.getReg(); in matchMulOfVScale() local
410 Register Dst = MO.getReg(); in matchSubOfVScale() local
434 Register Dst = MO.getReg(); in matchShlOfVScale() local
H A DCombinerHelperCasts.cpp33 Register Dst = Sext->getReg(0); in matchSextOfTrunc() local
86 Register Dst = Zext->getReg(0); in matchZextOfTrunc() local
120 Register Dst = Zext->getReg(0); in matchNonNegZext() local
146 Register Dst = Trunc->getReg(0); in matchTruncateOfExt() local
209 Register Dst = Cast->getReg(0); in matchCastOfSelect() local
238 Register Dst = First->getReg(0); in matchExtOfExt() local
305 Register Dst = Cast->getReg(0); in matchCastOfBuildVector() local
345 Register Dst = Trunc->getReg(0); in matchNarrowBinop() local
391 Register Dst = Root.getOperand(0).getReg(); in matchRedundantSextInReg() local
H A DCombinerHelperCompares.cpp36 Register Dst = ICmp.getReg(0); in constantFoldICmp() local
67 Register Dst = FCmp.getReg(0); in constantFoldFCmp() local
95 Register Dst = Cmp->getReg(0); in matchCanonicalizeICmp() local
120 Register Dst = Cmp->getReg(0); in matchCanonicalizeFCmp() local
H A DCombinerHelperArtifacts.cpp34 Register Dst = Merge->getReg(0); in matchMergeXAndUndef() local
63 Register Dst = Merge->getReg(0); in matchMergeXAndZero() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp122 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
139 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
156 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
170 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
187 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp75 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepstos()
112 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepstosB()
125 SDValue Dst, SDValue Val, uint64_t Size, in emitConstantSizeRepstos()
209 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset()
235 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovs()
257 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovsB()
269 SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, EVT SizeVT, in emitConstantSizeRepmov()
323 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp26 const CFGBlock *Dst) { in isReachable()
41 void CFGReverseBlockReachabilityAnalysis::mapReachability(const CFGBlock *Dst) { in mapReachability()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCostTable.h57 MVT::SimpleValueType Dst; member
67 int ISD, MVT Dst, MVT Src) { in ConvertCostTableLookup()
82 int ISD, MVT Dst, MVT Src) { in ConvertCostTableLookup()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp163 const EdgeKind K) { in createPiBlocks()
180 const Direction Dir) { in createPiBlocks()
308 auto createConfusedEdges = [&](NodeType &Src, NodeType &Dst) { in createMemoryDependencyEdges()
321 auto createForwardEdge = [&](NodeType &Src, NodeType &Dst) { in createMemoryDependencyEdges()
329 auto createBackwardEdge = [&](NodeType &Src, NodeType &Dst) { in createMemoryDependencyEdges()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp43 ExplodedNodeSet &Dst) { in VisitBinaryOperator()
198 ExplodedNodeSet &Dst) { in VisitBlockExpr()
287 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCast()
580 ExplodedNodeSet &Dst) { in VisitCompoundLiteralExpr()
604 ExplodedNodeSet &Dst) { in VisitDeclStmt()
681 ExplodedNodeSet &Dst) { in VisitLogicalExpr()
776 ExplodedNodeSet &Dst) { in VisitInitListExpr()
826 ExplodedNodeSet &Dst) { in VisitGuardedExpr()
888 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitOffsetOfExpr()
908 ExplodedNodeSet &Dst) { in VisitUnaryExprOrTypeTraitExpr()
[all …]
H A DExprEngineObjC.cpp23 ExplodedNodeSet &Dst) { in VisitLvalObjCIvarRefExpr()
40 ExplodedNodeSet &Dst) { in VisitObjCAtSynchronizedStmt()
85 ExplodedNodeSet &Dst) { in VisitObjCForCollectionStmt()
153 ExplodedNodeSet &Dst) { in VisitObjCMessage()
H A DExprEngineCXX.cpp35 ExplodedNodeSet &Dst) { in CreateCXXTemporaryObject()
70 ExplodedNodeSet Dst; in performTrivialCopy() local
816 ExplodedNodeSet &Dst) { in VisitCXXConstructExpr()
822 ExplodedNodeSet &Dst) { in VisitCXXInheritedCtorInitExpr()
831 ExplodedNodeSet &Dst, in VisitCXXDestructor()
895 ExplodedNodeSet &Dst) { in VisitCXXNewAllocatorCall()
966 ExplodedNodeSet &Dst) { in VisitCXXNewExpr()
1100 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCXXDeleteExpr()
1122 ExplodedNodeSet &Dst) { in VisitCXXCatchStmt()
1140 ExplodedNodeSet &Dst) { in VisitCXXThisExpr()
[all …]
H A DExprEngine.cpp1131 ExplodedNodeSet Dst; in ProcessStmt() local
1147 ExplodedNodeSet Dst; in ProcessLoopExit() local
1243 ExplodedNodeSet Dst; in ProcessInitializer() local
1293 ExplodedNodeSet Dst; in ProcessImplicitDtor() local
1320 ExplodedNodeSet Dst; in ProcessNewAllocator() local
1340 ExplodedNodeSet &Dst) { in ProcessAutomaticObjDtor()
1412 ExplodedNodeSet &Dst) { in ProcessDeleteDtor()
1487 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in ProcessBaseDtor()
1507 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in ProcessMemberDtor()
1567 ExplodedNodeSet &Dst) { in ProcessTemporaryDtor()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp133 void addEdge(uint64_t Src, uint64_t Dst, int64_t Capacity, int64_t Cost) { in addEdge()
156 void addEdge(uint64_t Src, uint64_t Dst, int64_t Cost) { in addEdge()
273 uint64_t Dst = Edge.Dst; in findAugmentingPath() local
348 auto &Dst = Nodes[Edge.Dst]; in findAugmentingDAG() local
388 uint64_t Dst = Edge.Dst; in findAugmentingDAG() local
447 uint64_t Dst = Edge->Dst; in augmentFlowAlongDAG() local
466 uint64_t Dst = Edge->Dst; in augmentFlowAlongDAG() local
512 uint64_t Dst = Edge.Dst; in identifyShortestEdges() local
559 uint64_t Dst; member
656 uint64_t Dst = Jump->Target; in findReachable() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DRecordOps.cpp20 StorageLocation *DstFieldLoc, RecordStorageLocation &Dst, in copyField()
51 void copyRecord(RecordStorageLocation &Src, RecordStorageLocation &Dst, in copyRecord()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp42 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitSpecializedLibcall()
174 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
292 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemmove()
300 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp35 SDValue Chain, SDValue Dst, SDValue Src, in createMemMemNode()
52 SDValue Chain, SDValue Dst, SDValue Src, in emitMemMemImm()
61 SDValue Chain, SDValue Dst, SDValue Src, in emitMemMemReg()
71 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
88 SDValue Dst, uint64_t ByteVal, uint64_t Size, in memsetStore()
99 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, in EmitTargetCodeForMemset()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp61 VPValue *setEdgeMask(const VPBasicBlock *Src, const VPBasicBlock *Dst, in setEdgeMask()
88 VPValue *VPPredicator::createEdgeMask(VPBasicBlock *Src, VPBasicBlock *Dst) { in createEdgeMask()
189 VPBasicBlock *Dst = cast<VPBasicBlock>(Succ); in createSwitchEdgeMasks() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp116 SDValue Dst, SDValue SrcOrValue, in EmitMOPS()
161 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitStreamingCompatibleMemLibCall()
218 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
237 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
257 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemmove()
H A DAArch64AdvSIMDScalarPass.cpp237 Register Dst = MI.getOperand(0).getReg(); in isProfitableToTransform() local
273 unsigned Dst, unsigned Src, bool IsKill) { in insertCopy()
355 Register Dst = MRI->createVirtualRegister(&AArch64::FPR64RegClass); in transformInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.cpp34 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
62 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp116 UTF8 *Dst = reinterpret_cast<UTF8 *>(&Out[0]); in convertUTF16ToUTF8String() local
174 UTF8 *Dst = reinterpret_cast<UTF8 *>(&Out[0]); in convertUTF32ToUTF8String() local
219 UTF16 *Dst = &DstUTF16[0]; in convertUTF8ToUTF16String() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankLegalize.cpp141 Register Dst = MI.getOperand(0).getReg(); in tryCombineCopy() local
189 Register Dst = MI.getOperand(0).getReg(); in tryCombineS1AnyExt() local
325 Register Dst = MI->getOperand(0).getReg(); in runOnMachineFunction() local
H A DAMDGPURegBankLegalizeHelper.cpp64 Register Dst = MI.getOperand(0).getReg(); in splitLoad() local
113 Register Dst = MI.getOperand(0).getReg(); in widenLoad() local
137 Register Dst = MI.getOperand(0).getReg(); in lowerVccExtToSel() local
234 Register Dst = MI.getOperand(0).getReg(); in lowerV_BFE() local
326 Register Dst = MI.getOperand(0).getReg(); in lowerSplitTo32() local
343 Register Dst = MI.getOperand(0).getReg(); in lowerSplitTo32Select() local
984 Register Dst = MI.getOperand(0).getReg(); in applyMappingPHI() local

123456789