Searched refs:addInstToCurrentSourceAtom (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 415 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 D | CGDecl.cpp | 952 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 D | CGStmt.cpp | 875 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 D | CGExprComplex.cpp | 470 CGF.addInstToCurrentSourceAtom(R, Val.first); in EmitStoreOfComplex() 473 CGF.addInstToCurrentSourceAtom(I, Val.second); in EmitStoreOfComplex()
|
| H A D | CGDebugInfo.h | 670 void addInstToCurrentSourceAtom(llvm::Instruction *KeyInstruction,
|
| H A D | CodeGenFunction.cpp | 3354 void CodeGenFunction::addInstToCurrentSourceAtom( in addInstToCurrentSourceAtom() function in CodeGenFunction 3357 DI->addInstToCurrentSourceAtom(KeyInstruction, Backup); in addInstToCurrentSourceAtom() 3370 DI->addInstToCurrentSourceAtom(KeyInstruction, Backup); in addInstToNewSourceAtom()
|
| H A D | CGCleanup.cpp | 1121 addInstToCurrentSourceAtom(BI, nullptr); in EmitBranchThroughCleanup()
|
| H A D | CGCall.cpp | 1427 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 D | CGExpr.cpp | 2211 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 D | CGExprAgg.cpp | 2398 addInstToCurrentSourceAtom(Inst, nullptr); in EmitAggregateCopy()
|
| H A D | CGClass.cpp | 1005 CGF.addInstToCurrentSourceAtom(I, nullptr); in emitMemcpyIR()
|
| H A D | CodeGenFunction.h | 1701 void addInstToCurrentSourceAtom(llvm::Instruction *KeyInstruction,
|
| H A D | CGDebugInfo.cpp | 161 void CGDebugInfo::addInstToCurrentSourceAtom(llvm::Instruction *KeyInstruction, in addInstToCurrentSourceAtom() function in CGDebugInfo
|