OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasAllowReassoc
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h
320
!InductionBinOp->
hasAllowReassoc
())
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp
224
bool Instruction::
hasAllowReassoc
() const {
226
return cast<FPMathOperator>(this)->
hasAllowReassoc
();
722
return cast<FPMathOperator>(this)->
hasAllowReassoc
() &&
AsmWriter.cpp
1311
if (FPO->
hasAllowReassoc
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
464
if (I.
hasAllowReassoc
()) {
1255
if (!I.
hasAllowReassoc
() || !I.hasAllowReciprocal())
1282
if (!II || !II->hasOneUse() || !I.
hasAllowReassoc
() ||
1348
if (I.
hasAllowReassoc
() && I.hasAllowReciprocal()) {
1372
if (I.
hasAllowReassoc
() && Op0->hasOneUse() && Op1->hasOneUse()) {
1401
if (I.hasNoNaNs() && I.
hasAllowReassoc
() &&
InstCombineAddSub.cpp
428
assert(I->
hasAllowReassoc
() && I->hasNoSignedZeros() &&
1483
assert(I.
hasAllowReassoc
() && I.hasNoSignedZeros() &&
1622
if (I.
hasAllowReassoc
() && I.hasNoSignedZeros()) {
2306
if (I.
hasAllowReassoc
() && I.hasNoSignedZeros()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h
446
bool
hasAllowReassoc
() const;
Operator.h
331
bool
hasAllowReassoc
() const {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
IVDescriptors.cpp
616
I->
hasAllowReassoc
() ? nullptr : I);
620
I->
hasAllowReassoc
() ? nullptr : I);
InstructionSimplify.cpp
5287
if (Q.CxtI->
hasAllowReassoc
() &&
5292
if (Q.CxtI->
hasAllowReassoc
() &&
5297
if (Q.CxtI->
hasAllowReassoc
() &&
5302
if (Q.CxtI->
hasAllowReassoc
() &&
5309
if (Q.CxtI->
hasAllowReassoc
() &&
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
407
setAllowReassociation(FPMO.
hasAllowReassoc
());
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp
2173
if (!CI.
hasAllowReassoc
()) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
1626
if (ExpoF->isNegative() && (!Pow->hasApproxFunc() && !Pow->
hasAllowReassoc
()))
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
1468
if (FPMO->
hasAllowReassoc
())
Completed in 70 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026