Home
last modified time | relevance | path

Searched refs:type_test (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dcallingconv-iamcu.c53 struct type_test {} __attribute__((stdcall)); // expected-warning {{'stdcall' calling convention is… struct
H A Dcallingconv.c73 struct type_test {} __attribute__((stdcall)); // expected-warning {{'stdcall' attribute only appli… struct
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp149 M.getFunction(Intrinsic::getName(Intrinsic::type_test)); in splitGlobals()
H A DCrossDSOCFI.cpp142 Function *BitsetTestFn = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in buildCFICheck()
H A DThinLTOBitcodeWriter.cpp128 M.getFunction(Intrinsic::getName(Intrinsic::type_test))) { in promoteTypeIds()
H A DWholeProgramDevirt.cpp813 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 DLowerTypeTests.cpp1802 M.getFunction(Intrinsic::getName(Intrinsic::type_test)); in lower()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp78 assert(CI->getCalledFunction()->getIntrinsicID() == Intrinsic::type_test || in findDevirtualizableCallsForTypeTest()
H A DModuleSummaryAnalysis.cpp167 case Intrinsic::type_test: in addIntrinsicToSummary()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp2712 ? 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 DItaniumCXXABI.cpp711 ? 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 DCGExpr.cpp3528 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 DLTO.cpp968 Intrinsic::getName(Intrinsic::type_test)); in checkPartiallySplit()