Home
last modified time | relevance | path

Searched refs:TargetType (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-src/sys/contrib/dev/acpica/components/executer/
H A Dexstore.c359 switch (IndexDesc->Reference.TargetType) in AcpiExStoreObjectToIndex()
529 ACPI_OBJECT_TYPE TargetType; in AcpiExStoreObjectToNode() local
537 TargetType = AcpiNsGetType (Node); in AcpiExStoreObjectToNode()
542 Node, AcpiUtGetTypeName (TargetType))); in AcpiExStoreObjectToNode()
566 switch (TargetType) in AcpiExStoreObjectToNode()
614 Status = AcpiExResolveObject (&SourceDesc, TargetType, WalkState); in AcpiExStoreObjectToNode()
622 switch (TargetType) in AcpiExStoreObjectToNode()
H A Dexstoren.c168 * TargetType - Current type of the target
181 ACPI_OBJECT_TYPE TargetType, in AcpiExResolveObject() argument
193 switch (TargetType) in AcpiExResolveObject()
242 AcpiUtGetTypeName (TargetType))); in AcpiExResolveObject()
H A Dexresolv.c309 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue()
358 "Unknown TargetType 0x%X in Index/Reference object %p", in AcpiExResolveObjectToValue()
359 StackDesc->Reference.TargetType, StackDesc)); in AcpiExResolveObjectToValue()
587 Type = ObjDesc->Reference.TargetType; in AcpiExResolveMultiple()
H A Dexoparg2.c526 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
539 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
552 ReturnDesc->Reference.TargetType = ACPI_TYPE_PACKAGE; in AcpiExOpcode_2A_1T_1R()
H A Dexoparg1.c1128 switch (Operand[0]->Reference.TargetType) in AcpiExOpcode_1A_0T_1R()
1177 "Unknown Index TargetType 0x%X in reference object %p", in AcpiExOpcode_1A_0T_1R()
1178 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R()
H A Dexdump.c353 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.TargetType), "Target Type"},
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h170 APSIntType TargetType(To); in Convert()
171 if (TargetType == APSIntType(From)) in Convert()
174 return getValue(TargetType.convert(From)); in Convert()
178 APSIntType TargetType = getAPSIntType(T); in Convert() local
179 return Convert(TargetType, From); in Convert()
182 const llvm::APSInt &Convert(APSIntType TargetType, const llvm::APSInt &From) { in Convert() argument
183 if (TargetType == APSIntType(From)) in Convert()
186 return getValue(TargetType.convert(From)); in Convert()
H A DSMTConv.h317 APSIntType TargetType(ToWidth, !ToTy->isSignedIntegerOrEnumerationType()); in castAPSInt()
318 return TargetType.convert(V); in castAPSInt()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXDeleteChecker.cpp167 QualType TargetType = in checkTypedDeleteExpr() local
170 OS << "Deleting an array of '" << TargetType.getAsString() in checkTypedDeleteExpr()
197 QualType TargetType = CastE->getType()->getPointeeType(); in VisitNode() local
199 if (SourceType.isNull() || TargetType.isNull() || SourceType == TargetType) in VisitNode()
215 << TargetType.getAsString() << "' here"; in VisitNode()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp317 QualType TargetType) { in evalBaseToDerived() argument
323 TargetType = TargetType->getPointeeType(); in evalBaseToDerived()
324 assert(!TargetType.isNull()); in evalBaseToDerived()
325 const CXXRecordDecl *TargetClass = TargetType->getAsCXXRecordDecl(); in evalBaseToDerived()
326 if (!TargetClass && !TargetType->isVoidType()) in evalBaseToDerived()
339 if (!TargetType->isVoidType() && MRClass->hasDefinition()) { in evalBaseToDerived()
355 if (TargetType->isVoidType()) in evalBaseToDerived()
388 return loc::MemRegionVal(GetElementZeroRegion(SR, TargetType)); in evalBaseToDerived()
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h4779 template <typename SourceType, typename TargetType,
4780 bool isSourceSmaller = (sizeof(SourceType) < sizeof(TargetType)),
4781 bool isSourceEqual = (sizeof(SourceType) == sizeof(TargetType)),
4783 bool isTargetSigned = std::is_signed<TargetType>::value>
4787 template <typename SourceType, typename TargetType>
4788 struct kmp_convert<SourceType, TargetType, true, false, true, true> {
4789 static TargetType to(SourceType src) { return (TargetType)src; }
4792 template <typename SourceType, typename TargetType>
4793 struct kmp_convert<SourceType, TargetType, fals
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp219 auto TargetType = guessType(Filename, &TypeCertain); in transferTo() local
221 if ((!TargetType || !TypeCertain) && Type) { in transferTo()
224 TargetType = in transferTo()
225 (!TargetType || types::onlyPrecompileType(TargetType)) // header? in transferTo()
229 const StringRef Flag = toCLFlag(TargetType); in transferTo()
234 Result.CommandLine.push_back(types::getTypeName(TargetType)); in transferTo()
239 if (Std != LangStandard::lang_unspecified && foldType(TargetType) == Type) { in transferTo()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp709 Type *TargetType = in cloneConstantExprWithNewAddressSpace()
720 return ConstantExpr::getBitCast(CE->getOperand(0), TargetType); in cloneConstantExprWithNewAddressSpace()
725 return ConstantExpr::getBitCast(cast<Constant>(NewOperand), TargetType); in cloneConstantExprWithNewAddressSpace()
726 return ConstantExpr::getAddrSpaceCast(CE, TargetType); in cloneConstantExprWithNewAddressSpace()
733 return ConstantExpr::getBitCast(Src, TargetType); in cloneConstantExprWithNewAddressSpace()
770 return CE->getWithOperands(NewOperands, TargetType, /*OnlyIfReduced=*/false, in cloneConstantExprWithNewAddressSpace()
774 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
708 Type *TargetType = cloneConstantExprWithNewAddressSpace() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp2826 // "Lower" the BuiltinType into TargetType. The following get<...>Type methods
2830 SPIRVType *TargetType;
2833 TargetType = getImageType(BuiltinType, AccessQual, MIRBuilder, GR);
2836 TargetType = getPipeType(BuiltinType, MIRBuilder, GR);
2839 TargetType = GR->getOrCreateOpTypeDeviceEvent(MIRBuilder);
2842 TargetType = getSamplerType(MIRBuilder, GR);
2845 TargetType = getSampledImageType(BuiltinType, MIRBuilder, GR);
2848 TargetType = getCoopMatrType(BuiltinType, MIRBuilder, GR);
2851 TargetType =
2859 buildOpName(GR->getSPIRVTypeID(TargetType), Nam
2157 SPIRVType *TargetType; lowerBuiltinType() local
[all...]
/freebsd-src/sys/contrib/dev/acpica/components/debugger/
H A Ddbobject.c453 switch (ObjDesc->Reference.TargetType) in AcpiDbDisplayInternalObject()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1079 Type *TargetType = nullptr; in getGEPCost()
1082 // the basis, therefore TargetType is a nullptr. in getGEPCost()
1087 TargetType = GTI.getIndexedType(); in getGEPCost()
1102 if (TargetType->isScalableTy()) in getPointersChainCost()
1129 AccessType = TargetType; in getPointersChainCost()
1036 Type *TargetType = nullptr; getGEPCost() local
/freebsd-src/sys/contrib/dev/acpica/include/
H A Dacobject.h552 UINT8 TargetType; /* Used for Index Op */ member
H A Dacinterp.h724 ACPI_OBJECT_TYPE TargetType,
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h425 TypeNode *TargetType = nullptr; member
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp369 TargetType->output(OB, Flags); in output()
H A DMicrosoftDemangle.cpp769 COIN->TargetType = FSN->Signature->ReturnType; in demangleDeclarator()
790 if (!COIN->TargetType) { in demangleMD5Name()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2081 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, in TransformFunctionParmPackExpr()
2084 if (TargetType.isNull()) in TransformFunctionParmPackExpr()
2087 QualType ExprType = TargetType.getNonLValueExprType(SemaRef.Context); in TransformFunctionParmPackExpr()
2088 if (TargetType->isRecordType()) in TransformFunctionParmPackExpr()
2092 ExprType, TargetType->isReferenceType() ? VK_LValue : VK_PRValue, in TransformFunctionParmPackExpr()
1879 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, TransformTemplateParmRefExpr() local
H A DSemaCoroutine.cpp1841 QualType TargetType = S.BuildReferenceType( in makeGroDeclAndReturnStmt()
1845 S.Context.getTrivialTypeSourceInfo(TargetType, ExprLoc); in makeGroDeclAndReturnStmt()
1931 QualType TargetType = S.BuildReferenceType( castForMoving() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2135 auto TargetType = Node->getType(); in VisitCXXTemporaryObjectExpr()
2136 auto *Auto = TargetType->getContainedDeducedType();
2142 TargetType.print(OS, Policy); in VisitLambdaExpr()
2089 auto TargetType = Node->getType(); VisitCXXFunctionalCastExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1835 llvm::Type *TargetType = FnType->getParamType(I); in emitInterWarpCopyFunction()
1837 if (!TargetType->isPointerTy()) { in emitInterWarpCopyFunction()
1842 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(NativeArg, TargetType)); in emitInterWarpCopyFunction()
3041 llvm::Type *TargetType = FnType->getParamType(I); emitOutlinedFunctionCall() local

12