Lines Matching refs:restoreIP
266 builder.restoreIP(codeGenIP); in convertOmpParallel()
301 builder.restoreIP(moduleTranslation.getOpenMPBuilder()->createParallel( in convertOmpParallel()
320 builder.restoreIP(codeGenIP); in convertOmpMaster()
330 builder.restoreIP(moduleTranslation.getOpenMPBuilder()->createMaster( in convertOmpMaster()
348 builder.restoreIP(codeGenIP); in convertOmpCritical()
373 builder.restoreIP(moduleTranslation.getOpenMPBuilder()->createCritical( in convertOmpCritical()
486 builder.restoreIP(insertPoint); in makeReductionGen()
519 builder.restoreIP(insertPoint); in makeAtomicReductionGen()
554 builder.restoreIP(moduleTranslation.getOpenMPBuilder()->createOrderedDepend( in convertOmpOrdered()
579 builder.restoreIP(codeGenIP); in convertOmpOrderedRegion()
589 builder.restoreIP( in convertOmpOrderedRegion()
624 builder.restoreIP(codeGenIP); in convertOmpSections()
656 builder.restoreIP(moduleTranslation.getOpenMPBuilder()->createSections( in convertOmpSections()
670 builder.restoreIP(codegenIP); in convertOmpSingle()
675 builder.restoreIP(moduleTranslation.getOpenMPBuilder()->createSingle( in convertOmpSingle()
692 builder.restoreIP(codegenIP); in convertOmpTaskOp()
699 builder.restoreIP(moduleTranslation.getOpenMPBuilder()->createTask( in convertOmpTaskOp()
738 builder.restoreIP(allocaIP); in convertOmpWsLoop()
792 builder.restoreIP(ip); in convertOmpWsLoop()
849 builder.restoreIP(afterIP); in convertOmpWsLoop()
896 builder.restoreIP(nextInsertionPoint); in convertOmpWsLoop()
934 builder.restoreIP(ip); in convertOmpSimdLoop()
976 builder.restoreIP(afterIP); in convertOmpSimdLoop()
1020 builder.restoreIP(ompBuilder->createAtomicRead(ompLoc, X, V, AO)); in convertOmpAtomicRead()
1038 builder.restoreIP(ompBuilder->createAtomicWrite(ompLoc, x, expr, ao)); in convertOmpAtomicWrite()
1124 builder.restoreIP(ompBuilder->createAtomicUpdate( in convertOmpAtomicUpdate()
1217 builder.restoreIP(ompBuilder->createAtomicCapture( in convertOmpAtomicCapture()