Home
last modified time | relevance | path

Searched refs:computeAssignment (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1830 void computeAssignment(unsigned ValNo, JoinVals &Other);
2031 computeAssignment(V.RedefVNI->id, Other); in analyzeValue()
2060 Other.computeAssignment(OtherVNI->id, *this); in analyzeValue()
2094 Other.computeAssignment(V.OtherVNI->id, *this); in analyzeValue()
2203 void JoinVals::computeAssignment(unsigned ValNo, JoinVals &Other) { in computeAssignment() function in JoinVals
2246 computeAssignment(i, Other); in mapValues()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2339 void computeAssignment(unsigned ValNo, JoinVals &Other);
2574 computeAssignment(V.RedefVNI->id, Other); in analyzeValue()
2605 Other.computeAssignment(OtherVNI->id, *this); in analyzeValue()
2639 Other.computeAssignment(V.OtherVNI->id, *this); in analyzeValue()
2762 void JoinVals::computeAssignment(unsigned ValNo, JoinVals &Other) { in computeAssignment() function in JoinVals
2815 computeAssignment(i, Other); in mapValues()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2475 void computeAssignment(unsigned ValNo, JoinVals &Other);
2711 computeAssignment(V.RedefVNI->id, Other); in analyzeValue()
2742 Other.computeAssignment(OtherVNI->id, *this); in analyzeValue()
2778 Other.computeAssignment(V.OtherVNI->id, *this); in analyzeValue()
2925 void JoinVals::computeAssignment(unsigned ValNo, JoinVals &Other) { in computeAssignment() function in JoinVals
2978 computeAssignment(i, Other); in mapValues()