Home
last modified time | relevance | path

Searched defs:TCK (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp161 CallInst::TailCallKind TCK = CI->getTailCallKind(); in lowerObjCCall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp814 CallInst::TailCallKind TCK = CI->getTailCallKind(); in expandCall() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2790 CFITypeCheckKind TCK, in EmitVTablePtrCheckForCall()
2800 CFITypeCheckKind TCK, in EmitVTablePtrCheckForCast()
2845 CFITypeCheckKind TCK, in EmitVTablePtrCheck()
H A DCGExpr.cpp663 bool CodeGenFunction::isNullPointerAllowed(TypeCheckKind TCK) { in isNullPointerAllowed()
668 bool CodeGenFunction::isVptrCheckRequired(TypeCheckKind TCK, QualType Ty) { in isVptrCheckRequired()
683 void CodeGenFunction::EmitTypeCheck(TypeCheckKind TCK, SourceLocation Loc, in EmitTypeCheck()
1468 LValue CodeGenFunction::EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) { in EmitCheckedLValue()
H A DCGExprScalar.cpp254 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) { in EmitCheckedLValue()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6704 CallInst::TailCallKind TCK = CallInst::TCK_None; in parseFunctionBody() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7988 CallInst::TailCallKind TCK) { in parseCall()