Searched refs:InsertPoint (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3028 void *InsertPoint;
3030 SpecialMemberCache.FindNodeOrInsertPos(ID, InsertPoint);
3038 SpecialMemberCache.InsertNode(Result, InsertPoint);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2822 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP();
2832 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP();
H A DCGDebugInfo.cpp4309 const CGBlockInfo &blockInfo, llvm::Instruction *InsertPoint) {
4372 if (InsertPoint)
4373 DBuilder.insertDeclare(Storage, D, Expr, DL, InsertPoint);
4307 EmitDeclareOfBlockDeclRefVariable( const VarDecl *VD, llvm::Value *Storage, CGBuilderTy &Builder, const CGBlockInfo &blockInfo, llvm::Instruction *InsertPoint) argument
H A DCGExpr.cpp539 CGBuilderTy::InsertPoint OldIP;
549 Builder.restoreIP(CGBuilderTy::InsertPoint(
H A DCGObjCMac.cpp4708 CGBuilderTy::InsertPoint TryFallthroughIP = CGF.Builder.saveAndClearIP();
4907 CGBuilderTy::InsertPoint SavedIP = CGF.Builder.saveAndClearIP();
H A DCGCall.cpp4375 CGBuilderTy::InsertPoint IP = Builder.saveIP();
H A DCodeGenFunction.h1701 CGBuilderTy::InsertPoint IP;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6686 Instruction *InsertPoint = I; local
6693 NI->insertBefore(InsertPoint);
6694 InsertPoint = NI;

Completed in 201 milliseconds

12