HomeSort by relevance Sort by last modified time
    Searched refs:IsConstant (Results 26 - 50 of 140) sorted by null

12 3 4 5 6

  /external/llvm/lib/IR/
MDBuilder.cpp 111 bool isConstant) {
112 if (isConstant) {
167 uint64_t Offset, bool IsConstant) {
170 if (IsConstant) {
  /art/runtime/verifier/
reg_type.h 85 bool IsConstant() const {
137 return IsChar() || IsInteger() || IsFloat() || IsConstant() || IsByte() ||
154 return IsInteger() || IsConstant() || IsByte() || IsShort() || IsChar() ||
161 bool IsFloatTypes() const { return IsFloat() || IsConstant(); }
745 return IsConstant() && ConstantValue() >= 0 &&
749 return IsConstant() &&
754 return IsConstant() &&
    [all...]
reg_type-inl.h 59 if (!IsConstant()) {
reg_type.cc 602 } else if (IsConstant() && incoming_type.IsConstant()) {
689 DCHECK(!IsConstant() || !incoming_type.IsConstant());
817 if (IsConstant() || IsConstantLo() || IsConstantHi()) {
  /art/compiler/optimizing/
common_arm64.h 146 if (input->IsConstant() && input->AsConstant()->IsZeroBitPattern()) {
287 if (constant->IsConstant()
356 return instruction->IsConstant() && instruction->AsConstant()->IsZeroBitPattern();
locations.h 101 bool IsConstant() const {
111 DCHECK(IsConstant());
297 return IsConstant() ? kConstant : KindField::Decode(value_);
intrinsics_x86.cc 128 if (src_pos.IsConstant()) {
151 if (dest_pos.IsConstant()) {
    [all...]
intrinsics_x86_64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_vector_arm64.cc 52 if (input->IsConstant() &&
75 if (src_loc.IsConstant()) {
84 if (src_loc.IsConstant()) {
92 if (src_loc.IsConstant()) {
100 if (src_loc.IsConstant()) {
108 if (src_loc.IsConstant()) {
116 if (src_loc.IsConstant()) {
    [all...]
dead_code_elimination.cc 126 if (!left->IsConstant() || !right->IsConstant()) {
code_generator_mips.cc     [all...]
instruction_simplifier.cc 261 if (shift_amount->IsConstant()) {
306 sub->GetLeft()->IsConstant() &&
344 if (ushr->GetRight()->IsConstant() && shl->GetRight()->IsConstant()) {
    [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_x86.cc     [all...]
induction_var_range.h 178 * Enum used in IsConstant() request.
190 bool IsConstant(HInductionVarAnalysis::InductionInfo* info,
intrinsics.cc 213 if (!invoke->InputAt(0)->IsConstant()) {
register_allocation_resolver.cc 345 } else if (!expected_location.IsConstant()) {
411 (instruction->IsConstant() || instruction->IsCurrentMethod());
462 if (defined_by->IsConstant()) {
514 && !source.IsConstant()) {
  /external/swiftshader/third_party/subzero/src/
IceGlobalInits.h 422 bool getIsConstant() const { return IsConstant; }
423 void setIsConstant(bool NewValue) { IsConstant = NewValue; }
496 bool IsConstant = false;
  /external/v8/src/compiler/
node-properties.h 70 static bool IsConstant(Node* node) {
register-allocator-verifier.cc 41 CHECK(move->source().IsAllocated() || move->source().IsConstant());
147 if (op->IsConstant()) {
214 CHECK(op->IsConstant());
  /external/v8/src/crankshaft/
hydrogen-representation-changes.cc 30 if (value->IsConstant()) {
104 DCHECK(value->IsConstant() || value->IsForceRepresentation());
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 362 return value->IsConstant() ? UseConstant(value) : UseRegister(value);
367 return value->IsConstant() ? UseConstant(value) : UseRegisterAtStart(value);
377 return value->IsConstant()
768 if (instr->length()->IsConstant() && instr->index()->IsConstant()) {
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 448 return value->IsConstant()
466 return value->IsConstant()
473 return value->IsConstant()
480 return value->IsConstant()
487 return value->IsConstant()
499 return value->IsConstant()
658 if (right_value->IsConstant()) {
    [all...]

Completed in 714 milliseconds

12 3 4 5 6