| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 344 classify(CO->getTrueExpr(), C); in classify() 345 classify(CO->getFalseExpr(), C); in classify() 362 classify(ME->getBase(), C); in classify() 371 classify(BO->getLHS(), C); in classify() 374 classify(BO->getRHS(), C); in classify() 402 classify(BO->getLHS(), Use); in VisitBinaryOperator() 404 classify(BO->getLHS(), Ignore); in VisitBinaryOperator() 411 classify(UO->getSubExpr(), Use); in VisitUnaryOperator() 416 classify(cast<Expr>(S), Use); in VisitOMPExecutableDirective() 437 classify(CE->getArg(0), Use); in VisitCallExpr() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.cpp | 499 std::optional<PrimType> LT = classify(LHS); in VisitPointerArithBinOp() 500 std::optional<PrimType> RT = classify(RHS); in VisitPointerArithBinOp() 543 std::optional<PrimType> T = classify(E->getType()); in VisitLogicalBinOp() 703 if (std::optional<PrimType> T = classify(QT)) in VisitImplicitValueInitExpr() 1335 classify(E->getComputationLHSType()); in VisitCompoundAssignOperator() 1545 if (classify(E->getType())) in VisitCompoundLiteralExpr() 1654 assert(!classify(T)); in VisitCXXConstructExpr() 1877 !classify(E->getType())) { in visit() 1896 assert(!classify(E->getType())); in visitInitializer() 2333 if (std::optional<PrimType> T = classify(E)) { in visitExpr() [all …]
|
| H A D | InterpBuiltin.cpp | 458 static_cast<int32_t>((F.classify() & FPClassArg).getZExtValue()); in interp__builtin_isfpclass() 515 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_popcount() 524 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_parity() 533 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_clrsb() 543 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_bitreverse() 574 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_expect() 589 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_rotate() 590 assert(ArgT == *S.getContext().classify(Call->getArg(1)->getType())); in interp__builtin_rotate() 610 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_ffs() 623 S.getContext().classify(Call->getArg(0)->getType()).value_or(PT_Ptr); in interp__builtin_addressof() [all …]
|
| H A D | Context.cpp | 135 std::optional<PrimType> Context::classify(QualType T) const { in classify() function in Context 186 return classify(AT->getValueType()); in classify() 189 return classify(DT->getUnderlyingType()); in classify() 192 return classify(DT->getPointeeType()); in classify()
|
| H A D | Pointer.cpp | 247 if (std::optional<PrimType> T = Ctx.classify(Ty)) { in toRValue() 268 if (std::optional<PrimType> T = Ctx.classify(FieldTy)) { in toRValue() 290 if (std::optional<PrimType> T = Ctx.classify(FieldTy)) { in toRValue() 328 if (std::optional<PrimType> T = Ctx.classify(ElemTy)) { in toRValue() 340 std::optional<PrimType> ElemT = Ctx.classify(ElemTy); in toRValue()
|
| H A D | ByteCodeExprGen.h | 132 std::optional<PrimType> classify(const Expr *E) const { in classify() function 139 return classify(E->getType()); in classify() 141 std::optional<PrimType> classify(QualType Ty) const { in classify() function 142 return Ctx.classify(Ty); in classify() 147 if (auto T = classify(Ty)) { in classifyPrim() 290 return this->classify(ElemType); in classifyComplexElementType()
|
| H A D | Program.cpp | 193 if (auto T = Ctx.classify(Ty)) { in createGlobal() 294 if (std::optional<PrimType> T = Ctx.classify(FT)) { in getOrCreateRecord() 330 if (std::optional<PrimType> T = Ctx.classify(ElemTy)) { in createDescriptor() 357 if (std::optional<PrimType> T = Ctx.classify(ElemTy)) { in createDescriptor() 380 PrimType ElemTy = *Ctx.classify(CT->getElementType()); in createDescriptor()
|
| H A D | ByteCodeEmitter.cpp | 35 if (!Ty->isVoidType() && !Ctx.classify(Ty)) { in compileFunc() 80 std::optional<PrimType> T = Ctx.classify(PD->getType()); in compileFunc()
|
| H A D | Floating.h | 101 llvm::FPClassTest classify() const { return F.classify(); } in classify() function
|
| H A D | Context.h | 74 std::optional<PrimType> classify(QualType T) const;
|
| H A D | ByteCodeStmtGen.cpp | 124 PrimType ParamType = this->classify(PVD->getType()).value_or(PT_Ptr); in emitLambdaStaticInvokerBody() 143 ReturnType = this->classify(F->getReturnType()); in visitFunc() 147 if (std::optional<PrimType> T = this->classify(InitExpr)) { in visitFunc()
|
| H A D | InterpFrame.cpp | 176 PrimType PrimTy = S.Ctx.classify(Ty).value_or(PT_Ptr); in describe()
|
| H A D | Interp.cpp | 144 PrimType Ty = S.getContext().classify(Arg->getType()).value_or(PT_Ptr); in popArg()
|
| /freebsd-14.2/contrib/arm-optimized-routines/math/test/rtest/ |
| H A D | intern.h | 61 classify, /* classify double: dbl -> int */ enumerator
|
| H A D | dotest.c | 585 {"isfinite", (funcptr)test_isfinite, classify, {NULL}, cases_uniform, 0, 0x7fffffff}, 587 {"isinf", (funcptr)test_isinf, classify, {NULL}, cases_uniform, 0, 0x7fffffff}, 589 {"isnan", (funcptr)test_isnan, classify, {NULL}, cases_uniform, 0, 0x7fffffff}, 591 {"isnormal", (funcptr)test_isnormal, classify, {NULL}, cases_uniform, 0, 0x7fffffff}, 593 {"signbit", (funcptr)test_signbit, classify, {NULL}, cases_uniform, 0, 0x7fffffff}, 595 {"fpclassify", (funcptr)test_fpclassify, classify, {NULL}, cases_uniform, 0, 0x7fffffff}, 1529 case classify: in vet_for_decline() 1654 case classify: in docase() 1826 case classify: in docase() 2080 case classify: in docase()
|
| H A D | main.c | 58 case classify: in isdouble()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 207 assert(Record::classify(*It) == Record::Func); in ParseCompileUnitAtIndex() 210 while (It != End && Record::classify(*It) == Record::Inline) in ParseCompileUnitAtIndex() 246 assert(Record::classify(*It) == Record::Func); in GetOrCreateFunction() 313 while (It != End && Record::classify(*It) == Record::Inline) { in ParseBlocksRecursive() 858 assert(Record::classify(*It) == Record::Func); in ParseLineTableAndSupportFiles() 861 if (Record::classify(*It) == Record::Inline) in ParseLineTableAndSupportFiles()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_diff.c | 209 if (di->classify) in print_rename() 232 if (di->classify) in print_link_change() 252 if (di->classify) in print_file() 771 di.classify = (flags & ZFS_DIFF_CLASSIFY); in zfs_show_diffs()
|
| H A D | libzfs_impl.h | 216 boolean_t classify; member
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | X86.cpp | 149 Class classify(QualType Ty) const; 630 X86_32ABIInfo::Class X86_32ABIInfo::classify(QualType Ty) const { in classify() function in X86_32ABIInfo 645 Class C = classify(Ty); in updateFreeRegs() 1264 void classify(QualType T, uint64_t OffsetBase, Class &Lo, Class &Hi, 1777 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, Class &Lo, in classify() function in X86_64ABIInfo 2061 classify(I.getType(), Offset, FieldLo, FieldHi, isNamedArg); in classify() 2138 classify(i->getType(), Offset, FieldLo, FieldHi, isNamedArg); in classify() 2566 classify(RetTy, 0, Lo, Hi, /*isNamedArg*/ true); in classifyReturnType() 2696 classify(Ty, 0, Lo, Hi, isNamedArg, IsRegCall); in classifyArgumentType() 3217 ABIArgInfo WinX86_64ABIInfo::classify(QualType Ty, unsigned &FreeSSERegs, in classify() function in WinX86_64ABIInfo [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedule.td | 84 def WriteFClass16 : SchedWrite; // 16-bit floating point classify 85 def WriteFClass32 : SchedWrite; // 32-bit floating point classify 86 def WriteFClass64 : SchedWrite; // 64-bit floating point classify
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 152 std::optional<Record::Kind> next_section = Record::classify(line); in CreateSections()
|
| H A D | BreakpadRecords.h | 40 static std::optional<Kind> classify(llvm::StringRef Line);
|
| H A D | BreakpadRecords.cpp | 132 std::optional<Record::Kind> Record::classify(llvm::StringRef Line) { in classify() function in Record
|
| /freebsd-14.2/usr.sbin/bsdconfig/share/ |
| H A D | device.subr | 249 f_dprintf "WARNING! Unable to classify %s as %s" \ 414 # First attempt to classify by device catalog (see MAIN) 462 # Attempt to get file(1) magic to potentially classify as 503 # Potentially re-classify as USB device 625 # First attempt to classify by device catalog (see MAIN) 672 # Unable to classify GEOM label
|