| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 1173 ExpectedType 1183 ExpectedType 1193 ExpectedType 1208 ExpectedType 1221 ExpectedType 1232 ExpectedType 1292 ExpectedType 1304 ExpectedType 1428 ExpectedType 1602 ExpectedType [all …]
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbtest.c | 203 ACPI_OBJECT_TYPE ExpectedType, 1026 ACPI_OBJECT_TYPE ExpectedType, in AcpiDbReadFromObject() argument 1070 if (RetValue->Type != ExpectedType) in AcpiDbReadFromObject() 1073 AcpiUtGetTypeName (ExpectedType), in AcpiDbReadFromObject()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 967 Value *getOrCreateResult(Value *Inst, Type *ExpectedType) const { in getOrCreateResult() 970 return LI->getType() == ExpectedType ? LI : nullptr; in getOrCreateResult() 973 return V->getType() == ExpectedType ? V : nullptr; in getOrCreateResult() 978 return getOrCreateResultNonTargetMemIntrinsic(II, ExpectedType); in getOrCreateResult() 979 return TTI.getOrCreateResultFromMemIntrinsic(II, ExpectedType); in getOrCreateResult() 983 Type *ExpectedType) const { in getOrCreateResultNonTargetMemIntrinsic() 987 return II->getType() == ExpectedType ? II : nullptr; in getOrCreateResultNonTargetMemIntrinsic() 990 return V->getType() == ExpectedType ? V : nullptr; in getOrCreateResultNonTargetMemIntrinsic()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | RangeSelector.cpp | 42 Twine ExpectedType) { in typeError() argument 44 ExpectedType + " (node id=" + ID + in typeError()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.h | 173 const TypeDescriptor &ExpectedType; member
|
| H A D | ubsan_handlers.cpp | 659 << GivenClassStr << Data->ExpectedType; in handleInvalidObjCCast()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 237 Type *ExpectedType);
|
| H A D | AArch64TargetTransformInfo.cpp | 3402 Type *ExpectedType) { in getOrCreateResultFromMemIntrinsic() argument 3410 StructType *ST = dyn_cast<StructType>(ExpectedType); in getOrCreateResultFromMemIntrinsic() 3420 Value *Res = PoisonValue::get(ExpectedType); in getOrCreateResultFromMemIntrinsic() 3431 if (Inst->getType() == ExpectedType) in getOrCreateResultFromMemIntrinsic()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1535 Type *ExpectedType) const; 2060 Type *ExpectedType) = 0; 2732 Type *ExpectedType) override { in getOrCreateResultFromMemIntrinsic() argument 2733 return Impl.getOrCreateResultFromMemIntrinsic(Inst, ExpectedType); in getOrCreateResultFromMemIntrinsic()
|
| H A D | TargetTransformInfoImpl.h | 799 Type *ExpectedType) const { in getOrCreateResultFromMemIntrinsic() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1140 IntrinsicInst *Inst, Type *ExpectedType) const { in getOrCreateResultFromMemIntrinsic() 1141 return TTIImpl->getOrCreateResultFromMemIntrinsic(Inst, ExpectedType); in getOrCreateResultFromMemIntrinsic()
|
| H A D | ValueTracking.cpp | 6165 const Type *ExpectedType = Inst->getType(); in isSafeToSpeculativelyExecuteWithOpcode() local 6167 if (Inst->getOperand(ItOp)->getType() != ExpectedType) in isSafeToSpeculativelyExecuteWithOpcode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.cpp | 551 unsigned ExpectedType = GR->getSPIRVTypeForVReg(ExpectedArg)->getOpcode(); in buildAtomicCompareExchangeInst() local 552 assert(IsCmpxchg ? ExpectedType == SPIRV::OpTypeInt in buildAtomicCompareExchangeInst() 553 : ExpectedType == SPIRV::OpTypePointer); in buildAtomicCompareExchangeInst()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 1197 QualType ExpectedType = R.getSema().Context.getFunctionType( in LookupDirect() local 1202 if (R.getSema().DeduceTemplateArguments(ConvTemplate, nullptr, ExpectedType, in LookupDirect()
|
| H A D | SemaChecking.cpp | 10210 QualType ExpectedType = DecodePPCMMATypeFromStr(Context, TypeStr, Mask); in SemaBuiltinPPCMMACall() local 10228 if (StrippedRVType != ExpectedType) in SemaBuiltinPPCMMACall() 10229 if (!(ExpectedType->isVoidPointerType() && in SemaBuiltinPPCMMACall() 10233 << PassedType << ExpectedType << 1 << 0 << 0; in SemaBuiltinPPCMMACall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 3722 ConstantInt *ExpectedType = cast<ConstantInt>(Bundle->Inputs[0]); in visitCallBase() 3728 FunctionType->getZExtValue() != ExpectedType->getZExtValue()) in visitCallBase()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 441 unsigned ExpectedType) { in getLinkAsSymtab() argument 448 if ((*SymtabOrErr)->sh_type != ExpectedType) in getLinkAsSymtab() 451 object::getELFSectionTypeName(Obj.getHeader().e_machine, ExpectedType) + in getLinkAsSymtab()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 2066 MVT ExpectedType = (type == MVT::v2f16) ? MVT::f16 in isLiteralImm() local 2072 return canLosslesslyConvertToFPType(FPLiteral, ExpectedType); in isLiteralImm()
|