Home
last modified time | relevance | path

Searched refs:isFixed (Results 1 – 25 of 46) sorted by relevance

12

/external/angle/src/libANGLE/renderer/
DFormat.h44 bool isFixed,
105 bool isFixed; member
143 bool isFixed, in Format() argument
171 isFixed(isFixed), in Format()
/external/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp123 if ((definition.isFixed() || definition.hasHint()) && definition.physReg() == vcc) in process_live_temps_per_block()
137 if (definition.isFixed() && definition.physReg() == exec) in process_live_temps_per_block()
156 if (operand.isFixed() && operand.physReg() == vcc) in process_live_temps_per_block()
173 if (operand.isFixed() && operand.physReg() == exec) in process_live_temps_per_block()
196 if ((definition.isFixed() || definition.hasHint()) && definition.physReg() == vcc) in process_live_temps_per_block()
239 if (operand.isFixed() && operand.physReg() == vcc) in process_live_temps_per_block()
Daco_opt_value_numbering.cpp147 if (a->operands[i].isFixed()) { in operator ()()
148 if (!b->operands[i].isFixed()) in operator ()()
163 if (a->definitions[i].isFixed()) { in operator ()()
164 if (!b->definitions[i].isFixed()) in operator ()()
394 if (copy_instr && !instr->definitions[0].isFixed() && instr->operands[0].isTemp() && in process_block()
Daco_validate.cpp155 check((instr->definitions[0].isFixed() && instr->definitions[0].physReg() == vcc) || in validate_ir()
161 check(instr->operands[2].isFixed() && instr->operands[2].physReg() == vcc, in validate_ir()
165 check(instr->definitions[1].isFixed() && instr->definitions[1].physReg() == vcc, in validate_ir()
200 …[i].hasRegClass() && instr->operands[i].regClass().is_subdword() && !instr->operands[i].isFixed())) in validate_ir()
203 if (instr->definitions[0].regClass().is_subdword() && !instr->definitions[0].isFixed()) in validate_ir()
218 …check(instr->operands[i].isFixed() || instr->operands[i].isTemp() || instr->operands[i].isConstant… in validate_ir()
419 check((instr->operands[0].isFixed() && !instr->operands[0].isConstant()) || in validate_ir()
723 if (!op.isFixed()) in validate_ra()
744 if (!def.isFixed()) in validate_ra()
Daco_register_allocation.cpp955 assert(instr->operands[j].isFixed()); in get_reg_impl()
1050 if (def.isTemp() && def.isFixed() && ctx.defs_done.test(i)) in get_reg_impl()
1100 if (def.isTemp() && def.isFixed() && ctx.defs_done.test(i)) in get_reg_impl()
1115 if (!instr->operands[i].isTemp() || !instr->operands[i].isFixed()) in get_reg_impl()
1123 if (def.isTemp() && def.isFixed() && ctx.defs_done.test(i)) in get_reg_impl()
1424 if (!instr->operands[i].isTemp() || !instr->operands[i].isFixed()) in get_reg_create_vector()
1503 if (instr->operands[idx].isFixed()) in operand_can_use_reg()
1511 (!instr->operands[!idx].isFixed() || in operand_can_use_reg()
1543 if (operand.isFixed()) { in get_reg_for_operand()
1743 if (instr->definitions[0].isKill() || instr->definitions[0].isFixed()) { in register_allocation()
[all …]
Daco_ir.h603 constexpr bool isFixed() const noexcept in isFixed() function
736 if (isFixed() != other.isFixed() || isKillBeforeDef() != other.isKillBeforeDef())
738 if (isFixed() && other.isFixed() && physReg() != other.physReg())
832 constexpr bool isFixed() const noexcept in isFixed() function
968 if (op.isFixed() && op.physReg() == exec) in reads_exec()
Daco_lower_to_cssa.cpp69 if (phi->definitions[0].isFixed() && phi->definitions[0].physReg() == exec) in collect_phi_info()
Daco_print_ir.cpp174 if (operand->isFixed()) in print_operand()
188 if (definition->isFixed()) in print_definition()
Daco_optimizer.cpp813 return op.isFixed() && op.physReg() == exec; in fixed_to_exec()
884 !instr->operands[i].isFixed() && alu_can_accept_constant(instr->opcode, i)) { in label_instruction()
1258 if (instr->definitions[0].isFixed()) { in label_instruction()
1267 assert(instr->operands[0].isFixed()); in label_instruction()
1911 if (!instr->operands[0].isFixed() || instr->operands[0].physReg() != exec) in combine_inverse_comparison()
2945 … assert(pred_instr->definitions[1].isFixed() && pred_instr->definitions[1].physReg() == scc); in to_uniform_bool_instr()
3094 instr->operands[0].isFixed() && in select_instruction()
Daco_scheduler.cpp450 if (def.isFixed() && def.physReg() == exec) in perform_hazard_query()
/external/cldr/tools/java/org/unicode/cldr/util/
DDayPeriodInfo.java119 public boolean isFixed() { in isFixed() method in DayPeriodInfo.DayPeriod
386 final boolean fixed1 = dayPeriod1.isFixed(); in collisionIsError()
387 final boolean fixed2 = dayPeriod2.isFixed(); in collisionIsError()
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp250 bool isFixed = MFI->isFixedObjectIndex(FI); in getFrameIndexReference() local
263 } else if (isFixed) { in getFrameIndexReference()
/external/skia/src/core/
DSkTypeface_remote.h49 bool isFixed,
DSkRemoteGlyphCache.cpp471 : typefaceID(typeface_id), glyphCount(glyph_count), style(style), isFixed(is_fixed) {} in WireTypeface()
476 bool isFixed{false}; member
1015 wire.typefaceID, wire.glyphCount, wire.style, wire.isFixed, in addTypeface()
/external/skqp/src/core/
DSkTypeface_remote.h54 bool isFixed,
DSkRemoteGlyphCache.cpp256 : typefaceID(typeface_id), glyphCount(glyph_count), style(style), isFixed(is_fixed) {} in WireTypeface()
261 bool isFixed; member
731 wire.typefaceID, wire.glyphCount, wire.style, wire.isFixed, in addTypeface()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp268 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
281 } else if (isFixed) { in getFrameIndexReference()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1040 bool isFixed = MFI.isFixedObjectIndex(FI); in resolveFrameIndexReference() local
1041 bool isCSR = !isFixed && MFI.getObjectOffset(FI) >= in resolveFrameIndexReference()
1054 if (isFixed) { in resolveFrameIndexReference()
1095 assert(((isFixed || isCSR) || !RegInfo->needsStackRealignment(MF) || !UseFP) && in resolveFrameIndexReference()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp799 bool isFixed = MFI->isFixedObjectIndex(FI); in resolveFrameIndexReference() local
811 if (isFixed) { in resolveFrameIndexReference()
830 assert((isFixed || !RegInfo->needsStackRealignment(MF) || !UseFP) && in resolveFrameIndexReference()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp116 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
516 assert(Bundle.isFixed() && "Reached block before any predecessors"); in setupBlockStack()
561 if (Bundle.isFixed()) { in finishBlockStack()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp115 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
479 assert(Bundle.isFixed() && "Reached block before any predecessors"); in setupBlockStack()
524 if (Bundle.isFixed()) { in finishBlockStack()
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp591 if (ED->isCompleteDefinition() || ED->isFixed()) in ConvertType()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp820 bool isFixed = MFI->isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
833 if (isFixed) { in ResolveFrameIndexReference()
848 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp892 bool isFixed = MFI.isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
905 if (isFixed) { in ResolveFrameIndexReference()
920 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
/external/clang/lib/Sema/
DSemaDecl.cpp12019 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration()
12031 } else if (IsFixed && !Prev->isFixed() && EnumUnderlyingIsImplicit) { in CheckEnumRedeclaration()
12033 } else if (!IsFixed && Prev->isFixed() && !Prev->getIntegerTypeSourceInfo()) { in CheckEnumRedeclaration()
12035 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
12037 << Prev->isFixed(); in CheckEnumRedeclaration()
12918 cast<EnumDecl>(New)->isFixed()) { in ActOnTag()
14325 if (getLangOpts().CPlusPlus11 && Enum->isFixed() && in CheckEnumConstant()
14343 if (Enum->isFixed()) { in CheckEnumConstant()
14401 if (Enum->isFixed()) { in CheckEnumConstant()
14426 if (T.isNull() || Enum->isFixed()) { in CheckEnumConstant()
[all …]

12