Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp110 CallInst::TailCallKind TCK = CI->getTailCallKind(); in lowerObjCCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp2691 CFITypeCheckKind TCK, in EmitVTablePtrCheckForCall()
2702 CFITypeCheckKind TCK, in EmitVTablePtrCheckForCast()
2747 CFITypeCheckKind TCK, in EmitVTablePtrCheck()
H A DCGExpr.cpp656 bool CodeGenFunction::isNullPointerAllowed(TypeCheckKind TCK) { in isNullPointerAllowed()
661 bool CodeGenFunction::isVptrCheckRequired(TypeCheckKind TCK, QualType Ty) { in isVptrCheckRequired()
676 void CodeGenFunction::EmitTypeCheck(TypeCheckKind TCK, SourceLocation Loc, in EmitTypeCheck()
1249 LValue CodeGenFunction::EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) { in EmitCheckedLValue()
H A DCGExprScalar.cpp244 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) { in EmitCheckedLValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5381 CallInst::TailCallKind TCK = CallInst::TCK_None; in parseFunctionBody() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp7270 CallInst::TailCallKind TCK) { in parseCall()