Home
last modified time | relevance | path

Searched refs:addInstToCurrentSourceAtom (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp415 CGF.addInstToCurrentSourceAtom(I, Old); in emitAtomicCmpXchg()
597 CGF.addInstToCurrentSourceAtom(I, Load); in EmitAtomicOp()
612 CGF.addInstToCurrentSourceAtom(Store, LoadVal1); in EmitAtomicOp()
739 CGF.addInstToCurrentSourceAtom(I, Result); in EmitAtomicOp()
748 CGF.addInstToCurrentSourceAtom(Store, nullptr); in EmitAtomicOp()
772 CGF.addInstToCurrentSourceAtom(I, Result); in EmitAtomicOp()
H A DCGDecl.cpp952 addInstToCurrentSourceAtom(I, nullptr); in emitStoresForInitAfterBZero()
1196 addInstToCurrentSourceAtom(I, nullptr); in emitStoresForConstant()
1209 addInstToCurrentSourceAtom(I, nullptr); in emitStoresForConstant()
1235 addInstToCurrentSourceAtom(I, nullptr); in emitStoresForConstant()
1282 addInstToCurrentSourceAtom(I, nullptr); in emitStoresForConstant()
H A DCGStmt.cpp875 addInstToCurrentSourceAtom(CurBB->getTerminator(), nullptr); in EmitIndirectGotoStmt()
1688 addInstToCurrentSourceAtom(I, I->getValueOperand()); in EmitReturnStmt()
1698 addInstToCurrentSourceAtom(I, I->getValueOperand()); in EmitReturnStmt()
2769 CGF.addInstToCurrentSourceAtom(S, S->getValueOperand()); in EmitAsmStores()
H A DCGExprComplex.cpp470 CGF.addInstToCurrentSourceAtom(R, Val.first); in EmitStoreOfComplex()
473 CGF.addInstToCurrentSourceAtom(I, Val.second); in EmitStoreOfComplex()
H A DCGDebugInfo.h670 void addInstToCurrentSourceAtom(llvm::Instruction *KeyInstruction,
H A DCodeGenFunction.cpp3354 void CodeGenFunction::addInstToCurrentSourceAtom( in addInstToCurrentSourceAtom() function in CodeGenFunction
3357 DI->addInstToCurrentSourceAtom(KeyInstruction, Backup); in addInstToCurrentSourceAtom()
3370 DI->addInstToCurrentSourceAtom(KeyInstruction, Backup); in addInstToNewSourceAtom()
H A DCGCleanup.cpp1121 addInstToCurrentSourceAtom(BI, nullptr); in EmitBranchThroughCleanup()
H A DCGCall.cpp1427 addInstToCurrentSourceAtom(I, Src); in CreateCoercedStore()
1436 addInstToCurrentSourceAtom(I, Elt); in CreateCoercedStore()
1441 addInstToCurrentSourceAtom(I, Src); in CreateCoercedStore()
1449 addInstToCurrentSourceAtom(I, Src); in CreateCoercedStore()
1467 addInstToCurrentSourceAtom(I, Src); in CreateCoercedStore()
H A DCGExpr.cpp2211 addInstToCurrentSourceAtom(Store, Value); in EmitStoreOfScalar()
2498 addInstToCurrentSourceAtom(I, Vec); in EmitStoreThroughLValue()
2522 addInstToCurrentSourceAtom(I, Vec); in EmitStoreThroughLValue()
2664 addInstToCurrentSourceAtom(I, SrcVal); in EmitStoreThroughBitfieldLValue()
H A DCGExprAgg.cpp2398 addInstToCurrentSourceAtom(Inst, nullptr); in EmitAggregateCopy()
H A DCGClass.cpp1005 CGF.addInstToCurrentSourceAtom(I, nullptr); in emitMemcpyIR()
H A DCodeGenFunction.h1701 void addInstToCurrentSourceAtom(llvm::Instruction *KeyInstruction,
H A DCGDebugInfo.cpp161 void CGDebugInfo::addInstToCurrentSourceAtom(llvm::Instruction *KeyInstruction, in addInstToCurrentSourceAtom() function in CGDebugInfo