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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp110 CallInst::TailCallKind TCK = CI->getTailCallKind(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1663 void setTailCallKind(TailCallKind TCK) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2658 EmitVTablePtrCheckForCall(const CXXRecordDecl *RD, llvm::Value *VTable, CFITypeCheckKind TCK, SourceLocation Loc) argument
2668 EmitVTablePtrCheckForCast(QualType T, llvm::Value *Derived, bool MayBeNull, CFITypeCheckKind TCK, SourceLocation Loc) argument
2714 EmitVTablePtrCheck(const CXXRecordDecl *RD, llvm::Value *VTable, CFITypeCheckKind TCK, SourceLocation Loc) argument
H A DCGExpr.cpp633 bool CodeGenFunction::isNullPointerAllowed(TypeCheckKind TCK) { argument
638 bool CodeGenFunction::isVptrCheckRequired(TypeCheckKind TCK, QualType Ty) { argument
653 EmitTypeCheck(TypeCheckKind TCK, SourceLocation Loc, llvm::Value *Ptr, QualType Ty, CharUnits Alignment, SanitizerSet SkippedChecks, llvm::Value *ArraySize) argument
1210 EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) argument
[all...]
H A DCGExprScalar.cpp257 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5070 CallInst::TailCallKind TCK = CallInst::TCK_None; local

Completed in 222 milliseconds