HomeSort by relevance Sort by last modified time
    Searched refs:UseInfo (Results 1 - 5 of 5) 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...]
simplified-lowering.cc 90 UseInfo CheckedUseInfoAsWord32FromHint(
95 return UseInfo::CheckedSignedSmallAsWord32(minus_zero_mode);
97 return UseInfo::CheckedSigned32AsWord32(minus_zero_mode);
99 return UseInfo::CheckedNumberAsWord32();
101 return UseInfo::CheckedNumberOrOddballAsWord32();
104 return UseInfo::None();
107 UseInfo CheckedUseInfoAsFloat64FromHint(NumberOperationHint hint) {
115 return UseInfo::CheckedNumberAsFloat64();
117 return UseInfo::CheckedNumberOrOddballAsFloat64();
120 return UseInfo::None()
    [all...]
representation-change.cc 116 Node* use_node, UseInfo use_info) {
186 Node* use_node, UseInfo use_info) {
300 Node* use_node, UseInfo use_info) {
496 Node* use_node, UseInfo use_info) {
568 Node* use_node, UseInfo use_info) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [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 99 milliseconds