OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UseInfo
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/compiler/
representation-change.h
106
// The {
UseInfo
} class is used to describe a use of an input of a node.
119
class
UseInfo
{
121
UseInfo
(MachineRepresentation representation, Truncation truncation,
129
static
UseInfo
TruncatingWord32() {
130
return
UseInfo
(MachineRepresentation::kWord32, Truncation::Word32());
132
static
UseInfo
TruncatingWord64() {
133
return
UseInfo
(MachineRepresentation::kWord64, Truncation::Word64());
135
static
UseInfo
Bool() {
136
return
UseInfo
(MachineRepresentation::kBit, Truncation::Bool());
138
static
UseInfo
Float32()
[
all
...]
/external/swiftshader/third_party/subzero/src/
IceTargetLowering.cpp
598
struct
UseInfo
{
604
CfgUnorderedMap<Variable *,
UseInfo
> VarInfo;
606
// Compute metadata (
UseInfo
) for each of the resulting variables.
609
UseInfo
Info;
[
all
...]
Completed in 498 milliseconds