LLVM
20.0.0git
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
q
r
s
t
u
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
llvm
InstructionCost
llvm::InstructionCost Member List
This is the complete list of members for
llvm::InstructionCost
, including all inherited members.
CostState
enum name
llvm::InstructionCost
CostType
typedef
llvm::InstructionCost
getInvalid
(CostType Val=0)
llvm::InstructionCost
inline
static
getMax
()
llvm::InstructionCost
inline
static
getMin
()
llvm::InstructionCost
inline
static
getState
() const
llvm::InstructionCost
inline
getValue
() const
llvm::InstructionCost
inline
InstructionCost
()=default
llvm::InstructionCost
InstructionCost
(CostState)=delete
llvm::InstructionCost
InstructionCost
(CostType Val)
llvm::InstructionCost
inline
Invalid
enum value
llvm::InstructionCost
isValid
() const
llvm::InstructionCost
inline
map
(const Function &F) const -> InstructionCost
llvm::InstructionCost
inline
operator!=
(const InstructionCost &RHS) const
llvm::InstructionCost
inline
operator!=
(const CostType RHS) const
llvm::InstructionCost
inline
operator*=
(const InstructionCost &RHS)
llvm::InstructionCost
inline
operator*=
(const CostType RHS)
llvm::InstructionCost
inline
operator++
()
llvm::InstructionCost
inline
operator++
(int)
llvm::InstructionCost
inline
operator+=
(const InstructionCost &RHS)
llvm::InstructionCost
inline
operator+=
(const CostType RHS)
llvm::InstructionCost
inline
operator--
()
llvm::InstructionCost
inline
operator--
(int)
llvm::InstructionCost
inline
operator-=
(const InstructionCost &RHS)
llvm::InstructionCost
inline
operator-=
(const CostType RHS)
llvm::InstructionCost
inline
operator/=
(const InstructionCost &RHS)
llvm::InstructionCost
inline
operator/=
(const CostType RHS)
llvm::InstructionCost
inline
operator<
(const InstructionCost &RHS) const
llvm::InstructionCost
inline
operator<
(const CostType RHS) const
llvm::InstructionCost
inline
operator<=
(const InstructionCost &RHS) const
llvm::InstructionCost
inline
operator<=
(const CostType RHS) const
llvm::InstructionCost
inline
operator==
(const InstructionCost &RHS) const
llvm::InstructionCost
inline
operator==
(const CostType RHS) const
llvm::InstructionCost
inline
operator>
(const InstructionCost &RHS) const
llvm::InstructionCost
inline
operator>
(const CostType RHS) const
llvm::InstructionCost
inline
operator>=
(const InstructionCost &RHS) const
llvm::InstructionCost
inline
operator>=
(const CostType RHS) const
llvm::InstructionCost
inline
print
(raw_ostream &OS) const
llvm::InstructionCost
setInvalid
()
llvm::InstructionCost
inline
setValid
()
llvm::InstructionCost
inline
Valid
enum value
llvm::InstructionCost
Generated on Fri Mar 28 2025 01:22:26 for LLVM by
1.9.6