Searched refs:type_test (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | callingconv-iamcu.c | 53 struct type_test {} __attribute__((stdcall)); // expected-warning {{'stdcall' calling convention is… struct
|
| H A D | callingconv.c | 73 struct type_test {} __attribute__((stdcall)); // expected-warning {{'stdcall' attribute only appli… struct
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | GlobalSplit.cpp | 149 M.getFunction(Intrinsic::getName(Intrinsic::type_test)); in splitGlobals()
|
| H A D | CrossDSOCFI.cpp | 142 Function *BitsetTestFn = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in buildCFICheck()
|
| H A D | ThinLTOBitcodeWriter.cpp | 128 M.getFunction(Intrinsic::getName(Intrinsic::type_test))) { in promoteTypeIds()
|
| H A D | WholeProgramDevirt.cpp | 813 Intrinsic::getDeclaration(&M, Intrinsic::type_test); in updatePublicTypeTestCalls() 1924 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in scanTypeCheckedLoadUsers() 2132 M.getFunction(Intrinsic::getName(Intrinsic::type_test)); in run()
|
| H A D | LowerTypeTests.cpp | 1802 M.getFunction(Intrinsic::getName(Intrinsic::type_test)); in lower()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TypeMetadataUtils.cpp | 78 assert(CI->getCalledFunction()->getIntrinsicID() == Intrinsic::type_test || in findDevirtualizableCallsForTypeTest()
|
| H A D | ModuleSummaryAnalysis.cpp | 167 case Intrinsic::type_test: in addIntrinsicToSummary()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 2712 ? llvm::Intrinsic::type_test in EmitTypeMetadataCodeForVCall() 2821 CGM.getIntrinsic(llvm::Intrinsic::type_test), {CastedVTable, TypeId}); in EmitVTablePtrCheck() 2844 CGM.getIntrinsic(llvm::Intrinsic::type_test), {CastedVTable, AllVtables}); in EmitVTablePtrCheck()
|
| H A D | ItaniumCXXABI.cpp | 711 ? llvm::Intrinsic::type_test in EmitLoadOfMemberFunctionPointer() 757 CGM.getIntrinsic(llvm::Intrinsic::type_test), {VTable, AllVtables}); in EmitLoadOfMemberFunctionPointer() 799 Builder.CreateCall(CGM.getIntrinsic(llvm::Intrinsic::type_test), in EmitLoadOfMemberFunctionPointer()
|
| H A D | CGExpr.cpp | 3528 Builder.CreateCall(CGM.getIntrinsic(llvm::Intrinsic::type_test), in EmitCfiCheckFail() 5399 CGM.getIntrinsic(llvm::Intrinsic::type_test), {CastedCallee, TypeId}); in EmitCall()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTO.cpp | 968 Intrinsic::getName(Intrinsic::type_test)); in checkPartiallySplit()
|