OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseInfo
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/compiler/
simplified-lowering.cc
62
// The {
UseInfo
} class is used to describe a use of an input of a node.
74
class
UseInfo
{
76
UseInfo
(MachineRepresentation preferred, Truncation truncation)
78
static
UseInfo
TruncatingWord32() {
79
return
UseInfo
(MachineRepresentation::kWord32, Truncation::Word32());
81
static
UseInfo
TruncatingWord64() {
82
return
UseInfo
(MachineRepresentation::kWord64, Truncation::Word64());
84
static
UseInfo
Bool() {
85
return
UseInfo
(MachineRepresentation::kBit, Truncation::Bool());
87
static
UseInfo
Float32()
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp
[
all
...]
Completed in 1309 milliseconds