/external/angle/src/libANGLE/renderer/ |
D | Format.h | 44 bool isFixed, 105 bool isFixed; member 143 bool isFixed, in Format() argument 171 isFixed(isFixed), in Format()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_live_var_analysis.cpp | 123 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()
|
D | aco_opt_value_numbering.cpp | 147 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()
|
D | aco_validate.cpp | 155 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()
|
D | aco_register_allocation.cpp | 955 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 …]
|
D | aco_ir.h | 603 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()
|
D | aco_lower_to_cssa.cpp | 69 if (phi->definitions[0].isFixed() && phi->definitions[0].physReg() == exec) in collect_phi_info()
|
D | aco_print_ir.cpp | 174 if (operand->isFixed()) in print_operand() 188 if (definition->isFixed()) in print_definition()
|
D | aco_optimizer.cpp | 813 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()
|
D | aco_scheduler.cpp | 450 if (def.isFixed() && def.physReg() == exec) in perform_hazard_query()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DayPeriodInfo.java | 119 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/ |
D | SparcFrameLowering.cpp | 250 bool isFixed = MFI->isFixedObjectIndex(FI); in getFrameIndexReference() local 263 } else if (isFixed) { in getFrameIndexReference()
|
/external/skia/src/core/ |
D | SkTypeface_remote.h | 49 bool isFixed,
|
D | SkRemoteGlyphCache.cpp | 471 : 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/ |
D | SkTypeface_remote.h | 54 bool isFixed,
|
D | SkRemoteGlyphCache.cpp | 256 : 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/ |
D | SparcFrameLowering.cpp | 268 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/ |
D | AArch64FrameLowering.cpp | 1040 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/ |
D | AArch64FrameLowering.cpp | 799 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/ |
D | X86FloatingPoint.cpp | 116 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/ |
D | X86FloatingPoint.cpp | 115 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/ |
D | CodeGenTypes.cpp | 591 if (ED->isCompleteDefinition() || ED->isFixed()) in ConvertType()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 820 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/ |
D | ARMFrameLowering.cpp | 892 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/ |
D | SemaDecl.cpp | 12019 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 …]
|