Searched defs:TCK (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp110 CallInst::TailCallKind TCK = CI->getTailCallKind(); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1628 void setTailCallKind(TailCallKind TCK) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2682 EmitVTablePtrCheckForCall(const CXXRecordDecl *RD, llvm::Value *VTable, CFITypeCheckKind TCK, SourceLocation Loc) argument
2692 EmitVTablePtrCheckForCast(QualType T, llvm::Value *Derived, bool MayBeNull, CFITypeCheckKind TCK, SourceLocation Loc) argument
2738 EmitVTablePtrCheck(const CXXRecordDecl *RD, llvm::Value *VTable, CFITypeCheckKind TCK, SourceLocation Loc) argument
H A DCGExprScalar.cpp243 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) { argument
H A DCGExpr.cpp650 bool CodeGenFunction::isNullPointerAllowed(TypeCheckKind TCK) { argument
655 bool CodeGenFunction::isVptrCheckRequired(TypeCheckKind TCK, QualType Ty) { argument
670 EmitTypeCheck(TypeCheckKind TCK, SourceLocation Loc, llvm::Value *Ptr, QualType Ty, CharUnits Alignment, SanitizerSet SkippedChecks, llvm::Value *ArraySize) argument
1236 EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5166 CallInst::TailCallKind TCK = CallInst::TCK_None; local

Completed in 127 milliseconds