OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmCost
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h
209
C1.ScaleCost, C1.
ImmCost
, C1.SetupCost) <
211
C2.ScaleCost, C2.
ImmCost
, C2.SetupCost);
TargetTransformInfo.h
417
unsigned
ImmCost
;
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp
1274
C1.NumBaseAdds, C1.ScaleCost, C1.
ImmCost
, C1.SetupCost) <
1276
C2.NumBaseAdds, C2.ScaleCost, C2.
ImmCost
, C2.SetupCost);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
1036
C.
ImmCost
= 0;
1049
| C.
ImmCost
| C.SetupCost | C.ScaleCost) != ~0u)
1051
& C.
ImmCost
& C.SetupCost & C.ScaleCost) == ~0u);
1370
C.
ImmCost
+= 64; // Handle symbolic values conservatively.
1373
C.
ImmCost
+= APInt(64, Offset, true).getMinSignedBits();
1432
C.
ImmCost
= std::numeric_limits<unsigned>::max();
1460
if (C.
ImmCost
!= 0)
1461
OS << ", plus " << C.
ImmCost
<< " imm cost";
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
7664
InstructionCost
ImmCost
= TTI->getIntImmCost(
7666
if (
ImmCost
> TargetTransformInfo::TCC_Basic)
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
4464
C1.ScaleCost, C1.
ImmCost
, C1.SetupCost) <
4467
C2.ScaleCost, C2.
ImmCost
, C2.SetupCost);
Completed in 87 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026