OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCmpOperandFoldingProfit
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64PostLegalizerLowering.cpp
746
static unsigned
getCmpOperandFoldingProfit
(Register CmpOp,
834
return (
getCmpOperandFoldingProfit
(TheLHS, MRI) >
835
getCmpOperandFoldingProfit
(TheRHS, MRI));
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
2751
static unsigned
getCmpOperandFoldingProfit
(SDValue Op) {
2857
if (
getCmpOperandFoldingProfit
(TheLHS) >
getCmpOperandFoldingProfit
(RHS)) {
Completed in 66 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026