Home
last modified time | relevance | path

Searched refs:equivalentAsOperands (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDifferenceEngine.cpp228 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) { in diffCallSites()
237 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) { in diffCallSites()
297 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) { in diff()
314 if (!equivalentAsOperands(LI->getAddress(), RI->getAddress())) { in diff()
329 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) { in diff()
373 if (!equivalentAsOperands(LO, RO)) { in diff()
382 bool equivalentAsOperands(Constant *L, Constant *R) { in equivalentAsOperands() function in __anone3e538550111::FunctionDifferenceEngine
392 return Engine.equivalentAsOperands(cast<GlobalValue>(L), in equivalentAsOperands()
397 return equivalentAsOperands(cast<ConstantExpr>(L), in equivalentAsOperands()
418 if (!equivalentAsOperands(CVL->getOperand(i), CVR->getOperand(i))) in equivalentAsOperands()
[all …]
DDifferenceEngine.h82 bool equivalentAsOperands(GlobalValue *L, GlobalValue *R);
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDifferenceEngine.cpp232 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) { in diffCallSites()
241 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) { in diffCallSites()
301 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) { in diff()
313 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) { in diff()
355 if (!equivalentAsOperands(LO, RO)) { in diff()
364 bool equivalentAsOperands(Constant *L, Constant *R) { in equivalentAsOperands() function in __anon6dc9fb490111::FunctionDifferenceEngine
374 return Engine.equivalentAsOperands(cast<GlobalValue>(L), in equivalentAsOperands()
379 return equivalentAsOperands(cast<ConstantExpr>(L), in equivalentAsOperands()
396 bool equivalentAsOperands(ConstantExpr *L, ConstantExpr *R) { in equivalentAsOperands() function in __anon6dc9fb490111::FunctionDifferenceEngine
421 if (!equivalentAsOperands(L->getOperand(I), R->getOperand(I))) in equivalentAsOperands()
[all …]
DDifferenceEngine.h82 bool equivalentAsOperands(GlobalValue *L, GlobalValue *R);
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp228 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) { in diffCallSites()
237 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) { in diffCallSites()
297 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) { in diff()
309 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) { in diff()
355 if (!equivalentAsOperands(LO, RO)) { in diff()
364 bool equivalentAsOperands(Constant *L, Constant *R) { in equivalentAsOperands() function in __anon6bb4de1d0111::FunctionDifferenceEngine
374 return Engine.equivalentAsOperands(cast<GlobalValue>(L), in equivalentAsOperands()
379 return equivalentAsOperands(cast<ConstantExpr>(L), in equivalentAsOperands()
396 bool equivalentAsOperands(ConstantExpr *L, ConstantExpr *R) { in equivalentAsOperands() function in __anon6bb4de1d0111::FunctionDifferenceEngine
421 if (!equivalentAsOperands(L->getOperand(I), R->getOperand(I))) in equivalentAsOperands()
[all …]
DDifferenceEngine.h82 bool equivalentAsOperands(GlobalValue *L, GlobalValue *R);