Home
last modified time | relevance | path

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

12345678

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h702 MachineInstrBuilder buildPtrToInt(const DstOp &Dst, const SrcOp &Src) { in buildPtrToInt()
707 MachineInstrBuilder buildIntToPtr(const DstOp &Dst, const SrcOp &Src) { in buildIntToPtr()
712 MachineInstrBuilder buildBitcast(const DstOp &Dst, const SrcOp &Src) { in buildBitcast()
717 MachineInstrBuilder buildAddrSpaceCast(const DstOp &Dst, const SrcOp &Src) { in buildAddrSpaceCast()
1648 MachineInstrBuilder buildFreeze(const DstOp &Dst, const SrcOp &Src) { in buildFreeze()
1790 MachineInstrBuilder buildAnd(const DstOp &Dst, const SrcOp &Src0, in buildAnd()
1812 MachineInstrBuilder buildXor(const DstOp &Dst, const SrcOp &Src0, in buildXor()
1820 MachineInstrBuilder buildNot(const DstOp &Dst, const SrcOp &Src0) { in buildNot()
1828 MachineInstrBuilder buildNeg(const DstOp &Dst, const SrcOp &Src0) { in buildNeg()
1834 MachineInstrBuilder buildCTPOP(const DstOp &Dst, const SrcOp &Src0) { in buildCTPOP()
[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
200 Register Dst = Extract->getReg(0); in matchExtractVectorElementWithBuildVector() local
261 Register Dst = Extract->getReg(0); in matchExtractVectorElementWithBuildVectorTrunc() local
340 Register Dst = Extract->getReg(0); in matchExtractVectorElementWithShuffleVector() local
386 Register Dst = Insert->getReg(0); in matchInsertVectorElementOOB() local
411 Register Dst = Add->getReg(0); in matchAddOfVScale() local
433 Register Dst = MO.getReg(); in matchMulOfVScale() local
450 Register Dst = MO.getReg(); in matchSubOfVScale() local
474 Register Dst = MO.getReg(); in matchShlOfVScale() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp133 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
150 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
167 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
181 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
198 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp42 ExplodedNodeSet &Dst) { in VisitBinaryOperator()
194 ExplodedNodeSet &Dst) { in VisitBlockExpr()
283 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCast()
542 ExplodedNodeSet &Dst) { in VisitCompoundLiteralExpr()
566 ExplodedNodeSet &Dst) { in VisitDeclStmt()
642 ExplodedNodeSet &Dst) { in VisitLogicalExpr()
737 ExplodedNodeSet &Dst) { in VisitInitListExpr()
787 ExplodedNodeSet &Dst) { in VisitGuardedExpr()
849 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitOffsetOfExpr()
869 ExplodedNodeSet &Dst) { in VisitUnaryExprOrTypeTraitExpr()
[all …]
H A DExprEngineCXX.cpp32 ExplodedNodeSet &Dst) { in CreateCXXTemporaryObject()
67 ExplodedNodeSet Dst; in performTrivialCopy() local
846 ExplodedNodeSet &Dst) { in VisitCXXConstructExpr()
852 ExplodedNodeSet &Dst) { in VisitCXXInheritedCtorInitExpr()
861 ExplodedNodeSet &Dst, in VisitCXXDestructor()
925 ExplodedNodeSet &Dst) { in VisitCXXNewAllocatorCall()
996 ExplodedNodeSet &Dst) { in VisitCXXNewExpr()
1128 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCXXDeleteExpr()
1150 ExplodedNodeSet &Dst) { in VisitCXXCatchStmt()
1168 ExplodedNodeSet &Dst) { in VisitCXXThisExpr()
[all …]
H A DExprEngine.cpp1127 ExplodedNodeSet Dst; in ProcessStmt() local
1143 ExplodedNodeSet Dst; in ProcessLoopExit() local
1242 ExplodedNodeSet Dst; in ProcessInitializer() local
1292 ExplodedNodeSet Dst; in ProcessImplicitDtor() local
1319 ExplodedNodeSet Dst; in ProcessNewAllocator() local
1339 ExplodedNodeSet &Dst) { in ProcessAutomaticObjDtor()
1411 ExplodedNodeSet &Dst) { in ProcessDeleteDtor()
1486 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in ProcessBaseDtor()
1506 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in ProcessMemberDtor()
1566 ExplodedNodeSet &Dst) { in ProcessTemporaryDtor()
[all …]
H A DCheckerManager.cpp110 ExplodedNodeSet &Dst, in expandGraphWithCheckers()
183 ExplodedNodeSet &Dst, in runCheckersForStmt()
239 ExplodedNodeSet &Dst, in runCheckersForObjCMessage()
297 ExplodedNodeSet &Dst, in runCheckersForCallEvent()
348 void CheckerManager::runCheckersForLocation(ExplodedNodeSet &Dst, in runCheckersForLocation()
391 void CheckerManager::runCheckersForBind(ExplodedNodeSet &Dst, in runCheckersForBind()
434 void CheckerManager::runCheckersForBeginFunction(ExplodedNodeSet &Dst, in runCheckersForBeginFunction()
448 ExplodedNodeSet &Dst, in runCheckersForEndFunction()
493 ExplodedNodeSet &Dst, in runCheckersForBranchCondition()
533 ExplodedNodeSet &Dst, in runCheckersForNewAllocator()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp27 const CFGBlock *Dst) { in isReachable()
42 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()
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()
H A DDependenceAnalysis.cpp810 const Instruction *Dst) { in establishNestingLevels()
896 const SCEV *Dst = Pair->Dst; in unifySubscriptType() local
921 const SCEV *Dst = Pair->Dst; in unifySubscriptType() local
946 const SCEV *Dst = Pair->Dst; in removeMatchingExtensions() local
1007 bool DependenceInfo::checkDstSubscript(const SCEV *Dst, const Loop *LoopNest, in checkDstSubscript()
1018 const SCEV *Dst, const Loop *DstLoopNest, in classifyPair()
1183 bool DependenceInfo::testZIV(const SCEV *Src, const SCEV *Dst, in testZIV()
2226 bool DependenceInfo::testSIV(const SCEV *Src, const SCEV *Dst, unsigned &Level, in testSIV()
2294 bool DependenceInfo::testRDIV(const SCEV *Src, const SCEV *Dst, in testRDIV()
2360 bool DependenceInfo::testMIV(const SCEV *Src, const SCEV *Dst, in testMIV()
[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/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp48 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset()
157 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovs()
179 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovsB()
209 SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, EVT SizeVT, in emitConstantSizeRepmov()
264 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
/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()
78 SDValue Dst, uint64_t ByteVal, uint64_t Size, in memsetStore()
89 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, in EmitTargetCodeForMemset()
/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.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/AArch64/
H A DAArch64SelectionDAGInfo.cpp26 SDValue Chain, SDValue Dst, in EmitMOPS()
86 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitStreamingCompatibleMemLibCall()
144 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
162 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
180 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemmove()
H A DAArch64AdvSIMDScalarPass.cpp239 Register Dst = MI.getOperand(0).getReg(); in isProfitableToTransform() local
275 unsigned Dst, unsigned Src, bool IsKill) { in insertCopy()
357 Register Dst = MRI->createVirtualRegister(&AArch64::FPR64RegClass); in transformInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.cpp22 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
46 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp117 UTF8 *Dst = reinterpret_cast<UTF8 *>(&Out[0]); in convertUTF16ToUTF8String() local
175 UTF8 *Dst = reinterpret_cast<UTF8 *>(&Out[0]); in convertUTF32ToUTF8String() local
220 UTF16 *Dst = &DstUTF16[0]; in convertUTF8ToUTF16String() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp589 Register Dst = MI.getOperand(0).getReg(); in legalizeVScale() local
639 Register Dst = MI.getOperand(0).getReg(); in legalizeExt() local
675 buildDefaultVLOps(const DstOp &Dst, MachineIRBuilder &MIB, in buildDefaultVLOps()
685 buildSplatPartsS64WithVL(const DstOp &Dst, const SrcOp &Passthru, Register Lo, in buildSplatPartsS64WithVL()
701 buildSplatSplitS64WithVL(const DstOp &Dst, const SrcOp &Passthru, in buildSplatSplitS64WithVL()
720 Register Dst = MI.getOperand(0).getReg(); in legalizeSplatVector() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTree.cpp64 [&DepthMap](const HashNode *Src, const HashNode *Dst) { in depth()
91 HashNode *Dst = getRoot(); in merge() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp66 bool emitCUDADeviceBuiltinSurfaceDeviceCopy(CodeGenFunction &CGF, LValue Dst, in emitCUDADeviceBuiltinSurfaceDeviceCopy()
72 bool emitCUDADeviceBuiltinTextureDeviceCopy(CodeGenFunction &CGF, LValue Dst, in emitCUDADeviceBuiltinTextureDeviceCopy()
84 static void emitBuiltinSurfTexDeviceCopy(CodeGenFunction &CGF, LValue Dst, in emitBuiltinSurfTexDeviceCopy()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp128 Register Dst = MI.getOperand(0).getReg(); in foldSimpleCrossClassCopies() local
175 Register Dst = MI.getOperand(0).getReg(); in foldCopyDup() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp405 MachineOperand *Dst = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in convertToSDWA() local
591 MachineOperand *Dst = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in matchSDWAOperand() local
628 MachineOperand *Dst = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in matchSDWAOperand() local
690 MachineOperand *Dst = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in matchSDWAOperand() local
719 MachineOperand *Dst = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in matchSDWAOperand() local
1044 MachineOperand *Dst = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in convertToSDWA() local

12345678