Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp161 CallInst::TailCallKind TCK = CI->getTailCallKind(); lowerObjCCall() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp814 CallInst::TailCallKind TCK = CI->getTailCallKind(); expandCall() local
/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2789 EmitVTablePtrCheckForCall(const CXXRecordDecl * RD,llvm::Value * VTable,CFITypeCheckKind TCK,SourceLocation Loc) EmitVTablePtrCheckForCall() argument
2799 EmitVTablePtrCheckForCast(QualType T,Address Derived,bool MayBeNull,CFITypeCheckKind TCK,SourceLocation Loc) EmitVTablePtrCheckForCast() argument
2844 EmitVTablePtrCheck(const CXXRecordDecl * RD,llvm::Value * VTable,CFITypeCheckKind TCK,SourceLocation Loc) EmitVTablePtrCheck() argument
H A DCGExpr.cpp662 isNullPointerAllowed(TypeCheckKind TCK) isNullPointerAllowed() argument
667 isVptrCheckRequired(TypeCheckKind TCK,QualType Ty) isVptrCheckRequired() argument
682 EmitTypeCheck(TypeCheckKind TCK,SourceLocation Loc,llvm::Value * Ptr,QualType Ty,CharUnits Alignment,SanitizerSet SkippedChecks,llvm::Value * ArraySize) EmitTypeCheck() argument
1464 EmitCheckedLValue(const Expr * E,TypeCheckKind TCK) EmitCheckedLValue() argument
[all...]
H A DCGExprScalar.cpp254 EmitCheckedLValue(const Expr * E,CodeGenFunction::TypeCheckKind TCK) EmitCheckedLValue() argument
/llvm-project/llvm/unittests/IR/
H A DInstructionsTest.cpp732 for (CallInst::TailCallKind TCK : Kinds) { TEST() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6705 CallInst::TailCallKind TCK = CallInst::TCK_None; parseFunctionBody() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7966 parseCall(Instruction * & Inst,PerFunctionState & PFS,CallInst::TailCallKind TCK) parseCall() argument