Searched defs:Id1 (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 566 const SyntaxTree::Impl &T2, NodeId Id1, NodeId Id2) in ZhangShashaMatcher() 617 NodeId Id1 = S1.getIdInRoot(Row); in getMatchingNodes() local 644 double getUpdateCost(SNodeId Id1, SNodeId Id2) { in getUpdateCost() 651 for (SNodeId Id1 : S1.KeyRoots) in computeTreeDist() local 656 void computeForestDist(SNodeId Id1, SNodeId Id2) { in computeForestDist() 756 bool ASTDiff::Impl::identical(NodeId Id1, NodeId Id2) const { in identical() 769 bool ASTDiff::Impl::isMatchingPossible(NodeId Id1, NodeId Id2) const { in isMatchingPossible() 773 bool ASTDiff::Impl::haveSameParents(const Mapping &M, NodeId Id1, in haveSameParents() 781 void ASTDiff::Impl::addOptimalMapping(Mapping &M, NodeId Id1, in addOptimalMapping() 796 double ASTDiff::Impl::getJaccardSimilarity(const Mapping &M, NodeId Id1, in getJaccardSimilarity() [all …]
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMIRFormatter.cpp | 61 uint64_t Id1 = ((Imm >> 7) & 0xF); printSDelayAluImm() local
|
/llvm-project/llvm/lib/Option/ |
H A D | ArgList.cpp | 149 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgValues() argument
|
/llvm-project/llvm/unittests/IR/ |
H A D | InstructionsTest.cpp | 1171 ShuffleVectorInst *Id1 = new ShuffleVectorInst(V0, V1, TEST() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 2027 Value *Id1 = ConstantInt::get(Type::getInt32Ty(Context), calcPredicateUsingInteger() local
|