Home
last modified time | relevance | path

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

123456789

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h631 MachineInstrBuilder buildPtrToInt(const DstOp &Dst, const SrcOp &Src) { in buildPtrToInt()
636 MachineInstrBuilder buildIntToPtr(const DstOp &Dst, const SrcOp &Src) { in buildIntToPtr()
641 MachineInstrBuilder buildBitcast(const DstOp &Dst, const SrcOp &Src) { in buildBitcast()
646 MachineInstrBuilder buildAddrSpaceCast(const DstOp &Dst, const SrcOp &Src) { in buildAddrSpaceCast()
1371 MachineInstrBuilder buildFreeze(const DstOp &Dst, const SrcOp &Src) { in buildFreeze()
1513 MachineInstrBuilder buildAnd(const DstOp &Dst, const SrcOp &Src0, in buildAnd()
1535 MachineInstrBuilder buildXor(const DstOp &Dst, const SrcOp &Src0, in buildXor()
1543 MachineInstrBuilder buildNot(const DstOp &Dst, const SrcOp &Src0) { in buildNot()
1549 MachineInstrBuilder buildCTPOP(const DstOp &Dst, const SrcOp &Src0) { in buildCTPOP()
1554 MachineInstrBuilder buildCTLZ(const DstOp &Dst, const SrcOp &Src0) { in buildCTLZ()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp137 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
154 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
171 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
185 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
202 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp27 const CFGBlock *Dst) { in isReachable()
42 void CFGReverseBlockReachabilityAnalysis::mapReachability(const CFGBlock *Dst) { in mapReachability()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp162 const EdgeKind K) { in createPiBlocks()
179 const Direction Dir) { in createPiBlocks()
309 auto createConfusedEdges = [&](NodeType &Src, NodeType &Dst) { in createMemoryDependencyEdges()
322 auto createForwardEdge = [&](NodeType &Src, NodeType &Dst) { in createMemoryDependencyEdges()
330 auto createBackwardEdge = [&](NodeType &Src, NodeType &Dst) { in createMemoryDependencyEdges()
H A DDependenceAnalysis.cpp745 const Instruction *Dst) { in establishNestingLevels()
823 const SCEV *Dst = Pair->Dst; in unifySubscriptType() local
848 const SCEV *Dst = Pair->Dst; in unifySubscriptType() local
873 const SCEV *Dst = Pair->Dst; in removeMatchingExtensions() local
922 bool DependenceInfo::checkDstSubscript(const SCEV *Dst, const Loop *LoopNest, in checkDstSubscript()
933 const SCEV *Dst, const Loop *DstLoopNest, in classifyPair()
1098 bool DependenceInfo::testZIV(const SCEV *Src, const SCEV *Dst, in testZIV()
2141 bool DependenceInfo::testSIV(const SCEV *Src, const SCEV *Dst, unsigned &Level, in testSIV()
2209 bool DependenceInfo::testRDIV(const SCEV *Src, const SCEV *Dst, in testRDIV()
2275 bool DependenceInfo::testMIV(const SCEV *Src, const SCEV *Dst, in testMIV()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp42 ExplodedNodeSet &Dst) { in VisitBinaryOperator()
197 ExplodedNodeSet &Dst) { in VisitBlockExpr()
302 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCast()
556 ExplodedNodeSet &Dst) { in VisitCompoundLiteralExpr()
580 ExplodedNodeSet &Dst) { in VisitDeclStmt()
656 ExplodedNodeSet &Dst) { in VisitLogicalExpr()
751 ExplodedNodeSet &Dst) { in VisitInitListExpr()
802 ExplodedNodeSet &Dst) { in VisitGuardedExpr()
864 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitOffsetOfExpr()
884 ExplodedNodeSet &Dst) { in VisitUnaryExprOrTypeTraitExpr()
[all …]
H A DExprEngineObjC.cpp23 ExplodedNodeSet &Dst) { in VisitLvalObjCIvarRefExpr()
40 ExplodedNodeSet &Dst) { in VisitObjCAtSynchronizedStmt()
85 ExplodedNodeSet &Dst) { in VisitObjCForCollectionStmt()
149 ExplodedNodeSet &Dst) { in VisitObjCMessage()
H A DExprEngineCXX.cpp28 ExplodedNodeSet &Dst) { in CreateCXXTemporaryObject()
70 ExplodedNodeSet Dst; in performTrivialCopy() local
688 ExplodedNodeSet &Dst) { in VisitCXXConstructExpr()
694 ExplodedNodeSet &Dst) { in VisitCXXInheritedCtorInitExpr()
703 ExplodedNodeSet &Dst, in VisitCXXDestructor()
767 ExplodedNodeSet &Dst) { in VisitCXXNewAllocatorCall()
833 ExplodedNodeSet &Dst) { in VisitCXXNewExpr()
943 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCXXDeleteExpr()
956 ExplodedNodeSet &Dst) { in VisitCXXCatchStmt()
974 ExplodedNodeSet &Dst) { in VisitCXXThisExpr()
[all …]
H A DExprEngine.cpp787 ExplodedNodeSet Dst; in ProcessStmt() local
803 ExplodedNodeSet Dst; in ProcessLoopExit() local
894 ExplodedNodeSet Dst; in ProcessInitializer() local
907 ExplodedNodeSet Dst; in ProcessImplicitDtor() local
934 ExplodedNodeSet Dst; in ProcessNewAllocator() local
953 ExplodedNodeSet &Dst) { in ProcessAutomaticObjDtor()
987 ExplodedNodeSet &Dst) { in ProcessDeleteDtor()
1026 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in ProcessBaseDtor()
1046 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in ProcessMemberDtor()
1071 ExplodedNodeSet &Dst) { in ProcessTemporaryDtor()
[all …]
H A DCheckerManager.cpp112 ExplodedNodeSet &Dst, in expandGraphWithCheckers()
185 ExplodedNodeSet &Dst, in runCheckersForStmt()
241 ExplodedNodeSet &Dst, in runCheckersForObjCMessage()
299 ExplodedNodeSet &Dst, in runCheckersForCallEvent()
350 void CheckerManager::runCheckersForLocation(ExplodedNodeSet &Dst, in runCheckersForLocation()
393 void CheckerManager::runCheckersForBind(ExplodedNodeSet &Dst, in runCheckersForBind()
436 void CheckerManager::runCheckersForBeginFunction(ExplodedNodeSet &Dst, in runCheckersForBeginFunction()
450 ExplodedNodeSet &Dst, in runCheckersForEndFunction()
495 ExplodedNodeSet &Dst, in runCheckersForBranchCondition()
535 ExplodedNodeSet &Dst, in runCheckersForNewAllocator()
[all …]
H A DCoreEngine.cpp199 ExplodedNodeSet &Dst) { in ExecuteWorkListWithInitialState()
230 ExplodedNodeSet Dst; in HandleBlockEdge() local
428 ExplodedNodeSet Dst; in HandleBranch() local
440 ExplodedNodeSet Dst; in HandleCleanupTemporaryBranch() local
451 ExplodedNodeSet Dst; in HandleStaticInit() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp48 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset()
186 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovs()
208 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovsB()
237 SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, EVT SizeVT, in emitConstantSizeRepmov()
292 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCostTable.h46 MVT::SimpleValueType Dst; member
55 int ISD, MVT Dst, MVT Src) { in ConvertCostTableLookup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp39 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitSpecializedLibcall()
170 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
290 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemmove()
298 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h61 DirectBufferWriter(const char *Src, JITTargetAddress Dst, uint64_t Size) in DirectBufferWriter()
70 JITTargetAddress Dst; variable
121 JITTargetAddress Dst; in deserialize() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/linker/
H A Dlinker_ocaml.c28 value llvm_link_modules(LLVMModuleRef Dst, LLVMModuleRef Src) { in llvm_link_modules()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp287 Function* cloneFunctionDecl(Module &Dst, const Function &F, in cloneFunctionDecl()
325 GlobalVariable* cloneGlobalVariableDecl(Module &Dst, const GlobalVariable &GV, in cloneGlobalVariableDecl()
355 GlobalAlias* cloneGlobalAliasDecl(Module &Dst, const GlobalAlias &OrigA, in cloneGlobalAliasDecl()
366 void cloneModuleFlagsMetadata(Module &Dst, const Module &Src, in cloneModuleFlagsMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp56 Register Dst; ///< Destination register. member
222 Register Dst = MI.getOperand(0).getReg(); in matchREV() local
252 Register Dst = MI.getOperand(0).getReg(); in matchTRN() local
273 Register Dst = MI.getOperand(0).getReg(); in matchUZP() local
289 Register Dst = MI.getOperand(0).getReg(); in matchZip() local
376 Register Dst = MI.getOperand(0).getReg(); in matchEXT() local
433 Register Dst = MI.getOperand(0).getReg(); in matchINS() local
460 Register Dst = MI.getOperand(0).getReg(); in applyINS() local
914 Register Dst = MI.getOperand(0).getReg(); in lowerVectorFCMP() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp26 unsigned Loop, SDValue Chain, SDValue Dst, in emitMemMem()
49 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
65 SDValue Dst, uint64_t ByteVal, uint64_t Size, in memsetStore()
76 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, in EmitTargetCodeForMemset()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-diff/
H A DClangDiff.cpp412 diff::NodeId Dst) {
484 std::unique_ptr<ASTUnit> Dst = getAST(CommonCompilations, DestinationPath); local
516 for (diff::NodeId Dst : DstTree) { local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp362 MachineOperand *Dst = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in convertToSDWA() local
546 MachineOperand *Dst = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in matchSDWAOperand() local
583 MachineOperand *Dst = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in matchSDWAOperand() local
646 MachineOperand *Dst = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in matchSDWAOperand() local
674 MachineOperand *Dst = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in matchSDWAOperand() local
1003 MachineOperand *Dst = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in convertToSDWA() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DConvertUTFWrapper.cpp119 UTF8 *Dst = reinterpret_cast<UTF8 *>(&Out[0]); in convertUTF16ToUTF8String() local
164 UTF16 *Dst = &DstUTF16[0]; in convertUTF8ToUTF16String() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFSelectionDAGInfo.cpp21 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()

123456789